* update alsa-utils to 1.2.9-1
This commit is contained in:
parent
79d5371593
commit
69269d1d65
@ -4,22 +4,38 @@
|
||||
# Contributor: judd <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=alsa-utils
|
||||
pkgver=1.2.8
|
||||
pkgver=1.2.9
|
||||
pkgrel=1
|
||||
pkgdesc="Advanced Linux Sound Architecture - Utilities"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://www.alsa-project.org"
|
||||
license=(GPL2)
|
||||
depends=(glibc pciutils psmisc)
|
||||
makedepends=(alsa-lib docbook-x{m,s}l fftw libsamplerate ncurses python-docutils
|
||||
systemd xmlto)
|
||||
optdepends=('fftw: for alsabat')
|
||||
depends=(
|
||||
gcc-libs
|
||||
glibc
|
||||
pciutils
|
||||
psmisc
|
||||
)
|
||||
makedepends=(
|
||||
alsa-lib
|
||||
docbook-xsl
|
||||
fftw
|
||||
libsamplerate
|
||||
ncurses
|
||||
python-docutils
|
||||
systemd
|
||||
xmlto
|
||||
)
|
||||
optdepends=(
|
||||
'bash: for alsa-info.sh and alsabat-test.sh'
|
||||
'fftw: for alsabat'
|
||||
)
|
||||
# we require /var/lib/alsa for state file
|
||||
options=(emptydirs)
|
||||
source=(https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2{,.sig})
|
||||
sha512sums=('882e6f67467596ed273bf554fcce87d8ef287806bbdabd6c103de4980981f9e2102fb3800c6e8628ee8e86ffb165c1c92f9370c8145f28a6cb7cca563942330b'
|
||||
sha512sums=('f46e13fd57ed05ee38d3fa655e57b14335ecf0664dbe03275808383d87d28df153a81151e2e9d8786625f09929c567c89e145508a706a70eeb91ac1b11fb2fd4'
|
||||
'SKIP')
|
||||
b2sums=('4b9676957e775be51076b4798dfd384db4eea440c682899024034d3dd593ba24f1d42b8d742c312e041a37f0dbbc12b16635d79f6e6633a3459cc21f80739b5e'
|
||||
b2sums=('9d75f63c7ff8b0d7ee835a1ad8fc242dee9b59770b1ad0ff9cd233caf50ac844323fb2ebb8e649f03a0a30a161ec72cba472ac79e390c3f0eb6e2a184d8f576c'
|
||||
'SKIP')
|
||||
validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <release@alsa-project.org>
|
||||
|
||||
@ -29,13 +45,16 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-alsaconf \
|
||||
--sbindir=/usr/bin \
|
||||
--with-udev-rules-dir=/usr/lib/udev/rules.d \
|
||||
local configure_options=(
|
||||
--prefix=/usr
|
||||
--disable-alsaconf
|
||||
--sbindir=/usr/bin
|
||||
--with-udev-rules-dir=/usr/lib/udev/rules.d
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||
)
|
||||
|
||||
cd $pkgname-$pkgver
|
||||
./configure "${configure_options[@]}"
|
||||
make
|
||||
}
|
||||
|
||||
@ -44,8 +63,11 @@ check() {
|
||||
}
|
||||
|
||||
package() {
|
||||
depends+=(libasound.so libatopology.so libformw.so libmenuw.so libncursesw.so
|
||||
libpanelw.so libsamplerate.so)
|
||||
depends+=(
|
||||
alsa-lib libasound.so libatopology.so
|
||||
ncurses libformw.so libmenuw.so libncursesw.so libpanelw.so
|
||||
libsamplerate libsamplerate.so
|
||||
)
|
||||
|
||||
make DESTDIR="$pkgdir" install -C $pkgname-$pkgver
|
||||
install -vDm 644 $pkgname-$pkgver/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user