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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Jun 3 06:13:28 UTC 2013


    Date: Monday, June 3, 2013 @ 08:13:27
  Author: bpiotrowski
Revision: 92232

upgpkg: pd 0.44.3-2

- don't provide portaudio headers and libraries (FS#35610)

Modified:
  pd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-03 02:53:23 UTC (rev 92231)
+++ PKGBUILD	2013-06-03 06:13:27 UTC (rev 92232)
@@ -6,7 +6,7 @@
 pkgname=pd
 pkgver=0.44.3
 _ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
+pkgrel=2
 pkgdesc="The Pure Data real-time music and multimedia environment"
 arch=('i686' 'x86_64')
 url="http://crca.ucsd.edu/~msp/software.html"
@@ -22,7 +22,8 @@
   ./configure --prefix=/usr \
               --enable-alsa \
               --enable-jack \
-              --enable-fftw
+              --enable-fftw \
+              --disable-portaudio
   make
 }
 




More information about the arch-commits mailing list