Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2012-09-10 15:23:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pulseaudio (Old)
 and      /work/SRC/openSUSE:Factory/.pulseaudio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pulseaudio", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes    2012-07-23 
10:16:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes       
2012-09-10 15:29:07.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 14:08:55 CEST 2012 - ti...@suse.de
+
+- Fix the broken setup by setup-pulseaudio when alsa-plugins-pulse
+  doesn't exist (bnc#779039)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------

++++++ setup-pulseaudio ++++++
--- /var/tmp/diff_new_pack.74cTtJ/_old  2012-09-10 15:29:08.000000000 +0200
+++ /var/tmp/diff_new_pack.74cTtJ/_new  2012-09-10 15:29:08.000000000 +0200
@@ -77,7 +77,11 @@
 
 enable_alsa() {
     echo "Enabling PulseAudio for ALSA..."
-    set_variable ALSA_CONFIG_PATH /etc/alsa-pulse.conf
+    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() {

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to