* add pulse to audio user group, so it can run as system daemon eventually
--with-glib \
--with-alsa \
--with-oss \
- --with-hal \
- "
+ --with-hal \
+"
PARALLEL_MAKE = ""
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
}
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)