From 268855df30493564a04183035abce4d5f6324f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 14 Apr 2020 17:14:07 +0200 Subject: [PATCH] stk: fix RAWWAVE_PATH for installation Set the fixed RAWWAVE_PATH=/usr/share/stk/rawwaves/ because the default relative path does not work with how stk is installed. Also make stk depend on stk-data, i.e. the rawwaves. --- srcpkgs/stk/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"