alsa-utils: update to 1.0.28.
This commit is contained in:
parent
548b0ab858
commit
31c63310c5
|
@ -1,21 +1,20 @@
|
||||||
# Template build file for 'alsa-utils'.
|
# Template build file for 'alsa-utils'.
|
||||||
pkgname=alsa-utils
|
pkgname=alsa-utils
|
||||||
version=1.0.27.2
|
version=1.0.28
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system
|
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
--with-udev-rules-dir=/usr/lib/udev/rules.d -disable-alsaconf"
|
--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>=1.0.27 libsamplerate-devel"
|
makedepends="ncurses-devel alsa-lib-devel>=1.0.28 libsamplerate-devel"
|
||||||
# Needs snd_pcm_abort() from >= 1.0.27.
|
depends="alsa-lib>=1.0.28"
|
||||||
depends="alsa-lib>=1.0.27"
|
|
||||||
make_dirs="/var/lib/alsa 0750 root root"
|
make_dirs="/var/lib/alsa 0750 root root"
|
||||||
short_desc="The Advanced Linux Sound Architecture (ALSA) utils"
|
short_desc="The Advanced Linux Sound Architecture (ALSA) utils"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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=02bfac39092f3b68d743c23ad3d688d6c5aa8df69f2ccd692c5b8282edb352ea
|
checksum=f3ff4c89b0125a7797b1b13cd094cc92276e655458274967386e812d03642acc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Install required udev rules file.
|
# Install required udev rules file.
|
||||||
|
|
Loading…
Reference in New Issue