SUMMARY = "Implementation of XDG Sound Theme and Name Specifications" DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops." LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ file://src/canberra.h;beginline=7;endline=24;md5=c616c687cf8da540a14f917e0d23ab03" DEPENDS = "gtk+ pulseaudio alsa-lib libtool libvorbis" PR = "r1" inherit gconf autotools SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz" SRC_URI[md5sum] = "c198b4811598c4c161ff505e4531b02c" SRC_URI[sha256sum] = "eb1f8b2cabad7f07b6e44d606a91d73e1efca4b46daf92bd553e7222bc68868c" EXTRA_OECONF = " --disable-oss --disable-ltdl-install" do_configure_prepend () { rm -f ${S}/libltdl/configure* } PACKAGES += "${PN}-gnome" FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome" FILES_${PN}-gnome += "${datadir}/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop \ ${libdir}/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop" FILES_${PN}-dev += "${libdir}/libcanberra-0.28/libcanberra-*.so \ ${libdir}/libcanberra-0.28/libcanberra-*.la \ ${datadir}/vala/vapi" FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug ${libdir}/libcanberra-0.28/.debug"