Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467938 - [mozilla-overlay] Add pulseaudio USE flag to www-client/firefox
Summary: [mozilla-overlay] Add pulseaudio USE flag to www-client/firefox
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 02:49 UTC by Arun Raghavan (RETIRED)
Modified: 2013-05-27 06:09 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)