diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-23 14:09:11 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-23 14:09:11 +0000 |
| commit | f4db03f644ea8e36d10273f9bdda74c58730dde5 (patch) | |
| tree | d7e84b0509c396b39161b352d1ae09fae32f9d23 /meta-openmoko/packages/pulseaudio/pulseaudio_0.9.10.bb | |
| parent | d4740e0ebca2579c69ac6da6703c4d91472b39c1 (diff) | |
| download | poky-f4db03f644ea8e36d10273f9bdda74c58730dde5.tar.gz | |
pulseaudio: merge with OE + patches for libtool 2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4550 311d38ba-8fff-0310-9ca6-ca027cbcb966
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) | ||
