mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/snd to 13.4-1
This commit is contained in:
parent
67114c114f
commit
60080db94c
1 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue