[arch-commits] Commit in alsa-utils/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Jun 4 10:54:54 UTC 2021


    Date: Friday, June 4, 2021 @ 10:54:54
  Author: dvzrv
Revision: 417096

upgpkg: alsa-utils 1.2.5-2: Rebuild to apply patch for device detection.

Apply patch that fixes alsactl device detection.

Modified:
  alsa-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-04 10:34:00 UTC (rev 417095)
+++ PKGBUILD	2021-06-04 10:54:54 UTC (rev 417096)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced Linux Sound Architecture - Utilities"
 arch=('x86_64')
 url="https://www.alsa-project.org"
@@ -15,15 +15,21 @@
 optdepends=('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})
+source=("https://www.alsa-project.org/files/pub/utils/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+        "${pkgname}-1.2.5-nested_iteration.patch::https://github.com/alsa-project/alsa-utils/commit/78212445de4c8e07873cbc7dff2abcacd031f151.patch")
 sha512sums=('0e319e553c9c209a46f5c83c50007bd82acf1c9cf78649978b3ab6fbb4349f51c1c7c6a975a8c24d25ba07ad5325e74d2c34dc5c89180998a0f63d1326fde8b1'
-            'SKIP')
+            'SKIP'
+            '0cdc8c41b70be714515f355a630fc28b68b95cb7b5a5cbb58c1b288ee0edf3128eb8f80bb874844cf11268c89bb04e82f1fe8c4c1ebb7cd7334d28f2896d5a85')
 b2sums=('52cbe978390e1b5600bf7422e67ece1d24a946d99acddbc059bf6eb3a0b8dfe37cc573167013296e923bf1597973eb55b2580eaf849e088822ba7b2afc14279f'
-        'SKIP')
+        'SKIP'
+        '5f5956c72a0e9605011b953f98ae29803f50e0c427c794331d1b99e7c1a4dc81379a074a1403ba71737cf8de03c0d749e4544a22a8e2f39984ed9dd6482b40dd')
 validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <release at alsa-project.org>
 
 prepare() {
   cd "${pkgname}-${pkgver}"
+  # fix alsactl soundcard detection:
+  # https://github.com/alsa-project/alsa-lib/issues/142
+  patch -Np1 -i ../"${pkgname}-1.2.5-nested_iteration.patch"
   autoreconf -vfi
 }
 



More information about the arch-commits mailing list