diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-11-30 20:50:25 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-11-30 20:50:25 +0000 |
commit | 7ad5931818a2296eb5398e031fa1eb2ea4d0f0db (patch) | |
tree | fb456d3a01b3d52c3c743e30c43fc9e87d78999e /packages | |
parent | fda022550dc1980ce2d8e255c8699b95432543ed (diff) | |
parent | 33c40b15a78be31216e1dec07a92d0df643afde5 (diff) |
merge of '086f28dc642c28a49acc6fa22f6423d6ba5cef7d'
and 'd2bef6ae1a0cfb013070a22132d2c8c69fdf19e1'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/pulseaudio/pulse.inc | 1 | ||||
-rw-r--r-- | packages/pulseaudio/pulseaudio_0.9.8.bb (renamed from packages/pulseaudio/pulseaudio_0.9.7.bb) | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/packages/pulseaudio/pulse.inc b/packages/pulseaudio/pulse.inc index f765bec1a1..08b0b5cd14 100644 --- a/packages/pulseaudio/pulse.inc +++ b/packages/pulseaudio/pulse.inc @@ -3,7 +3,6 @@ HOMEPAGE = "http://www.pulseaudio.org" AUTHOR = "Lennart Poettering" SECTION = "libs/multimedia" LICENSE = "LGPL" - DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool" # optional DEPENDS += "alsa-lib glib-2.0" diff --git a/packages/pulseaudio/pulseaudio_0.9.7.bb b/packages/pulseaudio/pulseaudio_0.9.8.bb index d466086b50..76bf6e8411 100644 --- a/packages/pulseaudio/pulseaudio_0.9.7.bb +++ b/packages/pulseaudio/pulseaudio_0.9.8.bb @@ -5,8 +5,8 @@ SRC_URI += "file://disable-using-glibc-tls.patch;patch=1" PR = "r0" -# problems w/ pulseaudio 0.9.7 atm: -# 1.) needs libtool 1.2.24 (which miscompiles plugins in OE, hence we can't make it the default yet) +# problems w/ pulseaudio 0.9.8 atm: +# 1.) needs libtool >= 1.5.24 (yes, any older version will NOT work) # 2.) doesn't build w/ glibc TLS support (hence patched out) DEFAULT_PREFERENCE = "-1" |