From 519b7c0dd398aaa3e0f3b32fdacbc44759480aac Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 7 Oct 2010 21:38:47 +0100 Subject: pulseaudio: Add back after it was lost in meta-moblin removal (and dependencies) Signed-off-by: Richard Purdie --- meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb (limited to 'meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb') diff --git a/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb b/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb new file mode 100644 index 0000000000..c6d25dccb0 --- /dev/null +++ b/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops." +LICENSE = "LGPL" +DEPENDS = "gtk+ pulseaudio alsa-lib libtool" +PR = "r3" + +inherit gconf autotools + +SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz \ + file://nofallbackfix.patch;patch=1 \ + file://autoconf_version.patch;patch=1" + +EXTRA_OECONF = " --disable-oss --disable-ltdl-install" + +do_configure_prepend () { + rm -f ${S}/libltdl/configure* +} + +FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome" +FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" + +AUTOTOOLS_STAGE_PKGCONFIG = "1" + -- cgit v1.2.3-54-g00ecf