extra/snd to 13.0-1

This commit is contained in:
Kevin Mihelich 2012-08-26 16:14:51 +00:00
parent 2bfb22af67
commit 2cbcc2424d
2 changed files with 21 additions and 14 deletions

View file

@ -1,35 +1,39 @@
# $Id: PKGBUILD 139163 2011-09-30 13:55:54Z schiv $
# $Id: PKGBUILD 165577 2012-08-25 16:01:55Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: see .contrib
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - build with pulseaudio as sound server, not jack (x86 asm)
plugrel=1
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' 'pulseaudio' '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=('pulseaudio' '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"
# execstack is probably due to gmp; this is here just for a reminder
#LDFLAGS+=" -Wl,-z,noexecstack"
./configure --prefix=/usr \
--with-alsa \
--with-pulseaudio
--with-pulseaudio \
--with-gtk \
--with-ladspa \
--with-gmp
make
}

3
extra/snd/snd.install Normal file
View file

@ -0,0 +1,3 @@
post_upgrade() {
echo " > snd GUI is now GTK+ due to lesstif/libxpm build issues"
}