diff options
| author | Rod Whitby <rod@whitby.id.au> | 2006-02-06 00:46:35 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 00:46:35 +0000 |
| commit | 9b188ea2600bce6ed35559b21677bd8b7223f5a8 (patch) | |
| tree | 40e9328ce853279c0eae8ecc851d514ef01c26d1 /packages/libao | |
| parent | 76107d774ec7a96b7788d2f2b98b5621a04cfe71 (diff) | |
| parent | 1be31761f3449cd4f92508fd2c2c41968039c918 (diff) | |
merge of 1133a2f6d7624f04cdda9771f28e1502680e7213
and 59438d13db19ded8e22646fb8cddf849804f3a90
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" |
