aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pulseaudio/pulseaudio_0.9.10.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2008-05-03 11:00:20 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2008-05-03 11:00:20 +0000
commit20e74d659e907f092972863523c9f647ebb155c6 (patch)
tree53c6a12e55f990db7c9fee6865faa31b26e67405 /packages/pulseaudio/pulseaudio_0.9.10.bb
parent8c79138478eaf2df40f9d70d83dcf6a0d364c344 (diff)
downloadopenembedded-20e74d659e907f092972863523c9f647ebb155c6.tar.gz
pulseaudio: add 0.9.10
Diffstat (limited to 'packages/pulseaudio/pulseaudio_0.9.10.bb')
-rw-r--r--packages/pulseaudio/pulseaudio_0.9.10.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/pulseaudio/pulseaudio_0.9.10.bb b/packages/pulseaudio/pulseaudio_0.9.10.bb
new file mode 100644
index 0000000000..5a445a45cb
--- /dev/null
+++ b/packages/pulseaudio/pulseaudio_0.9.10.bb
@@ -0,0 +1,16 @@
+require pulse.inc
+
+DEPENDS += "dbus"
+PR = "r1"
+
+# this is not correct (see below)
+SRC_URI += "\
+ file://disable-using-glibc-tls.patch;patch=1 \
+ file://libpulsedsp-references-libpulsecore.patch;patch=1 \
+ file://pa-drop-caps-returns-void.patch;patch=1 \
+"
+
+# problems w/ pulseaudio 0.9.10 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)