diff options
author | eroen <eroen@falcon.eroen.eu> | 2014-05-18 18:42:18 +0200 |
---|---|---|
committer | eroen <eroen@falcon.eroen.eu> | 2014-05-18 18:43:07 +0200 |
commit | 13c14bcb3752134c3711b0a74c849443e22125a1 (patch) | |
tree | 0828e4d11f97f46675934a17f31a98de8f643504 /net-libs | |
parent | wine-1.7.19-r1 - teso patch (diff) | |
download | eroen-13c14bcb3752134c3711b0a74c849443e22125a1.tar.gz eroen-13c14bcb3752134c3711b0a74c849443e22125a1.tar.bz2 eroen-13c14bcb3752134c3711b0a74c849443e22125a1.zip |
opal - match gentoo's use flag change
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/opal/metadata.xml | 1 | ||||
-rw-r--r-- | net-libs/opal/opal-3.12.4.ebuild | 12 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net-libs/opal/metadata.xml b/net-libs/opal/metadata.xml index cd39484..ba4c06a 100644 --- a/net-libs/opal/metadata.xml +++ b/net-libs/opal/metadata.xml @@ -6,7 +6,6 @@ <name>Jesus Rivero</name> </maintainer> <use> - <flag name="audio">Enable audio support</flag> <flag name="capi">Enable CAPI support</flag> <flag name="celt">Enable CELT ultra-low delay audio codec</flag> <flag name="dtmf">Enable DTMF encoding/decoding support</flag> diff --git a/net-libs/opal/opal-3.12.4.ebuild b/net-libs/opal/opal-3.12.4.ebuild index b91d351..013737d 100644 --- a/net-libs/opal/opal-3.12.4.ebuild +++ b/net-libs/opal/opal-3.12.4.ebuild @@ -14,15 +14,15 @@ SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2 LICENSE="MPL-1.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+audio capi celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax -ilbc ipv6 ivr ixj java ldap lid +plugins sbc sip sipim srtp ssl static-libs +IUSE="capi celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc +ipv6 ivr ixj java ldap lid +plugins sbc sip sipim +sound srtp ssl static-libs stats swig theora +video vpb vxml wav x264 x264-static xml" REQUIRED_USE="x264-static? ( x264 ) h281? ( h224 ) sip? ( sipim )" -RDEPEND=">=net-libs/ptlib-2.12.4:=[stun,debug=,audio?,dtmf,http,ipv6?,ldap?,ssl?,video?,vxml?,wav?,xml?] +RDEPEND=">=net-libs/ptlib-2.12.4:=[stun,debug=,dtmf,http,ipv6?,ldap?,sound?,ssl?,video?,vxml?,wav?,xml?] >=media-libs/speex-1.2_beta fax? ( net-libs/ptlib[asn] ) h323? ( net-libs/ptlib[asn] ) @@ -49,7 +49,7 @@ DEPEND="${RDEPEND} # NOTES: # ffmpeg[encode] is for h263 and mpeg4 -# ssl, xml, vxml, ipv6, ldap, audio, wav, and video are use flags +# ssl, xml, vxml, ipv6, ldap, sound, wav, and video are use flags # herited from ptlib: feature is enabled if ptlib has enabled it # however, disabling it if ptlib has it looks hard (coz of buildopts.h) # forcing ptlib to disable it for opal is not a solution too @@ -228,8 +228,8 @@ pkg_postinst() { ewarn "it will depend of the enabled USE flags in ptlib and opal" fi - if ! use plugins || ! use audio || ! use video; then - ewarn "You have disabled audio, video or plugins USE flags." + if ! use plugins || ! use sound || ! use video; then + ewarn "You have disabled sound, video or plugins USE flags." ewarn "Most audio/video features or plugins have been disabled silently" ewarn "even if enabled via USE flags." ewarn "Having a feature enabled via USE flag but disabled can lead to issues." |