diff options
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio/libcanberra_0.26.bb')
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/libcanberra_0.26.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/libcanberra_0.26.bb b/meta/recipes-multimedia/pulseaudio/libcanberra_0.26.bb new file mode 100644 index 0000000000..7f91bdc978 --- /dev/null +++ b/meta/recipes-multimedia/pulseaudio/libcanberra_0.26.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "Implementation of XDG Sound Theme and Name Specifications" | ||
2 | DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops." | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
5 | file://src/canberra.h;endline=24;md5=8dd99ba690687f5816f711d9313c8967" | ||
6 | |||
7 | DEPENDS = "gtk+ pulseaudio alsa-lib libtool" | ||
8 | PR = "r0" | ||
9 | |||
10 | inherit gconf autotools | ||
11 | |||
12 | SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz" | ||
13 | |||
14 | SRC_URI[md5sum] = "ee2c66ada7c851a4e7b6eb1682285a24" | ||
15 | SRC_URI[sha256sum] = "4b5d8d2c2835133620adbc53745dd107b6e58b9a2963059e8f457143fee00982" | ||
16 | |||
17 | EXTRA_OECONF = " --disable-oss --disable-ltdl-install" | ||
18 | |||
19 | do_configure_prepend () { | ||
20 | rm -f ${S}/libltdl/configure* | ||
21 | } | ||
22 | |||
23 | FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome" | ||
24 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" | ||
25 | |||