libxine: update to version 1.1.19
[openembedded.git] / recipes / alsa / alsa-oss_1.0.17.bb
blob0847edf00aa0d67aa297968e2651a47baeb6f32e
1 DESCRIPTION = "Alsa OSS Compatibility Package"
2 SECTION = "libs/multimedia"
3 LICENSE = "GPL"
4 DEPENDS = "alsa-lib"
5 PR = "r1"
7 SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \
8 file://libio.patch \
11 inherit autotools
13 LEAD_SONAME = "libaoss.so.0"
15 do_configure_prepend () {
16 touch NEWS README AUTHORS ChangeLog
17 sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in
20 SRC_URI[md5sum] = "1b1850c2fc91476a73d50f537cbd402f"
21 SRC_URI[sha256sum] = "8d009e23e2cbee1691ec3c95d1838056a804d98440eae7715d6c3aebc710f9ca"