alsa-utils: update to 1.2.9

This commit is contained in:
Victor Tebar
2023-07-21 18:55:46 +00:00
parent 0b3154cd90
commit d476b8feef
4 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
095a31a5924695a7cc5b40f9574ba85e alsa-utils-1.2.9.tar.bz2
265c33bc83a23f509addd4197ac9b13e finish
911d2befcbb52fdd62e79c954c9a537c rc.alsa
5e41af5d750e3f4b85bfe8f01b738669 run
5757a6835d276afd8c3da90d8d2eb290 run

View File

@@ -1,4 +1,4 @@
alsa-utils-1.2.9-2
alsa-utils-1.2.9-3
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/alsa
@@ -52,6 +52,8 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/alsactl.1.gz
-rw-r--r-- root/root usr/share/man/man1/alsaloop.1.gz
-rw-r--r-- root/root usr/share/man/man1/alsamixer.1.gz
-rw-r--r-- root/root usr/share/man/man1/alsatplg.1.gz
-rw-r--r-- root/root usr/share/man/man1/alsaucm.1.gz
-rw-r--r-- root/root usr/share/man/man1/amidi.1.gz
-rw-r--r-- root/root usr/share/man/man1/amixer.1.gz
-rw-r--r-- root/root usr/share/man/man1/aplay.1.gz

View File

@@ -1,4 +1,6 @@
#!/bin/sh
exec 2>&1
set -e
alsactl restore
exec chpst -b alsa pause

View File

@@ -3,7 +3,7 @@
name=alsa-utils
version=1.2.9
release=2
release=3
source="https://www.alsa-project.org/files/pub/utils/$name-$version.tar.bz2
rc.alsa
run finish"