mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
csound: remove unused python hostmakedepend
This commit is contained in:
parent
98eef89426
commit
c93ae341ac
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ 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
|
||||||
-DDPD_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/pd/extra
|
-DDPD_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/pd/extra
|
||||||
-DPORTAUDIO_V19=yes"
|
-DPORTAUDIO_V19=yes"
|
||||||
hostmakedepends="flex python"
|
hostmakedepends="flex"
|
||||||
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"
|
||||||
|
@ -16,7 +16,7 @@ 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"
|
||||||
homepage="https://csound.com/"
|
homepage="https://csound.com/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/csound/csound/archive/${version}.tar.gz"
|
||||||
checksum=558718b61c80fdf1b6c439f393759b8a1d32c7d9d8b42a8f2365a939825ea26b
|
checksum=558718b61c80fdf1b6c439f393759b8a1d32c7d9d8b42a8f2365a939825ea26b
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
Loading…
Add table
Reference in a new issue