mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/snd to 14.1-1
This commit is contained in:
parent
a57654deb7
commit
1efcd04800
1 changed files with 12 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - build with pulseaudio as sound server, not jack (x86 asm)
|
||||
|
||||
pkgname=snd
|
||||
pkgver=13.9
|
||||
pkgver=14.1
|
||||
pkgrel=1
|
||||
pkgdesc="An advanced sound editor"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,8 +19,17 @@ makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
|
|||
optdepends=('wavpack' 'flac' 'speex' 'mpg123'
|
||||
'timidity++' 'vorbis-tools')
|
||||
install=$pkgname.install
|
||||
source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('acceab2d1e30720640aca54d4b68d45b')
|
||||
source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz"
|
||||
'type_error.patch')
|
||||
md5sums=('955ca19ca70ac0e4d03cd710516c0174'
|
||||
'6e96d59346b53a1c73060857f688dbd0')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
# work around incomplete type error
|
||||
patch -Np1 -i "$srcdir/type_error.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue