Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 467938

Summary: [mozilla-overlay] Add pulseaudio USE flag to www-client/firefox
Product: Gentoo Linux Reporter: Arun Raghavan (RETIRED) <ford_prefect>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal CC: Adrian.Bassett, sound
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arun Raghavan (RETIRED) gentoo-dev 2013-04-30 02:49:42 UTC
Firefox has had PulseAudio support for a couple of versions now, and it should be fairly stable as of the 21 series. Would be great to have this exposed as a USE flag. I've been running the following diff on overlay for a while now with no issues:

diff --git a/www-client/firefox/firefox-21.0_beta5.ebuild b/www-client/firefox/f
index 2016973..cad6561 100644
--- a/www-client/firefox/firefox-21.0_beta5.ebuild
+++ b/www-client/firefox/firefox-21.0_beta5.ebuild
@@ -38,7 +38,7 @@ HOMEPAGE="http://www.mozilla.com/firefox"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="bindist gstreamer +jit +minimal pgo selinux system-cairo system-jpeg syst
+IUSE="bindist gstreamer +jit +minimal pgo pulseaudio selinux system-cairo syste
 
 # More URIs appended below...
 SRC_URI="${SRC_URI}
@@ -220,6 +220,7 @@ src_configure() {
        mozconfig_annotate '' --build="${CTARGET:-${CHOST}}"
 
        mozconfig_use_enable gstreamer
+       mozconfig_use_enable pulseaudio
        mozconfig_use_enable system-sqlite
        mozconfig_use_with system-jpeg
        # Feature is know to cause problems on hardened
Comment 1 Arun Raghavan (RETIRED) gentoo-dev 2013-05-27 03:44:56 UTC
Bump?

(CC'ing sound@ as a jfyi)