diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-17 18:19:06 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-17 18:19:06 +0000 |
commit | befe5e55ec935233638e8adfa0d4ba5ead58f2c8 (patch) | |
tree | 116399e49468f0d03555afe86950a49461e851ed /packages/pulseaudio/pulseaudio_0.9.9.bb | |
parent | 221ba4650fa3b92d3abc6f5c8f0291cbddedee18 (diff) |
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
Diffstat (limited to 'packages/pulseaudio/pulseaudio_0.9.9.bb')
-rw-r--r-- | packages/pulseaudio/pulseaudio_0.9.9.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/pulseaudio/pulseaudio_0.9.9.bb b/packages/pulseaudio/pulseaudio_0.9.9.bb index d1e5706809..b884c27dd6 100644 --- a/packages/pulseaudio/pulseaudio_0.9.9.bb +++ b/packages/pulseaudio/pulseaudio_0.9.9.bb @@ -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) |