1 # Contributor: Jochen Immendörfer <jochen.immendoerfer@gmail.com>
5 pkgdesc="ReZound aims to be a stable, open source, and graphical audio file editor primarily for but not limited to the Linux operating system."
6 url="http://rezound.sourceforge.net/"
7 depends=('jack-audio-connection-kit' 'fox' 'libvorbis' 'audiofile' 'soundtouch' 'fftw2double')
8 makedepends=('flex' 'bison')
9 source=(http://downloads.sourceforge.net/sourceforge/rezound/$pkgname-$pkgver.tar.gz flacpatch gcc43.patch)
10 md5sums=('df109c9d9ad6d27214a7417df583115d' '440991794129922eb27623a616ab3df8' '65d8d469c2c164f18849ef6ca1f64cfe')
15 cd $startdir/src/$pkgname-$pkgver
16 patch -p1 <../flacpatch
17 patch -p1 <../gcc43.patch
18 ./configure --prefix=/usr --disable-portaudio
20 make DESTDIR=$startdir/pkg install