alsa-utils: update to 1.1.0.
This commit is contained in:
parent
0b9c8d61a7
commit
de0189dbd9
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'alsa-utils'.
|
# Template build file for 'alsa-utils'.
|
||||||
pkgname=alsa-utils
|
pkgname=alsa-utils
|
||||||
version=1.0.29
|
version=1.1.0
|
||||||
revision=3
|
revision=1
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d -disable-alsaconf"
|
configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d -disable-alsaconf"
|
||||||
hostmakedepends="pkg-config xmlto"
|
hostmakedepends="pkg-config xmlto"
|
||||||
makedepends="ncurses-devel alsa-lib-devel libsamplerate-devel"
|
makedepends="ncurses-devel alsa-lib-devel libsamplerate-devel fftw-devel"
|
||||||
depends="alsa-lib>=${version}"
|
depends="alsa-lib>=${version}"
|
||||||
make_dirs="/var/lib/alsa 0750 root root"
|
make_dirs="/var/lib/alsa 0750 root root"
|
||||||
short_desc="The Advanced Linux Sound Architecture (ALSA) utilities"
|
short_desc="The Advanced Linux Sound Architecture (ALSA) utilities"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.alsa-project.org"
|
homepage="http://www.alsa-project.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
|
||||||
checksum=5160058f3e14483ced5de919dd473f93932059454530a9b7ef97dcabd6833e9b
|
checksum=3b1c3135b76e14532d3dd23fb15759ddd7daf9ffbc183f7a9a0a3a86374748f1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Install required udev rules file.
|
# Install required udev rules file.
|
||||||
|
|
Loading…
Reference in a new issue