diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-02-08 11:54:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-08 11:54:37 +0000 |
commit | 8d28ecc02a19278b07d847120f613c9f6fe1f850 (patch) | |
tree | 83cc790d76150c03f0bafcba497239b570be12ea /packages/libao | |
parent | 4944b24faa03ad5bed435b4a56022cb5b95279b3 (diff) | |
parent | e0d409e4eb2652bfc46272ffc5b6281731dd367e (diff) |
merge of 56993761cfcc246959dccb5e35fa402c5c3c9738
and 93e5bd9df4fa3927a9dfb67420d1a48ab721c007
Diffstat (limited to 'packages/libao')
-rw-r--r-- | packages/libao/libao-alsa_0.8.6.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/libao/libao-alsa_0.8.6.bb b/packages/libao/libao-alsa_0.8.6.bb new file mode 100644 index 0000000000..4df98e1cca --- /dev/null +++ b/packages/libao/libao-alsa_0.8.6.bb @@ -0,0 +1,27 @@ +LICENSE = "GPL" +DESCRIPTION = "A cross platform audio library. This is the ALSA plugin." +HOMEPAGE = "http://www.xiph.org/ao/" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Matthias Goebl <matthias.goebl@goebl.net>" +DEPENDS = "alsa-lib libao" +RDEPENDS = "libao2 (>=${PV})" +PR = "r1" + +SRC_URI = "http://downloads.xiph.org/releases/ao/libao-${PV}.tar.gz" +S = "${WORKDIR}/libao-${PV}" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-esd --disable-esdtest \ + --disable-oss \ + --enable-alsa09 --enable-alsa09-mmap \ + --disable-arts --disable-nas" + +do_stage() { + oe_libinstall -so -C src libao ${STAGING_LIBDIR} +} + +PACKAGES = "libao-alsa-plugin libao-alsa-plugin-dev" +FILES_libao-alsa-plugin= "${libdir}/ao/plugins-2/libalsa*.so" +FILES_libao-alsa-plugin-dev += "${libdir}/ao/plugins-2/libalsa*.la" |