[arch-commits] Commit in snd/trunk (PKGBUILD snd.install)
Ray Rashif
schiv at archlinux.org
Sat Aug 25 16:01:13 UTC 2012
Date: Saturday, August 25, 2012 @ 12:01:13
Author: schiv
Revision: 165576
upgpkg: snd 13.0-1
upstream release; motif gui dropped for now; gui is gtk
Added:
snd/trunk/snd.install
Modified:
snd/trunk/PKGBUILD
-------------+
PKGBUILD | 25 +++++++++++++++----------
snd.install | 3 +++
2 files changed, 18 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-08-25 15:37:44 UTC (rev 165575)
+++ PKGBUILD 2012-08-25 16:01:13 UTC (rev 165576)
@@ -4,28 +4,33 @@
# 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
}
Added: snd.install
===================================================================
--- snd.install (rev 0)
+++ snd.install 2012-08-25 16:01:13 UTC (rev 165576)
@@ -0,0 +1,3 @@
+post_upgrade() {
+ echo " > snd GUI is now GTK+ due to lesstif/libxpm build issues"
+}
More information about the arch-commits
mailing list