diff options
| author | eroen | 2014-05-18 18:42:18 +0200 |
|---|---|---|
| committer | eroen | 2014-05-18 18:43:07 +0200 |
| commit | 13c14bcb3752134c3711b0a74c849443e22125a1 (patch) | |
| tree | 0828e4d11f97f46675934a17f31a98de8f643504 /net-libs/opal/opal-3.12.4.ebuild | |
| parent | 3c65cd3c1c6fb0d20920a586b2962a7ea8be35e9 (diff) | |
| download | eroen-overlay-13c14bcb3752134c3711b0a74c849443e22125a1.tar.gz eroen-overlay-13c14bcb3752134c3711b0a74c849443e22125a1.tar.bz2 eroen-overlay-13c14bcb3752134c3711b0a74c849443e22125a1.tar.xz | |
opal - match gentoo's use flag change
Diffstat (limited to 'net-libs/opal/opal-3.12.4.ebuild')
| -rw-r--r-- | net-libs/opal/opal-3.12.4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/opal/opal-3.12.4.ebuild b/net-libs/opal/opal-3.12.4.ebuild index b91d3511..013737d0 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." |
