diff options
Diffstat (limited to 'meta-openmoko/packages/pulseaudio/pulseaudio_0.9.10.bb')
| -rw-r--r-- | meta-openmoko/packages/pulseaudio/pulseaudio_0.9.10.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openmoko/packages/pulseaudio/pulseaudio_0.9.10.bb b/meta-openmoko/packages/pulseaudio/pulseaudio_0.9.10.bb new file mode 100644 index 0000000000..671fb66a96 --- /dev/null +++ b/meta-openmoko/packages/pulseaudio/pulseaudio_0.9.10.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | require pulse.inc | ||
| 2 | |||
| 3 | DEPENDS += "dbus" | ||
| 4 | PR = "r2" | ||
| 5 | |||
| 6 | # this is not correct (see below) | ||
| 7 | SRC_URI += "\ | ||
| 8 | file://disable-using-glibc-tls.patch;patch=1 \ | ||
| 9 | file://libpulsedsp-references-libpulsecore.patch;patch=1 \ | ||
| 10 | file://pa-drop-caps-returns-void.patch;patch=1 \ | ||
| 11 | file://2113.diff;patch=1;pnum=0 \ | ||
| 12 | file://2114.diff;patch=1;pnum=0 \ | ||
| 13 | file://libtool2.patch;patch=1 \ | ||
| 14 | " | ||
| 15 | |||
| 16 | EXTRA_OECONF += "--with-libltdl-includes=${STAGING_INCDIR}/libltdl/ --with-libltdl-libs=${STAGING_LIBDIR}" | ||
| 17 | |||
| 18 | # problems w/ pulseaudio 0.9.10 atm: | ||
| 19 | # 1.) needs libltdl >= 1.5.24 (yes, any older version will NOT work at runtime) | ||
| 20 | # 2.) doesn't build w/ glibc TLS support (hence patched out) | ||
| 21 | # 3.) fails with hierarchical pthread stuff w/ gst-pulse (hence patched out) | ||
