[oe-commits] org.oe.dev pulseaudio: 0.9.9 works good enough to be the default version now

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Feb 17 19:07:28 UTC 2008


pulseaudio: 0.9.9 works good enough to be the default version now
* add pulse to audio user group, so it can run as system daemon eventually

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 049e91a5cdbaf264a70dab2bb86c086e6b60e73f
ViewMTN: http://monotone.openembedded.org/revision/info/049e91a5cdbaf264a70dab2bb86c086e6b60e73f
Files:
1
packages/pulseaudio/pulse.inc
packages/pulseaudio/pulseaudio_0.9.9.bb
Diffs:

#
# mt diff -rd3bfb63392fd687b3f65e4bcf1e8d532ffa563a4 -r049e91a5cdbaf264a70dab2bb86c086e6b60e73f
#
# 
# 
# patch "packages/pulseaudio/pulse.inc"
#  from [1d80936eb792c520f41e2b7d53e94292e959129f]
#    to [21cfea996a2da42f5d28bdf518cec74f51f8454a]
# 
# patch "packages/pulseaudio/pulseaudio_0.9.9.bb"
#  from [90330867c2b9d3a07bbf0e113c2289c5fd452fca]
#    to [a076f2143bcd4c95f958a442f117d983aef69d9c]
# 
============================================================
--- packages/pulseaudio/pulse.inc	1d80936eb792c520f41e2b7d53e94292e959129f
+++ packages/pulseaudio/pulse.inc	21cfea996a2da42f5d28bdf518cec74f51f8454a
@@ -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
 }
 
============================================================
--- packages/pulseaudio/pulseaudio_0.9.9.bb	90330867c2b9d3a07bbf0e113c2289c5fd452fca
+++ packages/pulseaudio/pulseaudio_0.9.9.bb	a076f2143bcd4c95f958a442f117d983aef69d9c
@@ -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.) fails with hierarchical pthread stuff w/ gst-pulse (hence patched out)
-# 3.) hangs, if used with gst-pulse 0.9.7, fails with hierarchical pthread stuff
-DEFAULT_PREFERENCE = "-1"
-






More information about the Openembedded-commits mailing list