diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-06-13 10:00:55 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-06-13 10:01:07 +0200 |
commit | 71c4df5b28386c7e83bc523090d8263c394079b2 (patch) | |
tree | 6920174253316cafc5ce18903723400f7c40c130 /media-sound/csound/csound-9999.ebuild | |
parent | app-doc/csound-manual: bump to 6.16 (diff) | |
download | gentoo-71c4df5b28386c7e83bc523090d8263c394079b2.tar.gz gentoo-71c4df5b28386c7e83bc523090d8263c394079b2.tar.bz2 gentoo-71c4df5b28386c7e83bc523090d8263c394079b2.zip |
media-sound/csound: bump to 6.16.0 + sync'd live
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/csound/csound-9999.ebuild')
-rw-r--r-- | media-sound/csound/csound-9999.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild index f0b572659996..f997f81d6444 100644 --- a/media-sound/csound/csound-9999.ebuild +++ b/media-sound/csound/csound-9999.ebuild @@ -31,7 +31,7 @@ HOMEPAGE="https://csound.github.io/" LICENSE="LGPL-2.1 doc? ( FDL-1.2+ )" SLOT="0" IUSE="+alsa beats chua curl +cxx debug doc double-precision dssi examples -fltk +fluidsynth hdf5 +image jack java keyboard linear lua mp3 nls osc portaudio +fltk +fluidsynth hdf5 jack java keyboard linear lua mp3 nls osc portaudio portaudio portmidi pulseaudio python samples static-libs stk test +threads +utils vim-syntax websocket" @@ -71,7 +71,6 @@ CDEPEND=" fluidsynth? ( media-sound/fluidsynth:= ) fltk? ( x11-libs/fltk:1[threads?] ) hdf5? ( sci-libs/hdf5 ) - image? ( media-libs/libpng:0= ) jack? ( virtual/jack ) java? ( >=virtual/jdk-1.8:* ) keyboard? ( x11-libs/fltk:1[threads?] ) @@ -133,11 +132,9 @@ src_configure() { -DBUILD_DSSI_OPCODES=$(usex dssi) -DBUILD_EMUGENS_OPCODES=ON -DBUILD_EXCITER_OPCODES=ON - -DBUILD_FAUST_OPCODES=OFF -DBUILD_FLUID_OPCODES=$(usex fluidsynth) -DBUILD_FRAMEBUFFER_OPCODES=ON -DBUILD_HDF5_OPCODES=$(usex hdf5) - -DBUILD_IMAGE_OPCODES=$(usex image) -DBUILD_INSTALLER=OFF -DBUILD_JACK_OPCODES=$(usex jack) -DBUILD_JAVA_INTERFACE=$(usex java) @@ -152,7 +149,6 @@ src_configure() { -DBUILD_PLATEREV_OPCODES=ON -DBUILD_PVSGENDY_OPCODE=OFF -DBUILD_PYTHON_INTERFACE=$(usex python) - -DBUILD_PYTHON_OPCODES=$(usex python) -DBUILD_RELEASE=ON -DBUILD_SCANSYN_OPCODES=OFF # this is not allowed to be redistributed: https://github.com/csound/csound/issues/1148 -DBUILD_SELECT_OPCODE=ON @@ -204,10 +200,6 @@ src_configure() { # so it must NOT be installed into cmod_dir. ) - use python && mycmakeargs+=( - -DPYTHON_MODULE_INSTALL_DIR="$(python_get_sitedir)" - ) - cmake_src_configure } |