[fluidsynth] Update to 2.4.1 (#42481)

This commit is contained in:
Oleg Derevenetz 2024-12-03 03:36:25 +03:00 committed by GitHub
parent 3aa4bf7990
commit 3edabbe140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -10,7 +10,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO FluidSynth/fluidsynth REPO FluidSynth/fluidsynth
REF "v${VERSION}" REF "v${VERSION}"
SHA512 57770597e26140011324cac14dd81aa1f5fc52ec0c256a4e16f629b81b8d477279ad714cc9d1e375d74aabb348e1436eafd06746cdf10fa29196468645bf7600 SHA512 d01d18c42ce98d0daa4e137118fc41f0a59047013870c09bacd9014baadf747e8e73571046781e34bc03eef454f2ef12ee59cf9b2c7f9517c586c08041ebe081
HEAD_REF master HEAD_REF master
PATCHES PATCHES
gentables.patch gentables.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "fluidsynth", "name": "fluidsynth",
"version": "2.4.0", "version": "2.4.1",
"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.", "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", "homepage": "https://github.com/FluidSynth/fluidsynth",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",

View File

@ -2853,7 +2853,7 @@
"port-version": 0 "port-version": 0
}, },
"fluidsynth": { "fluidsynth": {
"baseline": "2.4.0", "baseline": "2.4.1",
"port-version": 0 "port-version": 0
}, },
"flux": { "flux": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "de4e154ef67ed501c491813ca14696a0a3fc6e11",
"version": "2.4.1",
"port-version": 0
},
{ {
"git-tree": "46142e635f474dcc2f3c47fa6df45885bbacccac", "git-tree": "46142e635f474dcc2f3c47fa6df45885bbacccac",
"version": "2.4.0", "version": "2.4.0",