pulseaudio: 0.9.9 works good enough to be the default version now
authorMichael Lauer <mickey@vanille-media.de>
Sun, 17 Feb 2008 18:19:06 +0000 (18:19 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 17 Feb 2008 18:19:06 +0000 (18:19 +0000)
* add pulse to audio user group, so it can run as system daemon eventually

packages/pulseaudio/pulse.inc
packages/pulseaudio/pulseaudio_0.9.9.bb

index b6b622d..7f7f205 100644 (file)
@@ -20,8 +20,8 @@ EXTRA_OECONF = "\
                --with-glib \
                --with-alsa \
                --with-oss \
-                --with-hal \
-               "
+               --with-hal \
+"
 
 PARALLEL_MAKE = ""
 
@@ -83,7 +83,8 @@ pkg_postinst_${PN}-server() {
         grep -q pulse: /etc/group || addgroup pulse
         grep -q pulse: /etc/passwd || \
             adduser --disabled-password --home=/var/run/pulse --system \
-                    --ingroup pulse --no-create-home -g "Pulse audio daemon" pulse                                            
+                    --ingroup pulse --no-create-home -g "Pulse audio daemon" pulse
+        adduser pulse audio
         /etc/init.d/populate-volatile.sh update
 }
 
index d1e5706..b884c27 100644 (file)
@@ -8,11 +8,9 @@ SRC_URI += "\
   file://fix-dbus-without-hal.patch;patch=1 \
 "            
 
-PR = "r1"
+PR = "r2"
 
 # problems w/ pulseaudio 0.9.9 atm:
 # 1.) needs libltdl >= 1.5.24 (yes, any older version will NOT work at runtime)
 # 2.) doesn't build w/ glibc TLS support (hence patched out)
-# 3.) hangs, if used with gst-pulse 0.9.7, fails with hierarchical pthread stuff
-DEFAULT_PREFERENCE = "-1"
-
+# 3.) fails with hierarchical pthread stuff w/ gst-pulse (hence patched out)