From bdb5b3e66f6afa586ea147f69af5e4ba388f7615 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Feb 2012 23:15:10 +0000 Subject: Sun Feb 5 23:15:10 UTC 2012 --- extra/snd/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'extra/snd') diff --git a/extra/snd/PKGBUILD b/extra/snd/PKGBUILD index ef3574080..c6f816737 100644 --- a/extra/snd/PKGBUILD +++ b/extra/snd/PKGBUILD @@ -1,11 +1,10 @@ -# $Id: PKGBUILD 139163 2011-09-30 13:55:54Z schiv $ +# $Id: PKGBUILD 148636 2012-02-04 16:33:10Z schiv $ # Maintainer: Ray Rashif # Contributor: Juergen Hoetzel -# Contributor: Tom Newsom -# Contributor: dorphell +# Contributor: see .contrib pkgname=snd -pkgver=12.5 +pkgver=12.7 pkgrel=1 pkgdesc="An advanced sound editor" arch=('i686' 'x86_64') @@ -17,11 +16,13 @@ makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'libxpm' optdepends=('ladspa' 'wavpack' 'flac' 'speex' 'timidity++' 'mpg123' 'vorbis-tools') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('53bed2048fe9287f9a0e6a6d63536729') +md5sums=('5edb4ee488c3406c9aa582c5f11a4492') build() { cd "$srcdir/$pkgname-$pkgver" + export LDFLAGS="${LDFLAGS/--as-needed,}" + ./configure --prefix=/usr \ --with-alsa \ --with-jack -- cgit v1.2.3-54-g00ecf