blob: 2cc6beb5c9416c3d4a754b4c2e8bffd7d64ccbf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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 gstreamer"
PR = "r2"
inherit gnome
SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz"
EXTRA_OECONF = " --disable-oss "
# This needs autoconf 2.62, which isn't used by any distro in OE atm
do_configure() {
gnu-configize --force
oe_runconf
}
FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome ${libdir}/*/*.so"
FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug ${libdir}/*/.debug"
FILES_${PN}-dev += "${libdir}/*/*.a"
AUTOTOOLS_STAGE_PKGCONFIG = "1"
SRC_URI[md5sum] = "01a1952e861defa6de9d193558f2a732"
SRC_URI[sha256sum] = "04a70135de89ec7971a7ffa6516cf7699329cc01056595d524a6250a9d049709"
|