From 36efb322cb219e0b8dffff12d94b66cdde4e67c3 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 26 Jan 2008 07:32:41 +0000 Subject: pulseaudio 0.9.8 update to 0.9.9 --- packages/pulseaudio/pulseaudio_0.9.8.bb | 17 ----------------- packages/pulseaudio/pulseaudio_0.9.9.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 packages/pulseaudio/pulseaudio_0.9.8.bb create mode 100644 packages/pulseaudio/pulseaudio_0.9.9.bb (limited to 'packages/pulseaudio') diff --git a/packages/pulseaudio/pulseaudio_0.9.8.bb b/packages/pulseaudio/pulseaudio_0.9.8.bb deleted file mode 100644 index 93c8ffb849..0000000000 --- a/packages/pulseaudio/pulseaudio_0.9.8.bb +++ /dev/null @@ -1,17 +0,0 @@ -require pulse.inc - -DEPENDS += "dbus" - -# this is not correct (see below) -SRC_URI += "\ - file://disable-using-glibc-tls.patch;patch=1 \ - file://fix-dbus-without-hal.patch;patch=1 \ -" - -PR = "r0" - -# problems w/ pulseaudio 0.9.8 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) -DEFAULT_PREFERENCE = "-1" - diff --git a/packages/pulseaudio/pulseaudio_0.9.9.bb b/packages/pulseaudio/pulseaudio_0.9.9.bb new file mode 100644 index 0000000000..f52ca6e1c6 --- /dev/null +++ b/packages/pulseaudio/pulseaudio_0.9.9.bb @@ -0,0 +1,18 @@ +require pulse.inc + +DEPENDS += "dbus" + +# this is not correct (see below) +SRC_URI += "\ + file://disable-using-glibc-tls.patch;patch=1 \ + file://fix-dbus-without-hal.patch;patch=1 \ +" + +PR = "r0" + +# 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 +DEFAULT_PREFERENCE = "-1" + -- cgit v1.2.3