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

Jan Steffens heftig at archlinux.org
Wed Mar 25 19:22:03 UTC 2015


    Date: Wednesday, March 25, 2015 @ 20:22:03
  Author: heftig
Revision: 129915

1.0.29-2

Modified:
  lib32-alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-25 17:41:53 UTC (rev 129914)
+++ PKGBUILD	2015-03-25 19:22:03 UTC (rev 129915)
@@ -3,8 +3,8 @@
 
 _pkgbasename=alsa-plugins
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.28
-pkgrel=1
+pkgver=1.0.29
+pkgrel=2
 pkgdesc="Extra alsa plugins (32-bit)"
 arch=(x86_64)
 url="http://www.alsa-project.org"
@@ -16,7 +16,7 @@
             'lib32-libsamplerate: libsamplerate resampling plugin'
             'lib32-speex: libspeexdsp resampling plugin')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2")
-md5sums=('6fcbbb31e96f8ebc5fb926184a717aa4')
+md5sums=('a66797b4471e3cbe96575207bfbe252c')
 
 build() {
   cd $_pkgbasename-$pkgver
@@ -24,6 +24,7 @@
   export CC="gcc -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
+  CFLAGS+=' -DHAVE_STDINT_H' # We have issue similar to this one https://code.google.com/p/cantata/issues/detail?id=627
   ./configure --prefix=/usr --libdir=/usr/lib32 --disable-avcodec
   make
 }



More information about the arch-commits mailing list