[arch-commits] Commit in pd/trunk (PKGBUILD)
speps
speps at archlinux.org
Tue Sep 15 08:27:50 UTC 2015
Date: Tuesday, September 15, 2015 @ 10:27:50
Author: speps
Revision: 140311
upgpkg: pd 0.46.7-1
Modified:
pd/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-15 08:24:58 UTC (rev 140310)
+++ PKGBUILD 2015-09-15 08:27:50 UTC (rev 140311)
@@ -4,7 +4,7 @@
# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
pkgname=pd
-pkgver=0.46.6
+pkgver=0.46.7
_ver=${pkgver%.*}-${pkgver##*.}
pkgrel=1
pkgdesc="The Pure Data real-time music and multimedia environment"
@@ -13,8 +13,9 @@
license=('custom:BSD')
depends=('jack' 'tk' 'fftw')
provides=('puredata')
+options=('!strip')
source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
-md5sums=('341649683c1ff3902e1578f7eae99272')
+md5sums=('064868e29e15408c1613410a763e6c31')
build() {
cd pd-$_ver
@@ -23,7 +24,8 @@
--enable-alsa \
--enable-jack \
--disable-portaudio \
- --enable-fftw
+ --enable-fftw=no \
+ --enable-debug
make
}
More information about the arch-commits
mailing list