diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 11:18:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 11:18:53 +0000 |
commit | a3e0163426e33eb8bfcc91f911613f68f43e3c56 (patch) | |
tree | 0002ac67303a958a2337b85d811a35449f282b97 | |
parent | Fix build with newer link (diff) | |
download | gentoo-2-a3e0163426e33eb8bfcc91f911613f68f43e3c56.tar.gz gentoo-2-a3e0163426e33eb8bfcc91f911613f68f43e3c56.tar.bz2 gentoo-2-a3e0163426e33eb8bfcc91f911613f68f43e3c56.zip |
Rename "audio" USE flag to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
-rw-r--r-- | net-libs/h323plus/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/h323plus/h323plus-1.25.0-r1.ebuild | 10 | ||||
-rw-r--r-- | net-libs/h323plus/metadata.xml | 2 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-libs/h323plus/ChangeLog b/net-libs/h323plus/ChangeLog index 917967e469ff..7779287e711a 100644 --- a/net-libs/h323plus/ChangeLog +++ b/net-libs/h323plus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/h323plus -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.5 2013/10/27 09:37:19 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.6 2014/05/15 11:18:53 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> h323plus-1.25.0-r1.ebuild, + metadata.xml: + Rename "audio" USE flag to "sound", bug 357661. 27 Oct 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Voip herd is removed: http://article.gmane.org/gmane.linux.gentoo.devel/88434 diff --git a/net-libs/h323plus/h323plus-1.25.0-r1.ebuild b/net-libs/h323plus/h323plus-1.25.0-r1.ebuild index 33b04ed7a374..e53c1c8e559e 100644 --- a/net-libs/h323plus/h323plus-1.25.0-r1.ebuild +++ b/net-libs/h323plus/h323plus-1.25.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0-r1.ebuild,v 1.1 2013/03/06 17:42:36 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0-r1.ebuild,v 1.2 2014/05/15 11:18:53 ulm Exp $ EAPI=5 @@ -12,14 +12,14 @@ DESCRIPTION="Open Source implementation of the ITU H.323 teleconferencing protoc HOMEPAGE="http://www.h323plus.org/" SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV//./_}.tar.gz" -IUSE="aec +audio debug +video" +IUSE="aec debug +sound +video" SLOT="0/${PV}" LICENSE="MPL-1.1" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND=">=net-libs/ptlib-2.6.4:=[wav] aec? ( >=media-libs/speex-1.2_rc1 ) - audio? ( + sound? ( media-sound/gsm dev-libs/ilbc-rfc3951 ) @@ -44,7 +44,7 @@ src_configure() { econf \ PTLIB_CONFIG="${EPREFIX}/usr/bin/ptlib-config" \ $(use_enable video) \ - $(use_enable audio) \ + $(use_enable sound audio) \ $(use_enable aec) \ $(use_enable debug asntracing) # revision.h does not exist in ptlib(?) diff --git a/net-libs/h323plus/metadata.xml b/net-libs/h323plus/metadata.xml index 62600c89a5fd..2b8bb244790c 100644 --- a/net-libs/h323plus/metadata.xml +++ b/net-libs/h323plus/metadata.xml @@ -4,7 +4,7 @@ <maintainer><email>maintainer-needed@gentoo.org</email></maintainer> <use> <flag name="aec">Enable acoustic echo cancellation</flag> - <flag name="audio">Enable audio codecs</flag> + <flag name="sound">Enable audio codecs</flag> <flag name="video">Enable video codecs</flag> </use> </pkgmetadata> |