dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / pulseaudio / pulseaudio_0.9.9.bb
1 require pulseaudio.inc
2
3 PR = "${INC_PR}.1"
4
5 # this is not correct (see below)
6 SRC_URI += "\
7   file://disable-using-glibc-tls.patch;patch=1 \
8   file://fix-dbus-without-hal.patch;patch=1 \
9   file://fix-shm.patch;patch=1 \
10 "            
11
12 # problems w/ pulseaudio 0.9.9 atm:
13 # 1.) needs libltdl >= 1.5.24 (yes, any older version will NOT work at runtime)
14 # 2.) doesn't build w/ glibc TLS support (hence patched out)
15 # 3.) fails with hierarchical pthread stuff w/ gst-pulse (hence patched out)