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

Anatol Pomozov anatolik at archlinux.org
Wed Mar 4 16:49:08 UTC 2015


    Date: Wednesday, March 4, 2015 @ 17:49:07
  Author: anatolik
Revision: 232828

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

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

-------------------------+
 /PKGBUILD               |   26 ++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   26 --------------------------
 3 files changed, 52 insertions(+), 26 deletions(-)

Copied: alsa-lib/repos/testing-i686/PKGBUILD (from rev 232826, alsa-lib/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-04 16:49:07 UTC (rev 232828)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-lib
+pkgver=1.0.29
+pkgrel=1
+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)
+
+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=('de67e0eca72474d6b1121037dafe1024')

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-03-04 16:48:53 UTC (rev 232827)
+++ testing-x86_64/PKGBUILD	2015-03-04 16:49:07 UTC (rev 232828)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: judd <jvinet at zeroflux.org>
-
-pkgname=alsa-lib
-pkgver=1.0.29
-pkgrel=1
-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)
-
-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=('de67e0eca72474d6b1121037dafe1024')

Copied: alsa-lib/repos/testing-x86_64/PKGBUILD (from rev 232827, alsa-lib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-04 16:49:07 UTC (rev 232828)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-lib
+pkgver=1.0.29
+pkgrel=1
+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)
+
+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=('de67e0eca72474d6b1121037dafe1024')



More information about the arch-commits mailing list