Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/alsa-lib/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'alsa-lib'
pkgname=alsa-lib
version=1.2.14
version=1.2.15.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config libtool"
Expand All @@ -9,7 +9,7 @@ maintainer="cinerea0 <[email protected]>"
license="LGPL-2.1-or-later"
homepage="http://www.alsa-project.org"
distfiles="https://www.alsa-project.org/files/pub/lib/alsa-lib-${version}.tar.bz2"
checksum=be9c88a0b3604367dd74167a2b754a35e142f670292ae47a2fdef27a2ee97a32
checksum=7f983ca89ca420872ca16e8a9f8f97fb63db6c1c6e2585b91737a08bb03f566c

alsa-lib-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/alsa-ucm-conf/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for 'alsa-ucm-conf'
pkgname=alsa-ucm-conf
version=1.2.14
version=1.2.15.1
revision=1
short_desc="ALSA Use Case Manager topology configurations"
maintainer="cinerea0 <[email protected]>"
license="BSD-3-Clause"
homepage="https://github.com/alsa-project/alsa-ucm-conf"
distfiles="https://github.com/alsa-project/alsa-ucm-conf/archive/refs/tags/v${version}.tar.gz"
checksum=a441fcc0bf70d91c52bd208de9b1e30bab9ad336ea5ee361a2b8982133fdb7f7
checksum=05ae6ad956382d68022e00788276d952bb3b0a4c6bfd03b719995aff077c1b2a

do_install() {
vdoc ucm2/README.md
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/alsa-utils/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'alsa-utils'
pkgname=alsa-utils
version=1.2.14
version=1.2.15.1
revision=1
build_style=gnu-configure
configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d --disable-alsaconf
Expand All @@ -14,11 +14,11 @@ maintainer="cinerea0 <[email protected]>"
license="GPL-2.0-only"
homepage="http://www.alsa-project.org"
distfiles="https://www.alsa-project.org/files/pub/utils/alsa-utils-${version}.tar.bz2"
checksum=0794c74d33fed943e7c50609c13089e409312b6c403d6ae8984fc429c0960741
checksum=5ad79f349e59c30c9a4929ad4995ebee33267473e0e632d7c1a30e2b093d3327

post_install() {
# Install required udev rules file.
make -C alsactl 90-alsa-restore.rules
vinstall alsactl/90-alsa-restore.rules 644 usr/lib/udev/rules.d
make -C alsactl/conf 90-alsa-restore.rules
vinstall alsactl/conf/90-alsa-restore.rules 644 usr/lib/udev/rules.d
vsv alsa
}