diff --git a/srcpkgs/stk/template b/srcpkgs/stk/template index c1af6d04f7..8df159eb8a 100644 --- a/srcpkgs/stk/template +++ b/srcpkgs/stk/template @@ -1,12 +1,12 @@ # Template file for 'stk' pkgname=stk version=4.6.1 -revision=2 +revision=3 build_style=gnu-configure -configure_args="--with-alsa --with-jack" +configure_args="--with-alsa --with-jack RAWWAVE_PATH=/usr/share/stk/rawwaves/" hostmakedepends="automake libtool pkg-config" makedepends="alsa-lib-devel jack-devel" -depends="libstk-${version}_${revision}" +depends="libstk-${version}_${revision} stk-data-${version}_${revision}" short_desc="Synthesis ToolKit in C++" maintainer="Jürgen Buchmüller " license="custom:MIT-like"