From d75c31207e2de209cd85813663e8881881250f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20L=C3=B3pez-Cabanillas?= Date: Mon, 10 Aug 2026 09:29:21 +0200 Subject: [PATCH 1/2] [fluidsynth] Update to 2.5.7 --- ports/fluidsynth/portfile.cmake | 2 +- ports/fluidsynth/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/f-/fluidsynth.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/fluidsynth/portfile.cmake b/ports/fluidsynth/portfile.cmake index 77394d89d1fd62..fa7eb1599710a6 100644 --- a/ports/fluidsynth/portfile.cmake +++ b/ports/fluidsynth/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO FluidSynth/fluidsynth REF "v${VERSION}" - SHA512 0e0f78933c5cc119abc25f91f51df467e9a8efe7bca87b0439d13da42046e5b331bc800bdcba6b82c33fdfd32f821550d1f0d7262fdb15f525a219212ed3b5f2 + SHA512 673edd454c912e2fb2b0848c4ab8c47b068f06d611df7e2bcb73d66f1457078024a474c1f45bac4ea2c63921131eea58ceb1efe3340e643895dc8979fb44da32 HEAD_REF master PATCHES fix-gcem.patch diff --git a/ports/fluidsynth/vcpkg.json b/ports/fluidsynth/vcpkg.json index 8aee05442fdc65..88b7d681161dc3 100644 --- a/ports/fluidsynth/vcpkg.json +++ b/ports/fluidsynth/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fluidsynth", - "version": "2.5.5", + "version": "2.5.7", "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 db58016fadd36c..2fbd6b4d36cf24 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3149,7 +3149,7 @@ "port-version": 0 }, "fluidsynth": { - "baseline": "2.5.5", + "baseline": "2.5.7", "port-version": 0 }, "flux": { diff --git a/versions/f-/fluidsynth.json b/versions/f-/fluidsynth.json index a5f087c2cba332..f6be78db224014 100644 --- a/versions/f-/fluidsynth.json +++ b/versions/f-/fluidsynth.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1134350590718794ff0b869247108c21edddd417", + "version": "2.5.7", + "port-version": 0 + }, { "git-tree": "cfdb9ecf76c6f7691d931394a340dbd6fc129f96", "version": "2.5.5", From 8178b2524d8e89f56afb18e0dc53fc74159711f1 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Mon, 10 Aug 2026 12:45:45 -0700 Subject: [PATCH 2/2] Fix usage text --- ports/fluidsynth/usage | 2 +- versions/f-/fluidsynth.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/fluidsynth/usage b/ports/fluidsynth/usage index ea5f1ead43ccfe..8f7f8feca0f316 100644 --- a/ports/fluidsynth/usage +++ b/ports/fluidsynth/usage @@ -2,7 +2,7 @@ fluidsynth provides CMake targets: find_package(FluidSynth CONFIG REQUIRED) target_link_libraries(main PRIVATE FluidSynth::libfluidsynth) - add_custom_command(OUTPUT result COMMAND FluidSynth::q ARGS ...) + add_custom_command(OUTPUT result COMMAND FluidSynth::fluidsynth ARGS ...) fluidsynth provides pkg-config modules: diff --git a/versions/f-/fluidsynth.json b/versions/f-/fluidsynth.json index f6be78db224014..adf3ac3912a79b 100644 --- a/versions/f-/fluidsynth.json +++ b/versions/f-/fluidsynth.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "1134350590718794ff0b869247108c21edddd417", + "git-tree": "4a4e214cae592c79d4b515e99674d63ee7213de5", "version": "2.5.7", "port-version": 0 },