Accepting request 132941 from home:tiwai:branches:multimedia:libs
- Fix the broken setup by setup-pulseaudio when alsa-plugins-pulse doesn't exist (bnc#779039) OBS-URL: https://build.opensuse.org/request/show/132941 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=97
This commit is contained in:
parent
2c4fd92414
commit
651c3766f9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 6 14:08:55 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Fix the broken setup by setup-pulseaudio when alsa-plugins-pulse
|
||||
doesn't exist (bnc#779039)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 21 13:58:43 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
|
@ -77,7 +77,11 @@ enable_kmix() {
|
||||
|
||||
enable_alsa() {
|
||||
echo "Enabling PulseAudio for ALSA..."
|
||||
if [ -f /etc/alsa-pulse.conf ]; then
|
||||
set_variable ALSA_CONFIG_PATH /etc/alsa-pulse.conf
|
||||
else
|
||||
echo "Missing /etc/alsa-pluse.conf; please install alsa-plugins-pulse package"
|
||||
fi
|
||||
}
|
||||
|
||||
enable_libao() {
|
||||
|
Loading…
Reference in New Issue
Block a user