mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
alsa-firmware: update to 1.2.4.
This commit is contained in:
parent
42456f2441
commit
64806a4ee1
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'alsa-firmware'
|
# Template file for 'alsa-firmware'
|
||||||
pkgname=alsa-firmware
|
pkgname=alsa-firmware
|
||||||
version=1.2.1
|
version=1.2.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-hotplug-dir=/usr/lib/firmware"
|
configure_args="--with-hotplug-dir=/usr/lib/firmware"
|
||||||
short_desc="Advanced Linux Sound Architecture (ALSA) firmware"
|
short_desc="Advanced Linux Sound Architecture (ALSA) firmware"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only, BSD-3-Clause-Clear"
|
||||||
homepage="http://www.alsa-project.org"
|
homepage="http://www.alsa-project.org"
|
||||||
distfiles="https://www.alsa-project.org/files/pub/firmware/${pkgname}-${version}.tar.bz2"
|
distfiles="https://www.alsa-project.org/files/pub/firmware/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=aea27c571dbe02ede298cf9f637d8dfdb758e032e372c8d7e96ccb2b15fa08ab
|
checksum=b67b6d7d08bcfc247ef6ff0ab88a99c188305a3cf57ae2dfd0bcd9a5b36cd5bb
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
ignore_elf_files="/usr/share/alsa/firmware/mixartloader/miXart8.elf"
|
ignore_elf_files="/usr/share/alsa/firmware/mixartloader/miXart8.elf"
|
||||||
|
|
||||||
|
@ -22,4 +22,5 @@ post_install() {
|
||||||
rm -rfv ${DESTDIR}/usr/lib/firmware/{ess,korg,sb16,yamaha}
|
rm -rfv ${DESTDIR}/usr/lib/firmware/{ess,korg,sb16,yamaha}
|
||||||
rm -fv ${DESTDIR}/usr/lib/firmware/ctefx.bin
|
rm -fv ${DESTDIR}/usr/lib/firmware/ctefx.bin
|
||||||
rm -fv ${DESTDIR}/usr/lib/firmware/ctspeq.bin
|
rm -fv ${DESTDIR}/usr/lib/firmware/ctspeq.bin
|
||||||
|
vlicense aica/license.txt AICA_LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue