diff --git a/ports/fluidsynth/portfile.cmake b/ports/fluidsynth/portfile.cmake index ddcb2a4fe376fa..ef1d41035e995e 100644 --- a/ports/fluidsynth/portfile.cmake +++ b/ports/fluidsynth/portfile.cmake @@ -10,7 +10,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO FluidSynth/fluidsynth REF "v${VERSION}" - SHA512 847d2f4529ac1bad735b71b57067c50586df7e2526c6311925c209c0635ee1e1dca1bd77dc6006181fc19a616738c8de1242bfb209707c8dbea9d7e2acc61017 + SHA512 a380bd710c4b7fe83fc6799c56f51c9d4c3d21516b9366f8381c7fdb899c195472fe4bded9c25ab9de9c76fc95a4e727a8b0305ab92b5ede025fd03585036aa3 HEAD_REF master PATCHES gentables.patch @@ -32,7 +32,7 @@ set(LINUX_OPTIONS enable-alsa ALSA_FOUND) set(ANDROID_OPTIONS enable-opensles OpenSLES_FOUND) set(IGNORED_OPTIONS enable-coverage enable-dbus enable-floats enable-fpe-check enable-framework enable-jack enable-libinstpatch enable-midishare enable-oboe enable-openmp enable-oss enable-pipewire enable-portaudio - enable-profiling enable-readline enable-sdl2 enable-systemd enable-trap-on-fpe enable-ubsan) + enable-profiling enable-readline enable-sdl2 enable-sdl3 enable-systemd enable-trap-on-fpe enable-ubsan) if(VCPKG_TARGET_IS_WINDOWS) set(OPTIONS_TO_ENABLE ${WINDOWS_OPTIONS}) diff --git a/ports/fluidsynth/vcpkg.json b/ports/fluidsynth/vcpkg.json index c27f27233e22ba..f3f2340400d32e 100644 --- a/ports/fluidsynth/vcpkg.json +++ b/ports/fluidsynth/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fluidsynth", - "version": "2.4.3", + "version": "2.4.4", "description": "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.", "homepage": "https://github.com/FluidSynth/fluidsynth", "license": "LGPL-2.1-or-later", diff --git a/versions/baseline.json b/versions/baseline.json index 60c6e5a2a55a16..f3f4f1f0adc28f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2861,7 +2861,7 @@ "port-version": 0 }, "fluidsynth": { - "baseline": "2.4.3", + "baseline": "2.4.4", "port-version": 0 }, "flux": { diff --git a/versions/f-/fluidsynth.json b/versions/f-/fluidsynth.json index d3430941d8f035..7481f87e8c837c 100644 --- a/versions/f-/fluidsynth.json +++ b/versions/f-/fluidsynth.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "dc86fe8f047486a6eef27e327b9823a90eb10393", + "version": "2.4.4", + "port-version": 0 + }, { "git-tree": "b6d3e6ad0378eba776a44f2b7ddf823f5ee94bfb", "version": "2.4.3",