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

Anatol Pomozov anatolik at archlinux.org
Sun Nov 18 12:07:53 UTC 2018


    Date: Sunday, November 18, 2018 @ 12:07:52
  Author: anatolik
Revision: 340091

FS#60591 Pull upstream patch to fix issue with multiple streams 

Modified:
  alsa-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-18 11:42:10 UTC (rev 340090)
+++ PKGBUILD	2018-11-18 12:07:52 UTC (rev 340091)
@@ -2,7 +2,7 @@
 
 pkgname=alsa-lib
 pkgver=1.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="http://www.alsa-project.org"
@@ -10,9 +10,17 @@
 optdepends=('python2: for python smixer plugin')
 makedepends=('python2')
 license=('LGPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9d6000b882a3b2df56300521225d69717be6741b71269e488bb20a20783bdc09')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2
+        fix_streams.patch::'http://git.alsa-project.org/?p=alsa-lib.git;a=patch;h=b420056604f06117c967b65d43d01536c5ffcbc9')
 
+
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 < ../fix_streams.patch  # FS60591
+}
+
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --without-debug --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
@@ -23,3 +31,5 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
+md5sums=('51ca1283e27e7dc10207ccce33919cf2'
+         '4e70371f011e7875c11e805654d851a4')



More information about the arch-commits mailing list