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

Jelle van der Waa jelle at archlinux.org
Sat Aug 17 22:00:21 UTC 2019


    Date: Saturday, August 17, 2019 @ 22:00:21
  Author: jelle
Revision: 359948

archrelease: copy trunk to extra-x86_64

Added:
  alsa-lib/repos/extra-x86_64/PKGBUILD
    (from rev 359947, alsa-lib/trunk/PKGBUILD)
Deleted:
  alsa-lib/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 +++++++++++++++++++++++-------------------------
 1 file changed, 23 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 22:00:04 UTC (rev 359947)
+++ PKGBUILD	2019-08-17 22:00:21 UTC (rev 359948)
@@ -1,25 +0,0 @@
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=alsa-lib
-pkgver=1.1.9
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('x86_64')
-url="https://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)
-sha512sums=('402e39cca82d17555e3e52ef06b8ed9dcf58531da393809a7b5cf18658299fa90ee8a60bfc5213482d7a02b13140c441f1333b144556f44ab4adb786a2fb3c49')
-
-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
-}

Copied: alsa-lib/repos/extra-x86_64/PKGBUILD (from rev 359947, alsa-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-17 22:00:21 UTC (rev 359948)
@@ -0,0 +1,23 @@
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-lib
+pkgver=1.1.9
+pkgrel=2
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('x86_64')
+url="https://www.alsa-project.org"
+depends=('glibc')
+license=('LGPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha512sums=('402e39cca82d17555e3e52ef06b8ed9dcf58531da393809a7b5cf18658299fa90ee8a60bfc5213482d7a02b13140c441f1333b144556f44ab4adb786a2fb3c49')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --without-debug --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list