extra/snd to 13.4-1

This commit is contained in:
Kevin Mihelich 2013-02-10 20:14:07 +00:00
parent 67114c114f
commit 60080db94c

View file

@ -7,7 +7,7 @@
# - build with pulseaudio as sound server, not jack (x86 asm)
pkgname=snd
pkgver=13.2
pkgver=13.4
pkgrel=1
pkgdesc="An advanced sound editor"
arch=('i686' 'x86_64')
@ -20,13 +20,13 @@ optdepends=('wavpack' 'flac' 'speex' 'mpg123'
'timidity++' 'vorbis-tools')
install=$pkgname.install
source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz")
md5sums=('303df8ac9e6d777e480e24b65a3bfaad')
md5sums=('cd19a0749f57baec94dbac2b4f98d9cb')
build() {
cd "$srcdir/$pkgname-$pkgver"
# execstack is probably due to gmp; this is here just for a reminder
#LDFLAGS+=" -Wl,-z,noexecstack"
LDFLAGS+=" -Wl,-z,noexecstack"
./configure --prefix=/usr \
--with-alsa \