mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
libao: update to 1.2.2.
This commit is contained in:
parent
02bb233c6c
commit
884862f287
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'libao'
|
# Template file for 'libao'
|
||||||
pkgname=libao
|
pkgname=libao
|
||||||
version=1.2.0
|
version=1.2.2
|
||||||
revision=8
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-alsa-mmap"
|
configure_args="--enable-alsa-mmap"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="alsa-lib-devel pulseaudio-devel sndio-devel"
|
makedepends="alsa-lib-devel pulseaudio-devel sndio-devel"
|
||||||
conf_files="/etc/libao.conf"
|
conf_files="/etc/libao.conf"
|
||||||
homepage="http://xiph.org/ao/"
|
|
||||||
short_desc="Cross-platform audio output library"
|
short_desc="Cross-platform audio output library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
distfiles="http://downloads.xiph.org/releases/ao/${pkgname}-${version}.tar.gz"
|
homepage="https://xiph.org/ao/"
|
||||||
checksum=03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf
|
distfiles="https://github.com/xiph/libao/archive/${version}.tar.gz"
|
||||||
|
checksum=df8a6d0e238feeccb26a783e778716fb41a801536fe7b6fce068e313c0e2bf4d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue