mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
csound: depends on stk-data
csound-6.14.0 will need a package porttime-devel which is not yet available.
This commit is contained in:
parent
e0f99e41e2
commit
bc045a6f70
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'csound'
|
# Template file for 'csound'
|
||||||
pkgname=csound
|
pkgname=csound
|
||||||
version=6.13.0
|
version=6.13.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
-DLUA_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/lua/5.1
|
-DLUA_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/lua/5.1
|
||||||
|
@ -11,7 +11,7 @@ hostmakedepends="flex python"
|
||||||
makedepends="LuaJIT-devel boost-devel fltk-devel fluidsynth-devel libcurl-devel
|
makedepends="LuaJIT-devel boost-devel fltk-devel fluidsynth-devel libcurl-devel
|
||||||
libgomp-devel liblo-devel libsndfile-devel libstk-devel pd-devel portaudio-devel
|
libgomp-devel liblo-devel libsndfile-devel libstk-devel pd-devel portaudio-devel
|
||||||
portmidi-devel tk-devel"
|
portmidi-devel tk-devel"
|
||||||
depends="pd"
|
depends="pd stk-data"
|
||||||
short_desc="Programming language for sound rendering and signal processing"
|
short_desc="Programming language for sound rendering and signal processing"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue