[arch-commits] Commit in alsa-lib/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sun Nov 18 12:08:20 UTC 2018


    Date: Sunday, November 18, 2018 @ 12:08:19
  Author: anatolik
Revision: 340092

archrelease: copy trunk to testing-x86_64

Added:
  alsa-lib/repos/testing-x86_64/
  alsa-lib/repos/testing-x86_64/PKGBUILD
    (from rev 340091, alsa-lib/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: alsa-lib/repos/testing-x86_64/PKGBUILD (from rev 340091, alsa-lib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-11-18 12:08:19 UTC (rev 340092)
@@ -0,0 +1,35 @@
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-lib
+pkgver=1.1.7
+pkgrel=2
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('x86_64')
+url="http://www.alsa-project.org"
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('LGPL')
+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
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('51ca1283e27e7dc10207ccce33919cf2'
+         '4e70371f011e7875c11e805654d851a4')



More information about the arch-commits mailing list