libxine: update to version 1.1.19
[openembedded.git] / recipes / alsa / alsa-lib_1.0.20.bb
blobde522c760679002d7e98f6daf2ea306a993e6292
1 DESCRIPTION = "Alsa sound library"
2 HOMEPAGE = "http://www.alsa-project.org"
3 SECTION = "libs/multimedia"
4 LICENSE = "LGPLv2.1"
5 PR = "r3"
7 # configure.in sets -D__arm__ on the command line for any arm system
8 # (not just those with the ARM instruction set), this should be removed,
9 # (or replaced by a permitted #define).
10 #FIXME: remove the following
11 ARM_INSTRUCTION_SET = "arm"
13 SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
14 file://fix-tstamp-declaration.patch \
15 file://fix_libmath.patch \
18 inherit autotools pkgconfig
21 EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python --enable-shared --enable-static"
24 require alsa-fpu.inc
25 EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} "
28 require alsa-versym.inc
29 EXTRA_OECONF += "${@get_alsa_versym_setting(bb, d)} "
32 PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
33 FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
34 FILES_libasound = "${libdir}/libasound.so.*"
35 FILES_alsa-server = "${bindir}/*"
36 FILES_alsa-conf = "${datadir}/alsa/"
37 FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
38 FILES_alsa-conf-base = "\
39 ${datadir}/alsa/alsa.conf \
40 ${datadir}/alsa/cards/aliases.conf \
41 ${datadir}/alsa/pcm/default.conf \
42 ${datadir}/alsa/pcm/dmix.conf \
43 ${datadir}/alsa/pcm/dsnoop.conf"
45 RDEPENDS_libasound = "alsa-conf-base"
47 SRC_URI[md5sum] = "6e9080ba1faa5d3739d14dd76c62d8dc"
48 SRC_URI[sha256sum] = "15f8d0eef1da10c62136107e7b585bc8beb9c9e9b7ad177654097f8c15e57a63"