From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBC301395E2 for ; Sun, 20 Nov 2016 04:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06F3021C038; Sun, 20 Nov 2016 04:05:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 745B821C038 for ; Sun, 20 Nov 2016 04:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 112A6341130 for ; Sun, 20 Nov 2016 04:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E4AB491 for ; Sun, 20 Nov 2016 04:04:57 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1479612351.856e86314db885a33036de0b3d1b147d57b970d0.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-50.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 856e86314db885a33036de0b3d1b147d57b970d0 X-VCS-Branch: master Date: Sun, 20 Nov 2016 04:04:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cceee0ce-f824-4039-840e-417c67956689 X-Archives-Hash: 58ee84a01aef01ebbab859c38d56b85d commit: 856e86314db885a33036de0b3d1b147d57b970d0 Author: Ian Stakenvicius gentoo org> AuthorDate: Sun Nov 20 03:25:51 2016 +0000 Commit: Ian Stakenvicius gentoo 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"