diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-09-11 22:25:01 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-09-11 22:25:01 +0000 |
commit | e6049b222855e2a6f4ba8dbdd50fa77c7978bc04 (patch) | |
tree | c28d83b2d3fd7f0bba38cbc5cd8db23358f076a1 /net-libs/opal/opal-3.6.4.ebuild | |
parent | amd64/x86 stable, bug #284322 (diff) | |
download | gentoo-2-e6049b222855e2a6f4ba8dbdd50fa77c7978bc04.tar.gz gentoo-2-e6049b222855e2a6f4ba8dbdd50fa77c7978bc04.tar.bz2 gentoo-2-e6049b222855e2a6f4ba8dbdd50fa77c7978bc04.zip |
Merge rfc4175 USE flag with video.
(Portage version: 14103-svn/cvs/Linux ppc)
Diffstat (limited to 'net-libs/opal/opal-3.6.4.ebuild')
-rw-r--r-- | net-libs/opal/opal-3.6.4.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/net-libs/opal/opal-3.6.4.ebuild b/net-libs/opal/opal-3.6.4.ebuild index 969e335cc282..4317f497c22a 100644 --- a/net-libs/opal/opal-3.6.4.ebuild +++ b/net-libs/opal/opal-3.6.4.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-libs/opal/opal-3.6.4.ebuild,v 1.2 2009/09/11 15:28:23 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-3.6.4.ebuild,v 1.3 2009/09/11 22:25:01 volkmar Exp $ EAPI="2" @@ -15,8 +15,8 @@ LICENSE="MPL-1.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="+audio capi debug dns doc dtmf examples fax ffmpeg h224 h281 h323 iax ipv6 -ivr ixj java ldap lid +plugins rfc4175 sbc sip sipim srtp ssl stats swig theora -+video vpb vxml wav x264 x264-static xml" +ivr ixj java ldap lid +plugins sbc sip sipim srtp ssl stats swig theora +video +vpb vxml wav x264 x264-static xml" RDEPEND=">=net-libs/ptlib-2.0.0[stun,url,debug=,audio?,dns?,dtmf?,ipv6?,ldap?,ssl?,video?,vxml?,wav?,xml?] >=media-libs/speex-1.2_beta @@ -51,6 +51,7 @@ DEPEND="${RDEPEND} # OPALDIR should not be used anymore but if a package still need it, create it # TODO: +# remove h281, maybe sipim and dns # force or merge some non-plugin USE flags wo/ deps ? # celt is not in the tree and should be added @@ -70,11 +71,6 @@ pkg_setup() { # stop emerge if a conditional use flag is not respected - if use rfc4175 && ! use video; then - conditional_use_error_msg "rfc4175" "video" - use_error=true - fi - if use h281 && ! use h224; then conditional_use_error_msg "h281" "h224" use_error=true @@ -213,12 +209,11 @@ src_configure() { $(use_enable java) \ $(use_enable lid) \ $(use_enable plugins) \ - $(use_enable rfc4175) \ $(use_enable sbc) \ $(use_enable sip) \ $(use_enable sipim) \ $(use_enable stats statistics) \ - $(use_enable video) \ + $(use_enable video) $(use_enable video rfc4175) \ $(use_enable vpb) \ $(use_enable x264 h264) \ $(use_enable x264-static x264-link-static) \ |