New package: libao-1.1.0.

This commit is contained in:
Juan RP 2012-12-21 15:39:55 +01:00
parent a577c3db4b
commit a0f83cf72a
5 changed files with 35 additions and 0 deletions

View file

@ -1137,3 +1137,4 @@ libpurple.so.0 libpurple-2.10.6_1
libpurple-client.so.0 libpurple-2.10.6_1
libgnt.so.0 libgnt-2.10.6_1
libvarnishapi.so.1 libvarnishapi-3.0.3_1
libao.so.4 libao-1.1.0_1

1
srcpkgs/libao-devel Symbolic link
View file

@ -0,0 +1 @@
libao

View file

@ -0,0 +1 @@
default_driver=alsa

View file

@ -0,0 +1,12 @@
# Template file for 'libao-devel'.
#
noarch=yes
depends="libao>=${version}"
short_desc="${short_desc} -- development files"
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/doc usr/share
vmove usr/share/aclocal usr/share
}

20
srcpkgs/libao/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'libao'
pkgname=libao
version=1.1.0
revision=1
build_style=gnu-configure
configure_args="--enable-alsa-mmap"
homepage="http://xiph.org/ao/"
short_desc="Cross-platform audio output library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
distfiles="http://downloads.xiph.org/releases/ao/${pkgname}-${version}.tar.gz"
checksum=29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c171bd4
subpackages="libao-devel"
makedepends="pkg-config alsa-lib-devel pulseaudio-devel"
conf_files="/etc/libao.conf"
post_install() {
vinstall ${FILESDIR}/libao.conf 644 etc
}