diff options
author | root <root@rshg054.dnsready.net> | 2012-08-27 00:04:02 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-27 00:04:02 +0000 |
commit | fda2b119766956ebbf97ba80640e6eeb1519cad4 (patch) | |
tree | 50f7d948c45070fe310494e3446d50ad132f1100 /extra/snd | |
parent | ca0c70ec611689e1233665e7e8c0b1bb99415bc0 (diff) |
Mon Aug 27 00:04:01 UTC 2012
Diffstat (limited to 'extra/snd')
-rw-r--r-- | extra/snd/PKGBUILD | 27 | ||||
-rw-r--r-- | extra/snd/snd.install | 3 |
2 files changed, 19 insertions, 11 deletions
diff --git a/extra/snd/PKGBUILD b/extra/snd/PKGBUILD index c6f816737..4a1880185 100644 --- a/extra/snd/PKGBUILD +++ b/extra/snd/PKGBUILD @@ -1,31 +1,36 @@ -# $Id: PKGBUILD 148636 2012-02-04 16:33:10Z schiv $ +# $Id: PKGBUILD 165577 2012-08-25 16:01:55Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: see .contrib pkgname=snd -pkgver=12.7 +pkgver=13.0 pkgrel=1 pkgdesc="An advanced sound editor" arch=('i686' 'x86_64') url="http://ccrma.stanford.edu/software/snd/" license=('custom') -depends=('lesstif' 'jack' 'gamin' 'gsl' 'fftw') -makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'libxpm' - 'timidity++' 'mpg123' 'vorbis-tools' 'gmp') -optdepends=('ladspa' 'wavpack' 'flac' 'speex' - 'timidity++' 'mpg123' 'vorbis-tools') -source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('5edb4ee488c3406c9aa582c5f11a4492') +depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc') +makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp' + 'timidity++' 'mpg123' 'vorbis-tools') +optdepends=('wavpack' 'flac' 'speex' 'mpg123' + 'timidity++' 'vorbis-tools') +install=$pkgname.install +source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz") +md5sums=('2288933fdaf012ed92c850d6dba90c54') build() { cd "$srcdir/$pkgname-$pkgver" - export LDFLAGS="${LDFLAGS/--as-needed,}" + # execstack is probably due to gmp; this is here just for a reminder + #LDFLAGS+=" -Wl,-z,noexecstack" ./configure --prefix=/usr \ --with-alsa \ - --with-jack + --with-jack \ + --with-gtk \ + --with-ladspa \ + --with-gmp make } diff --git a/extra/snd/snd.install b/extra/snd/snd.install new file mode 100644 index 000000000..57b42ddff --- /dev/null +++ b/extra/snd/snd.install @@ -0,0 +1,3 @@ +post_upgrade() { + echo " > snd GUI is now GTK+ due to lesstif/libxpm build issues" +} |