summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-02 21:33:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-02 21:33:30 +0000
commit8cf93e3d81795a62141646c09e8d28cadab7100c (patch)
treedddc69b020b69ec6347e7ef5050239d87f6c674e /net-voip
parentstable x86, bug 208607 (diff)
downloadgentoo-2-8cf93e3d81795a62141646c09e8d28cadab7100c.tar.gz
gentoo-2-8cf93e3d81795a62141646c09e8d28cadab7100c.tar.bz2
gentoo-2-8cf93e3d81795a62141646c09e8d28cadab7100c.zip
clean out older ebuilds with missing local use flag
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/linphone/ChangeLog6
-rw-r--r--net-voip/linphone/linphone-1.7.1-r1.ebuild80
-rw-r--r--net-voip/linphone/linphone-1.7.1.ebuild81
-rw-r--r--net-voip/linphone/linphone-2.0.1.ebuild86
4 files changed, 5 insertions, 248 deletions
diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog
index c670dd62d75f..8efc4319553f 100644
--- a/net-voip/linphone/ChangeLog
+++ b/net-voip/linphone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/linphone
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.10 2008/01/22 04:44:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.11 2008/02/02 21:33:30 mr_bones_ Exp $
+
+ 02 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org>
+ -linphone-1.7.1.ebuild, -linphone-1.7.1-r1.ebuild, -linphone-2.0.1.ebuild:
+ clean out older ebuilds with missing local use flag
22 Jan 2008; Mike Frysinger <vapier@gentoo.org> linphone-2.0.1-r1.ebuild:
Force disable building of the manual and running doxygen to save time and
diff --git a/net-voip/linphone/linphone-1.7.1-r1.ebuild b/net-voip/linphone/linphone-1.7.1-r1.ebuild
deleted file mode 100644
index 301914dddb07..000000000000
--- a/net-voip/linphone/linphone-1.7.1-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-1.7.1-r1.ebuild,v 1.1 2007/08/20 20:22:42 vapier Exp $
-
-# Note: video support in linphone relies on swscaler being disabled
-# in ffmpeg. this is because the video code in linphone is old
-# and uses the old interface. solution: fix linphone's video
-# code. workaround: build ffmpeg w/out --enable-swscaler.
-
-inherit eutils
-
-MY_DPV="${PV%.*}.x"
-
-DESCRIPTION="Voice Over IP phone (internet phone which uses SIP)"
-HOMEPAGE="http://www.linphone.org/"
-SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${MY_DPV}/sources/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa arts console gtk ilbc ipv6 novideo xv"
-
-DEPEND="dev-libs/glib
- dev-perl/XML-Parser
- net-dns/bind-tools
- >=net-libs/libosip-2.2.0
- >=media-libs/speex-1.1.12
- x86? ( xv? ( dev-lang/nasm ) )
- gtk? (
- >=x11-libs/gtk+-2
- gnome-base/libglade
- )
- alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )
- ilbc? ( dev-libs/ilbc-rfc3951 )
- !novideo? (
- >=media-libs/libsdl-1.2.9
- media-video/ffmpeg
- >=media-libs/libtheora-1.0_alpha7
- )"
-# use the bundled ortp until newer versions leave package.mask
-# >=net-libs/ortp-0.9.0
-# portaudio? ( >=media-libs/portaudio-19_pre )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/linphone-1.6.0-call.patch
- sed -i -e 's:wall_werror=yes:wall_werror=no:' mediastreamer2/configure
-}
-
-src_compile() {
- econf \
- --libdir=/usr/$(get_libdir)/linphone \
- $(use_enable console console_ui) \
- $(use_enable gtk gtk_ui) \
- $(use_with ilbc) \
- $(use_enable ipv6) \
- $(use_enable alsa) \
- $(use_enable arts artsc) \
- $(use_enable !novideo video) \
- --disable-portaudio \
- $(use_enable x86 truespeech) \
- || die "Unable to configure"
- #--enable-external-ortp \
- #$(use_enable portaudio)
- emake || die "Unable to make"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "Failed to install"
- dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README README.arm TODO
-
- # don't install ortp includes, docs and pkgconfig files
- # to avoid conflicts with net-libs/ortp
- rm -rf "${D}"/usr/include/ortp
- rm -rf "${D}"/usr/share/gtk-doc/html/ortp
- rm -rf "${D}"/usr/$(get_libdir)/linphone/pkgconfig
- rm -rf "${D}"/ortp
-}
diff --git a/net-voip/linphone/linphone-1.7.1.ebuild b/net-voip/linphone/linphone-1.7.1.ebuild
deleted file mode 100644
index fa963c792805..000000000000
--- a/net-voip/linphone/linphone-1.7.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-1.7.1.ebuild,v 1.1 2007/04/25 09:02:48 genstef Exp $
-
-WANT_AUTOCONF="2.5"
-WANT_AUTOMAKE="1.9"
-
-inherit eutils autotools
-
-MY_DPV="${PV%.*}.x"
-
-DESCRIPTION="Linphone is a SIP phone with a GNOME interface."
-HOMEPAGE="http://www.linphone.org"
-SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${MY_DPV}/sources/${P}.tar.gz"
-SLOT=1
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="alsa console ilbc ipv6 novideo xv"
-
-RDEPEND="dev-libs/glib
- dev-perl/XML-Parser
- net-dns/bind-tools
- >=net-libs/libosip-2.2.0
- >=media-libs/speex-1.1.12
- x86? ( xv? ( dev-lang/nasm ) )
- >=x11-libs/gtk+-2
- gnome-base/libglade
- alsa? ( media-libs/alsa-lib )
- ilbc? ( dev-libs/ilbc-rfc3951 )
- !novideo? ( >=media-libs/libsdl-1.2.9
- media-video/ffmpeg
- >=media-libs/libtheora-1.0_alpha7 )"
-# portaudio? ( >=media-libs/portaudio-19_pre )"
-
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/linphone-1.6.0-call.patch
- sed -i -e "s:wall_werror=yes:wall_werror=no:" mediastreamer2/config*
-
- ./autogen.sh
-}
-
-src_compile() {
- local withconsole myconf=""
-
- use console && withconsole="yes" || withconsole="no"
- use x86 && myconf="--enable-truespeech"
-
- econf \
- --libdir=/usr/$(get_libdir)/linphone \
- --enable-console_ui=${withconsole} \
- --enable-gtk_ui=yes \
- $(use_with ilbc) \
- $(use_enable ipv6) \
- $(use_enable alsa) \
- $(use_enable !novideo video) \
- --disable-portaudio \
- ${myconf} || die "Unable to configure"
- #$(use_enable portaudio) \
-
- emake || die "Unable to make"
-}
-
-src_install () {
- emake DESTDIR=${D} install || die "Failed to install"
-
- dodoc ABOUT-NLS AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README
- dodoc README.arm TODO
-
- # don't install ortp includes, docs and pkgconfig files
- # to avoid conflicts with net-libs/ortp
- rm -rf ${D}/usr/include/ortp
- rm -rf ${D}/usr/share/gtk-doc/html/ortp
- rm -rf ${D}/usr/$(get_libdir)/linphone/pkgconfig
- rm -rf ${D}/ortp
-}
diff --git a/net-voip/linphone/linphone-2.0.1.ebuild b/net-voip/linphone/linphone-2.0.1.ebuild
deleted file mode 100644
index 4cb45d98e04c..000000000000
--- a/net-voip/linphone/linphone-2.0.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.0.1.ebuild,v 1.2 2008/01/14 12:59:06 vapier Exp $
-
-# Note: video support in linphone relies on swscaler being disabled
-# in ffmpeg. this is because the video code in linphone is old
-# and uses the old interface. solution: fix linphone's video
-# code. workaround: build ffmpeg w/out --enable-swscaler.
-
-inherit eutils
-
-DESCRIPTION="Voice Over IP phone (internet phone which uses SIP)"
-HOMEPAGE="http://www.linphone.org/"
-SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/stable/sources/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa arts console gsm gtk ilbc ipv6 novideo xv"
-
-RDEPEND="dev-libs/glib
- dev-perl/XML-Parser
- net-dns/bind-tools
- >=net-libs/libosip-3.0.3
- >=net-libs/libeXosip-3.0.3
- >=media-libs/speex-1.1.12
- gsm? ( >=media-sound/gsm-1.0.12 )
- x86? ( xv? ( dev-lang/nasm ) )
- gtk? (
- >=x11-libs/gtk+-2
- gnome-base/libglade
- )
- alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )
- ilbc? ( dev-libs/ilbc-rfc3951 )
- !novideo? (
- >=media-libs/libsdl-1.2.9
- media-video/ffmpeg
- >=media-libs/libtheora-1.0_alpha7
- )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-# use the bundled ortp until newer versions leave package.mask
-# >=net-libs/ortp-0.9.0
-# portaudio? ( >=media-libs/portaudio-19_pre )"
-# media-libs/gsm-1.0.12 fails on amd64 due to bug #192736
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/linphone-1.6.0-call.patch
- epatch "${FILESDIR}"/linphone-1.99.0-core-amd64.patch
- epatch "${FILESDIR}"/linphone-2.0.1-configure-gsm.patch
- epatch "${FILESDIR}"/linphone-2.0.1-mediastreamer-deps.patch
-}
-
-src_compile() {
- econf \
- --disable-strict \
- --libdir=/usr/$(get_libdir)/linphone \
- $(use_enable console console_ui) \
- $(use_enable gtk gtk_ui) \
- $(use_with ilbc) \
- $(use_enable ipv6) \
- $(use_enable alsa) \
- $(use_enable arts artsc) \
- $(use_enable gsm) \
- $(use_enable !novideo video) \
- --disable-portaudio \
- $(use_enable x86 truespeech) \
- || die "Unable to configure"
- #--enable-external-ortp \
- #$(use_enable portaudio)
- emake || die "Unable to make"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "Failed to install"
- dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README README.arm TODO
-
- # don't install ortp includes, docs and pkgconfig files
- # to avoid conflicts with net-libs/ortp
- rm -r "${D}"/usr/include/ortp || die
- rm -r "${D}"/usr/$(get_libdir)/linphone/pkgconfig/ortp.pc || die
- rm -r "${D}"/usr/share/doc/ortp || die
-}