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:
Takashi Iwai 2012-09-06 12:24:20 +00:00 committed by Git OBS Bridge
parent 2c4fd92414
commit 651c3766f9
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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() {