Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291509 Details for
Bug 428577
SDL's pulseaudio hack not multilib-clean
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Changes to pulseaudio hack scripts
SDL_pulseaudio_hack.diff (text/plain), 1.24 KB, created by
Michel Alexandre Salim
on 2008-01-13 18:45:36 UTC
(
hide
)
Description:
Changes to pulseaudio hack scripts
Filename:
MIME Type:
Creator:
Michel Alexandre Salim
Created:
2008-01-13 18:45:36 UTC
Size:
1.24 KB
patch
obsolete
>diff -ur /etc/profile.d/SDL_pulseaudio_hack.csh profile.d/SDL_pulseaudio_hack.csh >--- /etc/profile.d/SDL_pulseaudio_hack.csh 2007-12-21 19:55:59.000000000 -0500 >+++ profile.d/SDL_pulseaudio_hack.csh 2008-01-13 13:37:31.000000000 -0500 >@@ -1,4 +1,6 @@ > # Temporary hack until SDL directly supports pulseaudio > # If alsa-plugins-pulseaudio is installed, force SDL to output sound to esd > set nonomatch >-if ( -e /usr/lib*/alsa-lib/libasound_module_pcm_pulse.so ) setenv SDL_AUDIODRIVER esd >+if ( -e /usr/lib/alsa-lib/libasound_module_pcm_pulse.so || \ >+ -e /usr/lib64/alsa-lib/libasound_module_pcm_pulse.so ) \ >+ setenv SDL_AUDIODRIVER esd >diff -ur /etc/profile.d/SDL_pulseaudio_hack.sh profile.d/SDL_pulseaudio_hack.sh >--- /etc/profile.d/SDL_pulseaudio_hack.sh 2007-12-21 19:55:59.000000000 -0500 >+++ profile.d/SDL_pulseaudio_hack.sh 2008-01-13 13:38:03.000000000 -0500 >@@ -1,3 +1,5 @@ > # Temporary hack until SDL directly supports pulseaudio > # If alsa-plugins-pulseaudio is installed, force SDL to output sound to esd >-[ -e /usr/lib*/alsa-lib/libasound_module_pcm_pulse.so ] && export SDL_AUDIODRIVER=esd >+[ -e /usr/lib/alsa-lib/libasound_module_pcm_pulse.so ] || \ >+[ -e /usr/lib64/alsa-lib/libasound_module_pcm_pulse.so ] && \ >+ export SDL_AUDIODRIVER=esd
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 428577
: 291509