diff options
| -rw-r--r-- | meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb b/meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb deleted file mode 100644 index b3c0e3d89c..0000000000 --- a/meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 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;beginline=7;endline=24;md5=c616c687cf8da540a14f917e0d23ab03" | ||
| 6 | |||
| 7 | DEPENDS = "gtk+ pulseaudio alsa-lib libtool libvorbis" | ||
| 8 | PR = "r0" | ||
| 9 | |||
| 10 | inherit gconf autotools | ||
| 11 | |||
| 12 | SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.xz" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "2594093a5d61047bd9cc87e955f86df8" | ||
| 15 | SRC_URI[sha256sum] = "127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72" | ||
| 16 | |||
| 17 | EXTRA_OECONF = " --disable-oss --disable-ltdl-install" | ||
| 18 | |||
| 19 | do_configure_prepend () { | ||
| 20 | rm -f ${S}/libltdl/configure* | ||
| 21 | } | ||
| 22 | |||
| 23 | PACKAGES += "${PN}-gnome" | ||
| 24 | |||
| 25 | FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome" | ||
| 26 | FILES_${PN}-gnome += "${datadir}/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop \ | ||
| 27 | ${libdir}/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop" | ||
| 28 | FILES_${PN}-dev += "${libdir}/libcanberra-0.29/libcanberra-*.so \ | ||
| 29 | ${libdir}/libcanberra-0.29/libcanberra-*.la \ | ||
| 30 | ${datadir}/vala/vapi" | ||
| 31 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug ${libdir}/libcanberra-0.29/.debug" | ||
| 32 | |||
