Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/fluidsynth/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/fluidsynth/usage
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion ports/fluidsynth/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@
"port-version": 0
},
"fluidsynth": {
"baseline": "2.5.5",
"baseline": "2.5.7",
"port-version": 0
},
"flux": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fluidsynth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4a4e214cae592c79d4b515e99674d63ee7213de5",
"version": "2.5.7",
"port-version": 0
},
{
"git-tree": "cfdb9ecf76c6f7691d931394a340dbd6fc129f96",
"version": "2.5.5",
Expand Down
Loading