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

Bug 362445

Summary: net-libs/xulrunner-2.0-r1 and www-client/firefox-4.0-r2: webm/ogg/wav needs alsa support
Product: Gentoo Linux Reporter: Thomas <v10lator>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Replaces alsa with oss support
modified ebuild for net-libs/xulrunner-2.0-r1
Modified ebuild for www-client/firefox-4.0-r2

Description Thomas 2011-04-07 13:56:15 UTC
I found Bug 276354 with a old solution to this. So I updated it to the new versions and here it is.
I also gave this patch to the mozilla team: https://bugzilla.mozilla.org/show_bug.cgi?id=503691#c22

Reproducible: Always

Steps to Reproduce:
1. Build your System with USE="-alsa oss"
2. emerge -pv firefox
Actual Results:  
alsa-dependencies showing up

Expected Results:  
no alsa-dependencies

The modified xulrunner/firefox ebuilds are copyed and edited from the mozilla overlay.

P.S. Sorry for my bad english. :)
Comment 1 Thomas 2011-04-07 13:57:02 UTC
Created attachment 268845 [details, diff]
Replaces alsa with oss support
Comment 2 Thomas 2011-04-07 13:58:29 UTC
Created attachment 268847 [details]
modified ebuild for net-libs/xulrunner-2.0-r1
Comment 3 Thomas 2011-04-07 13:59:23 UTC
Created attachment 268849 [details]
Modified ebuild for www-client/firefox-4.0-r2
Comment 4 Jory A. Pratt gentoo-dev 2011-04-08 19:03:40 UTC
OSS support is only supported by bsd's. There will be no change for linux side of things.
Comment 5 Thomas 2011-04-09 14:55:44 UTC
No change? The patch is working fine!
I hoped somebody would improve it or the ebuilds to allow ALSA/OSS switching with USE-Flags or at runtime.