You are not logged in.
Pages: 1
Jack-Rack is a gui for adding effects through JACK, stackable, ladspa-capable, with save and load support.
Here is the build file and the entire thing is in incoming.
# Contributor: My Name <handle@myhost.foo>
pkgname=jack-rack
pkgver=1.4.3
pkgrel=1
pkgdesc="JACK Rack is an effects "rack" for the JACK low latency audio API."
url="http://arb.bash.sh/~rah/software/jack-rack/"
depends=('jack-audio-connection-kit' 'readline' 'liblrdf' 'libgnomeui')
groups=('multimedia')source=($url/$pkgname-$pkgver.tar.gz)
md5sums=('1880b4e91f5b043802073e865b307f8c')build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
Offline
Pages: 1