mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libao: update to 1.2.0.
This commit is contained in:
parent
710764300d
commit
077060fe85
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libao'
|
# Template file for 'libao'
|
||||||
pkgname=libao
|
pkgname=libao
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-alsa-mmap"
|
configure_args="--enable-alsa-mmap"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,10 +12,10 @@ short_desc="Cross-platform audio output library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://downloads.xiph.org/releases/ao/${pkgname}-${version}.tar.gz"
|
distfiles="http://downloads.xiph.org/releases/ao/${pkgname}-${version}.tar.gz"
|
||||||
checksum=29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c171bd4
|
checksum=03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/libao.conf 644 etc
|
vconf ${FILESDIR}/libao.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
libao-devel_package() {
|
libao-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue