1 # Maintainer: SpepS <dreamspepser at yahoo it>
6 pkgdesc="A real-time audio visualization. Jack version."
8 url="http://soundlab.cs.princeton.edu/software/sndpeek/"
10 depends=('libsndfile' 'jack')
11 source=(${url}files/${pkgname/-*/}-$pkgver.tgz)
12 md5sums=('0ad03fa135bf819fb5971fde015526b4')
15 cd $srcdir/${pkgname/-*/}-$pkgver/src/${pkgname/-*/}
17 sed -e '44i #include <cstdio>' -e '44i #include "string.h"' -e '44i #include "stdlib.h"' -i RtAudio.cpp || return 1
18 sed '30i #include "stdlib.h"' -i ../marsyas/LPC.cpp || return 1
20 make -f makefile.jack || return 1
21 install -D -m 755 ${pkgname/-*/} $pkgdir/usr/bin/$pkgname