From fda2b119766956ebbf97ba80640e6eeb1519cad4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 27 Aug 2012 00:04:02 +0000 Subject: Mon Aug 27 00:04:01 UTC 2012 --- extra/snd/PKGBUILD | 27 ++++++++++++++++----------- extra/snd/snd.install | 3 +++ 2 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 extra/snd/snd.install (limited to 'extra') 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 # Contributor: Juergen Hoetzel # 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" +} -- cgit v1.2.3-54-g00ecf