csound: add libstk-devel to makedepends

This commit is contained in:
Jürgen Buchmüller 2020-04-14 13:56:59 +02:00
parent c3b03f6e63
commit 21270fddc9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'csound'
pkgname=csound
version=6.13.0
revision=1
revision=2
build_style=cmake
configure_args="
-DLUA_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/lua/5.1
@ -9,7 +9,7 @@ configure_args="
-DPORTAUDIO_V19=yes"
hostmakedepends="flex python"
makedepends="LuaJIT-devel boost-devel fltk-devel fluidsynth-devel libcurl-devel
libgomp-devel liblo-devel libsndfile-devel pd-devel portaudio-devel
libgomp-devel liblo-devel libsndfile-devel libstk-devel pd-devel portaudio-devel
portmidi-devel tk-devel"
depends="pd"
short_desc="Programming language for sound rendering and signal processing"