summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-04-24 03:48:32 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-04-24 03:48:32 +0000
commit47da142d479a332a7a998e02c1edb8aee902f7f1 (patch)
tree85343b8c51276578b25cb24565e881f8b1a0449f /net-voip
parentadd _p1 ebuild for 0.15.0, patch comes from linphone-3.1.0 bundled ortp (diff)
downloadgentoo-2-47da142d479a332a7a998e02c1edb8aee902f7f1.tar.gz
gentoo-2-47da142d479a332a7a998e02c1edb8aee902f7f1.tar.bz2
gentoo-2-47da142d479a332a7a998e02c1edb8aee902f7f1.zip
ilbc USE flag is not used by linphone since a while, bug 258407
(Portage version: 2.1.6.7/cvs/Linux ppc)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/linphone/ChangeLog7
-rw-r--r--net-voip/linphone/linphone-2.1.1.ebuild10
-rw-r--r--net-voip/linphone/linphone-3.0.0.ebuild6
-rw-r--r--net-voip/linphone/metadata.xml1
4 files changed, 12 insertions, 12 deletions
diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog
index deee7e1e8f83..78d9b271e057 100644
--- a/net-voip/linphone/ChangeLog
+++ b/net-voip/linphone/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-voip/linphone
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.22 2009/01/02 07:21:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.23 2009/04/24 03:48:32 volkmar Exp $
+
+ 24 Apr 2009; Mounir Lamouri <volkmar@gentoo.org> linphone-2.1.1.ebuild,
+ linphone-3.0.0.ebuild, metadata.xml:
+ linphone uses ilbc with a mediastreamer plugin since a long time.
+ ilbc USE flag was not dropped when needed. See bug 258407.
02 Jan 2009; Mike Frysinger <vapier@gentoo.org> linphone-3.0.0.ebuild:
Disable intltool requirements #252704.
diff --git a/net-voip/linphone/linphone-2.1.1.ebuild b/net-voip/linphone/linphone-2.1.1.ebuild
index 16f14de751fa..f4e2b5f05a0a 100644
--- a/net-voip/linphone/linphone-2.1.1.ebuild
+++ b/net-voip/linphone/linphone-2.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild,v 1.7 2008/12/23 04:05:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.1.1.ebuild,v 1.8 2009/04/24 03:48:32 volkmar Exp $
# Note: video support in linphone relies on swscaler being disabled
# in ffmpeg. this is because the video code in linphone is old
@@ -16,7 +16,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/stable/sources/${P}.
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="amd64 ppc x86"
-IUSE="alsa arts console gsm gtk ilbc ipv6 xv"
+IUSE="alsa arts console gsm gtk ipv6 xv"
# video disabled for #189774
# XXX: Should "video" be split into ffmpeg/libsdl ? They are two distinct
# things: libsdl is just for video display while ffmpeg is just for
@@ -34,8 +34,7 @@ RDEPEND="dev-libs/glib
gnome-base/libglade
)
alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )
- ilbc? ( dev-libs/ilbc-rfc3951 )"
+ arts? ( kde-base/arts )"
# video? (
# >=media-libs/libsdl-1.2.9
# media-video/ffmpeg
@@ -70,7 +69,6 @@ src_compile() {
--libexecdir=/usr/$(get_libdir)/linphone/exec \
$(use_enable console console_ui) \
$(use_enable gtk gtk_ui) \
- $(use_with ilbc) \
$(use_enable ipv6) \
$(use_enable alsa) \
$(use_enable arts artsc) \
diff --git a/net-voip/linphone/linphone-3.0.0.ebuild b/net-voip/linphone/linphone-3.0.0.ebuild
index 008f42a0ad25..30e30004d6f1 100644
--- a/net-voip/linphone/linphone-3.0.0.ebuild
+++ b/net-voip/linphone/linphone-3.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.2 2009/01/02 07:21:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.3 2009/04/24 03:48:32 volkmar Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/stable/sources/${P}.
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa arts console gsm gtk ilbc ipv6 video xv"
+IUSE="alsa arts console gsm gtk ipv6 video xv"
RDEPEND="dev-libs/glib
dev-perl/XML-Parser
@@ -26,7 +26,6 @@ RDEPEND="dev-libs/glib
)
alsa? ( media-libs/alsa-lib )
arts? ( kde-base/arts )
- ilbc? ( dev-libs/ilbc-rfc3951 )
video? (
>=media-libs/libsdl-1.2.9
media-video/ffmpeg
@@ -57,7 +56,6 @@ src_compile() {
--libexecdir=/usr/$(get_libdir)/linphone/exec \
$(use_enable console console_ui) \
$(use_enable gtk gtk_ui) \
- $(use_with ilbc) \
$(use_enable ipv6) \
$(use_enable alsa) \
$(use_enable arts artsc) \
diff --git a/net-voip/linphone/metadata.xml b/net-voip/linphone/metadata.xml
index 056956188634..ae18e32fddd7 100644
--- a/net-voip/linphone/metadata.xml
+++ b/net-voip/linphone/metadata.xml
@@ -5,7 +5,6 @@
<use>
<flag name='console'>Build console interface</flag>
<flag name='gsm'>Include support for the gsm audio codec</flag>
- <flag name='ilbc'>Build ILBC codec plugin</flag>
<flag name='video'>Enable video support (display/capture)</flag>
</use>
</pkgmetadata>