[arch-commits] Commit in alsa-lib/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Thu Jun 1 03:11:48 UTC 2017


    Date: Thursday, June 1, 2017 @ 03:11:48
  Author: anatolik
Revision: 297031

archrelease: copy trunk to testing-i686, testing-x86_64

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

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: alsa-lib/repos/testing-i686/PKGBUILD (from rev 297030, alsa-lib/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-06-01 03:11:48 UTC (rev 297031)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-lib
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org"
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2
+        fix_binary_incompat.patch::"http://git.alsa-project.org/?p=alsa-lib.git;a=patch;h=eae572ef5e3acd16a75815cf5e1799882bf9c943")
+
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p1 < ../fix_binary_incompat.patch  # FS#54214
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --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=('824082c6b2e341500902973dcc47d2e9'
+         '6b9eb50091366bcd8fa9068db88edbf8')

Copied: alsa-lib/repos/testing-x86_64/PKGBUILD (from rev 297030, alsa-lib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-06-01 03:11:48 UTC (rev 297031)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-lib
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org"
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2
+        fix_binary_incompat.patch::"http://git.alsa-project.org/?p=alsa-lib.git;a=patch;h=eae572ef5e3acd16a75815cf5e1799882bf9c943")
+
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p1 < ../fix_binary_incompat.patch  # FS#54214
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --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=('824082c6b2e341500902973dcc47d2e9'
+         '6b9eb50091366bcd8fa9068db88edbf8')



More information about the arch-commits mailing list