[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2020-10-21 Thread David Runge via arch-commits
Date: Wednesday, October 21, 2020 @ 14:20:29
  Author: dvzrv
Revision: 398693

upgpkg: alsa-lib 1.2.4-3: Rebuild to switch to signed release tarballs.

Switch back to upstream provided release tarballs, which now come alongside 
detached PGP signatures \o/.

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-21 13:17:33 UTC (rev 398692)
+++ PKGBUILD2020-10-21 14:20:29 UTC (rev 398693)
@@ -3,7 +3,7 @@
 
 pkgname=alsa-lib
 pkgver=1.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="https://www.alsa-project.org;
@@ -10,9 +10,12 @@
 license=('LGPL2.1')
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 provides=('libasound.so' 'libatopology.so')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alsa-project/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('2dc8d026e42d444e23feaff28cf87ece5577bcb61984d6c690c3a0c848f7206cb9c8838fccaf8e9ea58f32fce7f66a88da2381f8795d52f52662739da0414176')
-b2sums=('9a412c45cb46f5d2cbeead353d92ae73977b5eeef8a5ee955dd86ab6defdd696fd154f277d54734f245607e33f8632b1d45b1f7072d0ee94445721960b020e34')
+source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('12086952dc8f16f1cb6946517858e17b1c3276aeda9ff5703a84bb38aa78eb4c4e9cb4485c5b3f21f174fdbd976b3bcbbc481e85cb2460652858490df51ae844'
+'SKIP')
+b2sums=('e1d5d9afe21dac693645274ae4ec8a607c9fcc9915ba4ebccfdb539d44b9353ba07529e2c8eaca119884b926d4467285313c945c9015a788101fe532064442db'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2020-10-19 Thread David Runge via arch-commits
Date: Monday, October 19, 2020 @ 18:26:40
  Author: dvzrv
Revision: 398578

upgpkg: alsa-lib 1.2.4-2: Rebuild to do upstream retagging.

Upstream retagged 1.2.4 for incorporating fixes:
https://github.com/alsa-project/alsa-lib/issues/87

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-19 17:38:18 UTC (rev 398577)
+++ PKGBUILD2020-10-19 18:26:40 UTC (rev 398578)
@@ -3,7 +3,7 @@
 
 pkgname=alsa-lib
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="https://www.alsa-project.org;
@@ -11,8 +11,8 @@
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 provides=('libasound.so' 'libatopology.so')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alsa-project/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('cacff66b888ebd9646a2d1794613b38c2fdacc290f4c71e0f53b25d53372af977d3a01bed323f58fd87e79c4556e8166d242fe7632e2a65dda4fd26b466a4a5c')
-b2sums=('2e86009d638e600dafe2722d68c190726f31b268f11966f7f3d65efb56244e0bf7d410c75d33f2310d0069d1af0083e108d149a6022528efe55b9bb3b9b544ab')
+sha512sums=('2dc8d026e42d444e23feaff28cf87ece5577bcb61984d6c690c3a0c848f7206cb9c8838fccaf8e9ea58f32fce7f66a88da2381f8795d52f52662739da0414176')
+b2sums=('9a412c45cb46f5d2cbeead353d92ae73977b5eeef8a5ee955dd86ab6defdd696fd154f277d54734f245607e33f8632b1d45b1f7072d0ee94445721960b020e34')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2020-10-17 Thread David Runge via arch-commits
Date: Saturday, October 17, 2020 @ 18:04:37
  Author: dvzrv
Revision: 398529

upgpkg: alsa-lib 1.2.4-1: Upgrade to 1.2.4.

Switch to github project as upstream, as the main website does not provide 
latest tarballs.

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 18:01:13 UTC (rev 398528)
+++ PKGBUILD2020-10-17 18:04:37 UTC (rev 398529)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.3.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -10,9 +10,9 @@
 license=('LGPL2.1')
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 provides=('libasound.so' 'libatopology.so')
-source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('1fbc6360fda841bd9ca488739bdc9f4142c1b4a07ff767f48f1e160e3d4dff914aed422c97088e238b5e77d7e30aa79ff72569c3348a4cf4a412e1e4bce0bf2a')
-b2sums=('70ba972953f71fc6ac20f6f3e91361b5aed72c8c7887252331a01334ec4cc154c1bfea02dfaf0f76f8244b8cf73426d83577dcf55aa0033f80ee303d23386df6')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alsa-project/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('cacff66b888ebd9646a2d1794613b38c2fdacc290f4c71e0f53b25d53372af977d3a01bed323f58fd87e79c4556e8166d242fe7632e2a65dda4fd26b466a4a5c')
+b2sums=('2e86009d638e600dafe2722d68c190726f31b268f11966f7f3d65efb56244e0bf7d410c75d33f2310d0069d1af0083e108d149a6022528efe55b9bb3b9b544ab')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 19:13:38
  Author: dvzrv
Revision: 391031

upgpkg: alsa-lib 1.2.3.2-1: Upgrading to 1.2.3.2.

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:10:05 UTC (rev 391030)
+++ PKGBUILD2020-07-08 19:13:38 UTC (rev 391031)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.3.1
+pkgver=1.2.3.2
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 provides=('libasound.so' 'libatopology.so')
 source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
-b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
+sha512sums=('1fbc6360fda841bd9ca488739bdc9f4142c1b4a07ff767f48f1e160e3d4dff914aed422c97088e238b5e77d7e30aa79ff72569c3348a4cf4a412e1e4bce0bf2a')
+b2sums=('70ba972953f71fc6ac20f6f3e91361b5aed72c8c7887252331a01334ec4cc154c1bfea02dfaf0f76f8244b8cf73426d83577dcf55aa0033f80ee303d23386df6')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2020-06-20 Thread David Runge via arch-commits
Date: Saturday, June 20, 2020 @ 23:00:39
  Author: dvzrv
Revision: 389586

upgpkg: alsa-lib 1.2.3.1-1: Upgrading to 1.2.3.1.

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 22:43:04 UTC (rev 389585)
+++ PKGBUILD2020-06-20 23:00:39 UTC (rev 389586)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.3
+pkgver=1.2.3.1
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 provides=('libasound.so' 'libatopology.so')
 source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('567c094914833af511bd7b175b0865ae4e4483ae68a7d4f90a34b12d7f077782835eec24257a7928631c104c78eff588f7b92068aade37e3c4806d79353758a8')
-b2sums=('522c5c2a4bd3bc13d96f64781270647271e131042e0a6ed0f2104d9cb9f93341af1c14d000d5acb9c4c327e10202b0e9f280e59f355819f8861ae023a5a0f0a8')
+sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
+b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2020-06-11 Thread David Runge via arch-commits
Date: Thursday, June 11, 2020 @ 16:28:45
  Author: dvzrv
Revision: 388813

upgpkg: alsa-lib 1.2.3-1: Upgrading to 1.2.3.

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 16:22:45 UTC (rev 388812)
+++ PKGBUILD2020-06-11 16:28:45 UTC (rev 388813)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -11,7 +11,8 @@
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 provides=('libasound.so' 'libatopology.so')
 source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('d21adb3ff998918c7d1820f9ce2aaf4202dd45ccb87cb092d49da8b2402b6ddaad06325be0fd59f17393a5d9958e3743bfccb4b14bdb947a42e7d791d73c7033')
+sha512sums=('567c094914833af511bd7b175b0865ae4e4483ae68a7d4f90a34b12d7f077782835eec24257a7928631c104c78eff588f7b92068aade37e3c4806d79353758a8')
+b2sums=('522c5c2a4bd3bc13d96f64781270647271e131042e0a6ed0f2104d9cb9f93341af1c14d000d5acb9c4c327e10202b0e9f280e59f355819f8861ae023a5a0f0a8')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2020-02-20 Thread David Runge via arch-commits
Date: Thursday, February 20, 2020 @ 21:12:18
  Author: dvzrv
Revision: 375957

upgpkg: alsa-lib 1.2.2-1: Upgrading to 1.2.2.

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-20 21:08:36 UTC (rev 375956)
+++ PKGBUILD2020-02-20 21:12:18 UTC (rev 375957)
@@ -2,8 +2,8 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.1.2
-pkgrel=3
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="https://www.alsa-project.org;
@@ -11,7 +11,7 @@
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 provides=('libasound.so' 'libatopology.so')
 source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
+sha512sums=('d21adb3ff998918c7d1820f9ce2aaf4202dd45ccb87cb092d49da8b2402b6ddaad06325be0fd59f17393a5d9958e3743bfccb4b14bdb947a42e7d791d73c7033')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2020-01-18 Thread David Runge via arch-commits
Date: Saturday, January 18, 2020 @ 16:18:02
  Author: dvzrv
Revision: 373679

upgpkg: alsa-lib 1.2.1.2-3: Updating maintainer info. Switching to correct 
license (LGPL2.1). Using https sources.
Adding libasound.so and libatopology.so to provides. Running autoreconf in 
prepare(). Running make -k check in check(). Installing docs.

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 23 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 16:13:12 UTC (rev 373678)
+++ PKGBUILD2020-01-18 16:18:02 UTC (rev 373679)
@@ -1,23 +1,40 @@
+# Maintainer: David Runge 
 # Contributor: judd 
 
 pkgname=alsa-lib
 pkgver=1.2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="https://www.alsa-project.org;
+license=('LGPL2.1')
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
-license=('LGPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+provides=('libasound.so' 'libatopology.so')
+source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2;)
 
sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --without-debug --prefix=/usr
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --without-debug
   make
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
+  make -k check
+}
+
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C doc
+  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2019-11-30 Thread Jan Steffens via arch-commits
Date: Saturday, November 30, 2019 @ 20:57:25
  Author: heftig
Revision: 370187

1.2.1.2-2: add back conf that got removed in 1.2

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-30 20:57:09 UTC (rev 370186)
+++ PKGBUILD2019-11-30 20:57:25 UTC (rev 370187)
@@ -2,11 +2,11 @@
 
 pkgname=alsa-lib
 pkgver=1.2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="https://www.alsa-project.org;
-depends=('glibc')
+depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
 
sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2019-11-29 Thread Jan Steffens via arch-commits
Date: Saturday, November 30, 2019 @ 04:24:47
  Author: heftig
Revision: 370167

1.2.1.2-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-30 02:04:48 UTC (rev 370166)
+++ PKGBUILD2019-11-30 04:24:47 UTC (rev 370167)
@@ -1,7 +1,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.1.1
+pkgver=1.2.1.2
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=('glibc')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha512sums=('8a0b6f1ecc58d60991b4509e791b1581eebae57cd754b0b4829e66b1cfee81d588b04f42a17f598f06310b9658d9f46fd748cca516cc48b6f2989389c22c42e9')
+sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2019-11-19 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 19, 2019 @ 18:20:14
  Author: anatolik
Revision: 369441

upgpkg: alsa-lib 1.2.1.1-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 16:11:08 UTC (rev 369440)
+++ PKGBUILD2019-11-19 18:20:14 UTC (rev 369441)
@@ -1,7 +1,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.1
+pkgver=1.2.1.1
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=('glibc')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha512sums=('a5bd60ed0cfca3911db534364554412c479d2cb6ded6c8e7011d2510797a6cbd10613d6e1d42cb589afec8e7408c8fd5465360ddd14df8701af7dc414961c19e')
+sha512sums=('8a0b6f1ecc58d60991b4509e791b1581eebae57cd754b0b4829e66b1cfee81d588b04f42a17f598f06310b9658d9f46fd748cca516cc48b6f2989389c22c42e9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2019-11-15 Thread Anatol Pomozov via arch-commits
Date: Friday, November 15, 2019 @ 16:13:13
  Author: anatolik
Revision: 368920

upgpkg: alsa-lib 1.2.1-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 15:08:30 UTC (rev 368919)
+++ PKGBUILD2019-11-15 16:13:13 UTC (rev 368920)
@@ -1,8 +1,8 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.9
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="https://www.alsa-project.org;
@@ -9,7 +9,7 @@
 depends=('glibc')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha512sums=('402e39cca82d17555e3e52ef06b8ed9dcf58531da393809a7b5cf18658299fa90ee8a60bfc5213482d7a02b13140c441f1333b144556f44ab4adb786a2fb3c49')
+sha512sums=('a5bd60ed0cfca3911db534364554412c479d2cb6ded6c8e7011d2510797a6cbd10613d6e1d42cb589afec8e7408c8fd5465360ddd14df8701af7dc414961c19e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2019-08-17 Thread Jelle van der Waa via arch-commits
Date: Saturday, August 17, 2019 @ 22:00:04
  Author: jelle
Revision: 359947

upgpkg: alsa-lib 1.1.9-2

Remove python2 requirement and ./configure arguments since the Python module
isn't actually build or installed.

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-17 21:15:27 UTC (rev 359946)
+++ PKGBUILD2019-08-17 22:00:04 UTC (rev 359947)
@@ -2,13 +2,11 @@
 
 pkgname=alsa-lib
 pkgver=1.1.9
-pkgrel=1
+pkgrel=2
 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')
@@ -15,7 +13,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --without-debug --prefix=/usr --with-pythonlibs="-lpthread -lm 
-ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
+  ./configure --without-debug --prefix=/usr
   make
 }
 


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2019-05-12 Thread Anatol Pomozov via arch-commits
Date: Sunday, May 12, 2019 @ 19:14:05
  Author: anatolik
Revision: 353140

upgpkg: alsa-lib 1.1.9-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-12 18:47:28 UTC (rev 353139)
+++ PKGBUILD2019-05-12 19:14:05 UTC (rev 353140)
@@ -1,7 +1,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.8
+pkgver=1.1.9
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('python2')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha512sums=('50ae107c6efe8200b4c41e0463e099d16e149332f1d3a22c3e81d3e7d980b7f93f3610fc9711ef62067caeb1054e7ea612ba3903bf8a91ebeffa48687cf80eed')
+sha512sums=('402e39cca82d17555e3e52ef06b8ed9dcf58531da393809a7b5cf18658299fa90ee8a60bfc5213482d7a02b13140c441f1333b144556f44ab4adb786a2fb3c49')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2019-05-02 Thread Antonio Rojas via arch-commits
Date: Thursday, May 2, 2019 @ 20:48:49
  Author: arojas
Revision: 352398

https

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-02 20:48:25 UTC (rev 352397)
+++ PKGBUILD2019-05-02 20:48:49 UTC (rev 352398)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
-url="http://www.alsa-project.org;
+url="https://www.alsa-project.org;
 depends=('glibc')
 optdepends=('python2: for python smixer plugin')
 makedepends=('python2')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:30:12
  Author: anatolik
Revision: 343121

upgpkg: alsa-lib 1.1.8-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 17:00:35 UTC (rev 343120)
+++ PKGBUILD2019-01-08 17:30:12 UTC (rev 343121)
@@ -1,8 +1,8 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.7
-pkgrel=2
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="http://www.alsa-project.org;
@@ -10,16 +10,9 @@
 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')
-sha512sums=('7cc81464d876a137e9ac9700420bfff7cd528338bdc6e0bdbe313d45c5b97c81f1a9483df0556fe390d54a9db747fbec62e843b42d2cbc740d5a91b015714f6c'
-
'0d05f7cf9c09124107765b5d831be66fd669672e8afc1a591d2b637f4e3e17a1ae668a3ca0db93f51863bc5dd72a4fde6a13eef014b43a7688898856e885d7a1')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha512sums=('50ae107c6efe8200b4c41e0463e099d16e149332f1d3a22c3e81d3e7d980b7f93f3610fc9711ef62067caeb1054e7ea612ba3903bf8a91ebeffa48687cf80eed')
 
-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


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2018-11-20 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 20, 2018 @ 15:54:23
  Author: anatolik
Revision: 340156

Use sha512 instead of sha1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 11:56:10 UTC (rev 340155)
+++ PKGBUILD2018-11-20 15:54:23 UTC (rev 340156)
@@ -12,8 +12,8 @@
 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')
-sha1sums=('eca62790517220297ec82ba8a5258bcb6e708866'
-  '92da3c05177c5ac8ab0892f56a4360b60c444939')
+sha512sums=('7cc81464d876a137e9ac9700420bfff7cd528338bdc6e0bdbe313d45c5b97c81f1a9483df0556fe390d54a9db747fbec62e843b42d2cbc740d5a91b015714f6c'
+
'0d05f7cf9c09124107765b5d831be66fd669672e8afc1a591d2b637f4e3e17a1ae668a3ca0db93f51863bc5dd72a4fde6a13eef014b43a7688898856e885d7a1')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2018-11-18 Thread Anatol Pomozov via arch-commits
Date: Monday, November 19, 2018 @ 05:56:03
  Author: anatolik
Revision: 340114

Replace md5sums with sha1sums

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 23:47:50 UTC (rev 340113)
+++ PKGBUILD2018-11-19 05:56:03 UTC (rev 340114)
@@ -12,15 +12,14 @@
 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')
+sha1sums=('eca62790517220297ec82ba8a5258bcb6e708866'
+  '92da3c05177c5ac8ab0892f56a4360b60c444939')
 
-
-
 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
@@ -31,5 +30,3 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('51ca1283e27e7dc10207ccce33919cf2'
- '4e70371f011e7875c11e805654d851a4')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2018-11-18 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 18, 2018 @ 12:07:52
  Author: anatolik
Revision: 340091

FS#60591 Pull upstream patch to fix issue with multiple streams 

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 11:42:10 UTC (rev 340090)
+++ PKGBUILD2018-11-18 12:07:52 UTC (rev 340091)
@@ -2,7 +2,7 @@
 
 pkgname=alsa-lib
 pkgver=1.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="http://www.alsa-project.org;
@@ -10,9 +10,17 @@
 optdepends=('python2: for python smixer plugin')
 makedepends=('python2')
 license=('LGPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9d6000b882a3b2df56300521225d69717be6741b71269e488bb20a20783bdc09')
+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
@@ -23,3 +31,5 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
+md5sums=('51ca1283e27e7dc10207ccce33919cf2'
+ '4e70371f011e7875c11e805654d851a4')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2018-10-17 Thread Anatol Pomozov via arch-commits
Date: Wednesday, October 17, 2018 @ 17:20:57
  Author: anatolik
Revision: 336803

Use sha256 instead of md5

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-17 13:31:06 UTC (rev 336802)
+++ PKGBUILD2018-10-17 17:20:57 UTC (rev 336803)
@@ -11,6 +11,7 @@
 makedepends=('python2')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9d6000b882a3b2df56300521225d69717be6741b71269e488bb20a20783bdc09')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -22,4 +23,3 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('51ca1283e27e7dc10207ccce33919cf2')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2018-10-16 Thread Anatol Pomozov via arch-commits
Date: Wednesday, October 17, 2018 @ 04:08:08
  Author: anatolik
Revision: 336777

upgpkg: alsa-lib 1.1.7-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-16 21:09:21 UTC (rev 336776)
+++ PKGBUILD2018-10-17 04:08:08 UTC (rev 336777)
@@ -1,7 +1,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.6
+pkgver=1.1.7
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -22,4 +22,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('2f981a8f7897c59ec2ddc44916d33788')
+md5sums=('51ca1283e27e7dc10207ccce33919cf2')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2018-04-09 Thread Anatol Pomozov via arch-commits
Date: Monday, April 9, 2018 @ 16:52:42
  Author: anatolik
Revision: 321392

upgpkg: alsa-lib 1.1.6-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-09 13:36:41 UTC (rev 321391)
+++ PKGBUILD2018-04-09 16:52:42 UTC (rev 321392)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.5
+pkgver=1.1.6
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -23,4 +23,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('a2b465c3a5265d8a57f3ff39c6c4fc29')
+md5sums=('2f981a8f7897c59ec2ddc44916d33788')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2017-11-14 Thread Anatol Pomozov
Date: Tuesday, November 14, 2017 @ 22:21:51
  Author: anatolik
Revision: 309982

upgpkg: alsa-lib 1.1.5-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-14 20:12:04 UTC (rev 309981)
+++ PKGBUILD2017-11-14 22:21:51 UTC (rev 309982)
@@ -2,8 +2,8 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.4.1
-pkgrel=2
+pkgver=1.1.5
+pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org;
@@ -23,4 +23,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('29fa3e69122d3cf3e8f0e01a0cb1d183')
+md5sums=('a2b465c3a5265d8a57f3ff39c6c4fc29')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2017-09-27 Thread Anatol Pomozov
Date: Thursday, September 28, 2017 @ 05:11:57
  Author: anatolik
Revision: 306296

upgpkg: alsa-lib 1.1.4.1-2

FS#55773 Disable debug mode

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-27 20:19:40 UTC (rev 306295)
+++ PKGBUILD2017-09-28 05:11:57 UTC (rev 306296)
@@ -3,7 +3,7 @@
 
 pkgname=alsa-lib
 pkgver=1.1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org;
@@ -15,7 +15,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" 
--with-pythonincludes=-I/usr/include/python2.7
+  ./configure --without-debug --prefix=/usr --with-pythonlibs="-lpthread -lm 
-ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
   make
 }
 


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 21:41:37
  Author: jgc
Revision: 299371

Change license to LGPL as COPYING file suggests, LGPL 2.1 or later (FS#54618)

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:14:46 UTC (rev 299370)
+++ PKGBUILD2017-06-28 21:41:37 UTC (rev 299371)
@@ -10,7 +10,7 @@
 depends=('glibc')
 optdepends=('python2: for python smixer plugin')
 makedepends=('python2')
-license=('GPL')
+license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
 
 build() {


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2017-06-01 Thread Anatol Pomozov
Date: Friday, June 2, 2017 @ 03:41:18
  Author: anatolik
Revision: 297348

upgpkg: alsa-lib 1.1.4.1-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 21:53:19 UTC (rev 297347)
+++ PKGBUILD2017-06-02 03:41:18 UTC (rev 297348)
@@ -2,8 +2,8 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.4
-pkgrel=2
+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;
@@ -11,15 +11,8 @@
 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;)
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
 
-
-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
@@ -30,5 +23,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('824082c6b2e341500902973dcc47d2e9'
- '6b9eb50091366bcd8fa9068db88edbf8')
+md5sums=('29fa3e69122d3cf3e8f0e01a0cb1d183')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2017-05-31 Thread Anatol Pomozov
Date: Thursday, June 1, 2017 @ 03:11:01
  Author: anatolik
Revision: 297030

upgpkg: alsa-lib 1.1.4-2

FS#54214 fix binary incompatibility in alsa-lib

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-31 21:54:43 UTC (rev 297029)
+++ PKGBUILD2017-06-01 03:11:01 UTC (rev 297030)
@@ -3,7 +3,7 @@
 
 pkgname=alsa-lib
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org;
@@ -11,9 +11,15 @@
 optdepends=('python2: for python smixer plugin')
 makedepends=('python2')
 license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha1sums=('3e52a68329f32b465e7793d884caddeb89220a6e')
+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
@@ -24,3 +30,5 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
+md5sums=('824082c6b2e341500902973dcc47d2e9'
+ '6b9eb50091366bcd8fa9068db88edbf8')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2017-05-21 Thread Jan Steffens
Date: Sunday, May 21, 2017 @ 20:51:51
  Author: heftig
Revision: 296378

1.1.4-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-21 20:51:40 UTC (rev 296377)
+++ PKGBUILD2017-05-21 20:51:51 UTC (rev 296378)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: judd 
+# Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha1sums=('8ef0b9725296ac8f24e06f20196f5b2b62ab27a9')
+sha1sums=('3e52a68329f32b465e7793d884caddeb89220a6e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2016-12-21 Thread Anatol Pomozov
Date: Wednesday, December 21, 2016 @ 19:11:13
  Author: anatolik
Revision: 284389

upgpkg: alsa-lib 1.1.3-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 19:10:58 UTC (rev 284388)
+++ PKGBUILD2016-12-21 19:11:13 UTC (rev 284389)
@@ -2,7 +2,7 @@
 # Maintainer: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha1sums=('574a0ebd4d218c81f73a0abae79f0e3cc9a6e402')
+sha1sums=('8ef0b9725296ac8f24e06f20196f5b2b62ab27a9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2016-08-03 Thread Anatol Pomozov
Date: Wednesday, August 3, 2016 @ 12:46:11
  Author: anatolik
Revision: 272956

upgpkg: alsa-lib 1.1.2-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 11:45:03 UTC (rev 272955)
+++ PKGBUILD2016-08-03 12:46:11 UTC (rev 272956)
@@ -2,7 +2,7 @@
 # Maintainer: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha1sums=('09f7e9b2d88287e04a4bb0d56e0cbc9018e524ec')
+sha1sums=('574a0ebd4d218c81f73a0abae79f0e3cc9a6e402')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2016-04-01 Thread Anatol Pomozov
Date: Friday, April 1, 2016 @ 20:42:55
  Author: anatolik
Revision: 263728

upgpkg: alsa-lib 1.1.1-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-01 16:25:05 UTC (rev 263727)
+++ PKGBUILD2016-04-01 18:42:55 UTC (rev 263728)
@@ -2,7 +2,7 @@
 # Maintainer: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha1sums=('94b9af685488221561a73ae285c4fddaa93663e4')
+sha1sums=('09f7e9b2d88287e04a4bb0d56e0cbc9018e524ec')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2015-11-09 Thread Anatol Pomozov
Date: Monday, November 9, 2015 @ 16:53:25
  Author: anatolik
Revision: 250242

upgpkg: alsa-lib 1.1.0-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-09 15:08:39 UTC (rev 250241)
+++ PKGBUILD2015-11-09 15:53:25 UTC (rev 250242)
@@ -2,7 +2,7 @@
 # Maintainer: judd 
 
 pkgname=alsa-lib
-pkgver=1.0.29
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@
 makedepends=('python2')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha1sums=('94b9af685488221561a73ae285c4fddaa93663e4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -23,4 +24,3 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('de67e0eca72474d6b1121037dafe1024')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2015-03-04 Thread Anatol Pomozov
Date: Wednesday, March 4, 2015 @ 17:44:55
  Author: anatolik
Revision: 232814

upgpkg: alsa-lib 1.0.29-1

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-04 16:43:02 UTC (rev 232813)
+++ PKGBUILD2015-03-04 16:44:55 UTC (rev 232814)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.28
+pkgver=1.0.29
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
@@ -23,4 +23,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('c9e21b88a2b3e6e12ea7ba0f3b271fc3')
+md5sums=('de67e0eca72474d6b1121037dafe1024')


[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2014-06-18 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:00:38
  Author: tpowa
Revision: 215267

upgpkg: alsa-lib 1.0.28-1

bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-18 05:01:53 UTC (rev 215266)
+++ PKGBUILD2014-06-18 06:00:38 UTC (rev 215267)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.27.2
+pkgver=1.0.28
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
@@ -23,4 +23,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('69129a7c37697f81ac092335e9fa452b')
+md5sums=('c9e21b88a2b3e6e12ea7ba0f3b271fc3')



[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2013-07-09 Thread Tobias Powalowski
Date: Tuesday, July 9, 2013 @ 15:01:33
  Author: tpowa
Revision: 189841

upgpkg: alsa-lib 1.0.27.2-1

bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-09 09:22:21 UTC (rev 189840)
+++ PKGBUILD2013-07-09 13:01:33 UTC (rev 189841)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.27.1
+pkgver=1.0.27.2
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('17102aaab10e9d4b19f6b02937bab015')
+md5sums=('69129a7c37697f81ac092335e9fa452b')



[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2013-04-15 Thread Tobias Powalowski
Date: Monday, April 15, 2013 @ 08:32:00
  Author: tpowa
Revision: 182773

upgpkg: alsa-lib 1.0.27-1

bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 06:22:17 UTC (rev 182772)
+++ PKGBUILD2013-04-15 06:32:00 UTC (rev 182773)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.26
+pkgver=1.0.27
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('2dfa35d28471d721e592b616beedf965')
+md5sums=('f090c7dbd0fe57d786d82e411eac2d08')



[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 05:11:17
  Author: tpowa
Revision: 166376

upgpkg: alsa-lib 1.0.26-1

bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 08:05:51 UTC (rev 166375)
+++ PKGBUILD2012-09-07 09:11:17 UTC (rev 166376)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.25
+pkgver=1.0.26
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('06fe5819020c6684b991dcffc5471304')
+md5sums=('2dfa35d28471d721e592b616beedf965')



[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2012-01-26 Thread Tobias Powalowski
Date: Friday, January 27, 2012 @ 02:24:43
  Author: tpowa
Revision: 147695

upgpkg: alsa-lib 1.0.25-1

bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-27 05:37:09 UTC (rev 147694)
+++ PKGBUILD2012-01-27 07:24:43 UTC (rev 147695)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.24.1
+pkgver=1.0.25
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('7cc05f25e1d5b65da8fb3fdcd540f226')
+md5sums=('06fe5819020c6684b991dcffc5471304')



[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:46:05
  Author: tpowa
Revision: 110694

upgpkg: alsa-lib 1.0.24.1-1
bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 15:31:08 UTC (rev 110693)
+++ PKGBUILD2011-02-21 17:46:05 UTC (rev 110694)
@@ -2,19 +2,17 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.23
-pkgrel=2
+pkgver=1.0.24.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')
+optdepends=('python2: for python smixer plugin')
 makedepends=('python2')
 license=('GPL')
 options=(!libtool)
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-md5sums=('f48b50421d8a69d2d806d9c47e534f0d')
-sha1sums=('8abcd773f1686a182c08fd53f0d7b353cfcf9f56')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -26,3 +24,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
+md5sums=('7cc05f25e1d5b65da8fb3fdcd540f226')



[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2010-10-04 Thread Eric BĂ©langer
Date: Monday, October 4, 2010 @ 23:01:02
  Author: eric
Revision: 94180

upgpkg: alsa-lib 1.0.23-2
Rebuilt for python2

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-05 01:19:03 UTC (rev 94179)
+++ PKGBUILD2010-10-05 03:01:02 UTC (rev 94180)
@@ -3,21 +3,26 @@
 
 pkgname=alsa-lib
 pkgver=1.0.23
-pkgrel=1
+pkgrel=2
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
 url=http://www.alsa-project.org;
 depends=('glibc')
-optdepends=('python')
-makedepends=('python')
+optdepends=('python2')
+makedepends=('python2')
 license=('GPL')
 options=(!libtool)
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+md5sums=('f48b50421d8a69d2d806d9c47e534f0d')
+sha1sums=('8abcd773f1686a182c08fd53f0d7b353cfcf9f56')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-pythonlibs=-lpthread -lm -ldl -lpython2.7 
--with-pythonincludes=-I/usr/include/python2.7
+  make
 }
-md5sums=('f48b50421d8a69d2d806d9c47e534f0d')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2010-04-29 Thread Tobias Powalowski
Date: Friday, April 30, 2010 @ 01:28:10
  Author: tpowa
Revision: 79040

upgpkg: alsa-lib 1.0.23-1
bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-30 05:04:42 UTC (rev 79039)
+++ PKGBUILD2010-04-30 05:28:10 UTC (rev 79040)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.22
+pkgver=1.0.23
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
@@ -20,4 +20,4 @@
   make || return 1
   make DESTDIR=$pkgdir install
 }
-md5sums=('b28a12348905fb6915bc41f0edb2ecce')
+md5sums=('f48b50421d8a69d2d806d9c47e534f0d')



[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

2009-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2009 @ 05:23:55
  Author: tpowa
Revision: 62045

upgpkg: alsa-lib 1.0.22-1
bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-31 10:23:40 UTC (rev 62044)
+++ PKGBUILD2009-12-31 10:23:55 UTC (rev 62045)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.21.a
+pkgver=1.0.22
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 makedepends=('python')
 license=('GPL')
 options=(!libtool)
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-1.0.21a.tar.bz2)
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
 
 build() {
-  cd $srcdir/$pkgname-1.0.21a
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$pkgdir install
 }
-md5sums=('914685deb8c23cb4b940a4173cf8efe4')
+md5sums=('b28a12348905fb6915bc41f0edb2ecce')