summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-04-23 12:43:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-04-23 12:43:16 +0000
commitf667cafed0c3d30cefb67f1035de731ca0b108ca (patch)
tree475a8fdfeee045f370f129246c443b5962478482 /net-voip
parentRemove amrnb and amrwb support wrt #252140. (diff)
downloadgentoo-2-f667cafed0c3d30cefb67f1035de731ca0b108ca.tar.gz
gentoo-2-f667cafed0c3d30cefb67f1035de731ca0b108ca.tar.bz2
gentoo-2-f667cafed0c3d30cefb67f1035de731ca0b108ca.zip
Remove amrnb support wrt #290011.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/yate/ChangeLog8
-rw-r--r--net-voip/yate/metadata.xml3
-rw-r--r--net-voip/yate/yate-2.0.0.ebuild9
3 files changed, 10 insertions, 10 deletions
diff --git a/net-voip/yate/ChangeLog b/net-voip/yate/ChangeLog
index ef7099d8a4f4..13b802e9cbca 100644
--- a/net-voip/yate/ChangeLog
+++ b/net-voip/yate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/yate
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.10 2009/11/02 17:01:02 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.11 2010/04/23 12:43:16 ssuominen Exp $
+
+ 23 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> yate-2.0.0.ebuild,
+ metadata.xml:
+ Remove amrnb support wrt #290011.
02 Nov 2009; Mounir Lamouri <volkmar@gentoo.org>
-files/yate-0.9.0-gtk2.diff, -yate-1.2.0.ebuild, -yate-1.3.0.ebuild,
diff --git a/net-voip/yate/metadata.xml b/net-voip/yate/metadata.xml
index 2126f8ca2df4..e0a2bb6ca704 100644
--- a/net-voip/yate/metadata.xml
+++ b/net-voip/yate/metadata.xml
@@ -7,9 +7,6 @@
<name>Mounir Lamouri</name>
</maintainer>
<use>
- <flag name='amrnb'>
- Enables Adaptive Multi-Rate Audio support (Narrow Band)
- </flag>
<flag name='h323'>Build H.323 Channel plugin</flag>
<flag name='ilbc'>Build ILBC codec plugin</flag>
<flag name='sctp'>
diff --git a/net-voip/yate/yate-2.0.0.ebuild b/net-voip/yate/yate-2.0.0.ebuild
index e89fd3885f6f..1e68d9cf6acd 100644
--- a/net-voip/yate/yate-2.0.0.ebuild
+++ b/net-voip/yate/yate-2.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-2.0.0.ebuild,v 1.1 2009/07/30 14:38:04 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-2.0.0.ebuild,v 1.2 2010/04/23 12:43:16 ssuominen Exp $
EAPI="2"
@@ -13,13 +13,12 @@ SRC_URI="http://yate.null.ro/tarballs/yate2/${P}-1.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="alsa amrnb debug doc gsm h323 ilbc mysql oss postgres qt4 sctp spandsp
+IUSE="alsa debug doc gsm h323 ilbc mysql oss postgres qt4 sctp spandsp
speex ssl zaptel"
RDEPEND="
sys-libs/glibc
alsa? ( media-libs/alsa-lib )
- amrnb? ( media-libs/amrnb )
gsm? ( media-sound/gsm )
h323? ( dev-libs/pwlib
net-libs/openh323 )
@@ -74,7 +73,7 @@ src_configure() {
--without-doxygen \
--without-kdoc \
--with-archlib=$(get_libdir) \
- $(use_with amrnb amrnb /usr) \
+ --without-amrnb \
$(use_enable alsa) \
$(use_with gsm libgsm) \
$(use_with h323 openh323 /usr) \