[arch-commits] Commit in alsa-lib/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Fri Jun 2 03:42:08 UTC 2017
Date: Friday, June 2, 2017 @ 03:42:07
Author: anatolik
Revision: 297349
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
alsa-lib/repos/testing-i686/PKGBUILD
(from rev 297348, alsa-lib/trunk/PKGBUILD)
alsa-lib/repos/testing-x86_64/PKGBUILD
(from rev 297348, alsa-lib/trunk/PKGBUILD)
Deleted:
alsa-lib/repos/testing-i686/PKGBUILD
alsa-lib/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 34 ------------------------------
testing-x86_64/PKGBUILD | 34 ------------------------------
3 files changed, 52 insertions(+), 68 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2017-06-02 03:41:18 UTC (rev 297348)
+++ testing-i686/PKGBUILD 2017-06-02 03:42:07 UTC (rev 297349)
@@ -1,34 +0,0 @@
-# $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-i686/PKGBUILD (from rev 297348, alsa-lib/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-06-02 03:42:07 UTC (rev 297349)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-lib
+pkgver=1.1.4.1
+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=('29fa3e69122d3cf3e8f0e01a0cb1d183')
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2017-06-02 03:41:18 UTC (rev 297348)
+++ testing-x86_64/PKGBUILD 2017-06-02 03:42:07 UTC (rev 297349)
@@ -1,34 +0,0 @@
-# $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 297348, alsa-lib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-06-02 03:42:07 UTC (rev 297349)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-lib
+pkgver=1.1.4.1
+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=('29fa3e69122d3cf3e8f0e01a0cb1d183')
More information about the arch-commits
mailing list