commit:     856e86314db885a33036de0b3d1b147d57b970d0
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 03:25:51 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 03:25:51 2016 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=856e8631

firefox-50: add use flag for jack audio support, bug 600002

 www-client/firefox/firefox-50.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-50.0.ebuild 
b/www-client/firefox/firefox-50.0.ebuild
index 0d4b8bd..5306657 100644
--- a/www-client/firefox/firefox-50.0.ebuild
+++ b/www-client/firefox/firefox-50.0.ebuild
@@ -41,7 +41,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-lin
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="bindist hardened +hwaccel pgo selinux +gmp-autoupdate test"
+IUSE="bindist hardened +hwaccel jack pgo selinux +gmp-autoupdate test"
 RESTRICT="!bindist? ( bindist )"
 
 PATCH_URIS=( 
https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz
 )
@@ -52,6 +52,7 @@ SRC_URI="${SRC_URI}
 ASM_DEPEND=">=dev-lang/yasm-1.1"
 
 RDEPEND="
+       jack? ( virtual/jack )
        >=dev-libs/nss-3.26.2
        >=dev-libs/nspr-4.12
        selinux? ( sec-policy/selinux-mozilla )"
@@ -195,6 +196,9 @@ src_configure() {
        mozconfig_init
        mozconfig_config
 
+       # enable JACK, bug 600002
+       mozconfig_use_enable jack
+
        # It doesn't compile on alpha without this LDFLAGS
        use alpha && append-ldflags "-Wl,--no-relax"
 

Reply via email to