mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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.
This commit is contained in:
parent
cd7afeba43
commit
268855df30
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'stk'
|
# Template file for 'stk'
|
||||||
pkgname=stk
|
pkgname=stk
|
||||||
version=4.6.1
|
version=4.6.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
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"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="alsa-lib-devel jack-devel"
|
makedepends="alsa-lib-devel jack-devel"
|
||||||
depends="libstk-${version}_${revision}"
|
depends="libstk-${version}_${revision} stk-data-${version}_${revision}"
|
||||||
short_desc="Synthesis ToolKit in C++"
|
short_desc="Synthesis ToolKit in C++"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="custom:MIT-like"
|
license="custom:MIT-like"
|
||||||
|
|
Loading…
Add table
Reference in a new issue