commit: 13785988608d55957ddd18329a9f2ef80a642819 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 3 04:19:49 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 3 04:19:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13785988
media-sound/fluidsynth: actually make intended network change Bug: https://bugs.gentoo.org/930788 Fixes: e30fcf2e2f7b63e6e03b473bb4b5c30a70940043 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{fluidsynth-2.4.6.ebuild => fluidsynth-2.4.6-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/fluidsynth/fluidsynth-2.4.6.ebuild b/media-sound/fluidsynth/fluidsynth-2.4.6-r1.ebuild similarity index 95% rename from media-sound/fluidsynth/fluidsynth-2.4.6.ebuild rename to media-sound/fluidsynth/fluidsynth-2.4.6-r1.ebuild index 7b7e30b74d91..309cbd41b494 100644 --- a/media-sound/fluidsynth/fluidsynth-2.4.6.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.4.6-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1+" SLOT="0/3" KEYWORDS="~amd64" -IUSE="alsa dbus debug doc ipv6 jack ladspa network openmp oss pipewire portaudio pulseaudio +readline sdl +sndfile systemd threads" +IUSE="alsa dbus debug doc ipv6 jack ladspa openmp oss pipewire portaudio pulseaudio +readline sdl +sndfile systemd threads" BDEPEND=" virtual/pkgconfig @@ -73,7 +73,7 @@ src_configure() { -Denable-ladspa=$(usex ladspa) -Denable-libinstpatch=OFF # https://github.com/swami/libinstpatch -Denable-midishare=OFF # http://midishare.sourceforge.net/ - -Denable-network=$(usex network) + -Denable-network=ON -Denable-openmp=$(usex openmp) -Denable-opensles=OFF -Denable-oboe=OFF # requires OpenSLES and/or AAudio
