Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 268845 Details for
Bug 362445
net-libs/xulrunner-2.0-r1 and www-client/firefox-4.0-r2: webm/ogg/wav needs alsa support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Replaces alsa with oss support
force-oss.patch (text/plain), 1.75 KB, created by
Thomas
on 2011-04-07 13:57:02 UTC
(
hide
)
Description:
Replaces alsa with oss support
Filename:
MIME Type:
Creator:
Thomas
Created:
2011-04-07 13:57:02 UTC
Size:
1.75 KB
patch
obsolete
>diff -Nru mozilla-2.0.orig/configure.in mozilla-2.0/configure.in >--- mozilla-2.0.orig/configure.in 2011-03-19 00:33:33.000000000 +0100 >+++ mozilla-2.0/configure.in 2011-04-06 15:37:25.000000000 +0200 >@@ -6271,15 +6271,16 @@ > dnl ======================================================== > > dnl If using sydneyaudio with Linux, ensure that the alsa library is available >-if test -n "$MOZ_SYDNEYAUDIO"; then >- case "$target_os" in >-linux*) >- PKG_CHECK_MODULES(MOZ_ALSA, alsa, , >- [echo "$MOZ_ALSA_PKG_ERRORS" >- AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])]) >- ;; >- esac >-fi >+#if test -n "$MOZ_SYDNEYAUDIO"; then >+# case "$target_os" in >+#linux*) >+# PKG_CHECK_MODULES(MOZ_ALSA, alsa, , >+# [echo "$MOZ_ALSA_PKG_ERRORS" >+# AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package lib >+#asound2-dev.)])]) >+# ;; >+# esac >+#fi > > dnl ======================================================== > dnl Splashscreen >Dateien mozilla-2.0.orig/content/xbl/crashtests/404125-1.xhtml und mozilla-2.0/content/xbl/crashtests/404125-1.xhtml sind verschieden. >diff -Nru mozilla-2.0.orig/media/libsydneyaudio/src/Makefile.in mozilla-2.0/media/libsydneyaudio/src/Makefile.in >--- mozilla-2.0.orig/media/libsydneyaudio/src/Makefile.in 2011-03-19 00:34:01.000000000 +0100 >+++ mozilla-2.0/media/libsydneyaudio/src/Makefile.in 2011-04-06 15:38:11.551887148 +0200 >@@ -57,7 +57,7 @@ > $(NULL) > else ifeq ($(OS_ARCH),Linux) > CSRCS = \ >- sydney_audio_alsa.c \ >+ sydney_audio_oss.c \ > $(NULL) > endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 362445
: 268845 |
268847
|
268849