mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[fluidsynth] update to 2.5.2 (#49100)
This commit is contained in:
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO FluidSynth/fluidsynth
|
||||
REF "v${VERSION}"
|
||||
SHA512 0e897a1a3e1499150c26dc0ce4fc1fa4e5323cd84e0f1b6cdf305b4cfd3fd46cbefddf490241e8645a9bd291e485a830d109b1c7a83e13b816f0345839c4c36c
|
||||
SHA512 5c376d9bf6388f04e5d48375a70682f9d7edcd65809383afc0190c77140b086492abc17a8d3a2aa07e59dde681ab17a919e9b8b7e174a91a2951c30b262c10e4
|
||||
HEAD_REF master
|
||||
PATCHES fix-gcem.patch
|
||||
)
|
||||
@@ -53,7 +53,7 @@ endif()
|
||||
foreach(_option IN LISTS OPTIONS_TO_ENABLE)
|
||||
list(APPEND ENABLED_OPTIONS "-D${_option}:BOOL=ON")
|
||||
endforeach()
|
||||
|
||||
|
||||
foreach(_option IN LISTS OPTIONS_TO_DISABLE IGNORED_OPTIONS)
|
||||
list(APPEND DISABLED_OPTIONS "-D${_option}:BOOL=OFF")
|
||||
endforeach()
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "fluidsynth",
|
||||
"version": "2.5.1",
|
||||
"port-version": 1,
|
||||
"version": "2.5.2",
|
||||
"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",
|
||||
|
||||
@@ -3037,8 +3037,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fluidsynth": {
|
||||
"baseline": "2.5.1",
|
||||
"port-version": 1
|
||||
"baseline": "2.5.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"flux": {
|
||||
"baseline": "0.4.0",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bffb497fce48c164782373f215ae9d4009abc7a9",
|
||||
"version": "2.5.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f98a0709faac3d5b5f86276086a59e8b9917942f",
|
||||
"version": "2.5.1",
|
||||
|
||||
Reference in New Issue
Block a user