mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/snd to 17.9-1
This commit is contained in:
parent
a25eef379a
commit
01f757e7ed
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@
|
|||
# - build with pulseaudio as sound server, not jack (x86 asm)
|
||||
|
||||
pkgname=snd
|
||||
pkgver=17.4
|
||||
pkgver=17.9
|
||||
pkgrel=1
|
||||
pkgdesc="An advanced sound editor"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://ccrma.stanford.edu/software/snd/"
|
||||
license=('custom:free')
|
||||
depends=('pulseaudio' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
|
||||
|
@ -19,7 +19,7 @@ makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
|
|||
optdepends=('wavpack' 'flac' 'speex' 'mpg123'
|
||||
'timidity++' 'vorbis-tools')
|
||||
source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('1a1c3f87e1c6ae272a79aa147c08d0a0')
|
||||
md5sums=('8e04c2eaa794c294a3a2d82a7ef20448')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue