vcpkg/ports/fluidsynth/vcpkg.json
Frank 16659d0027
[FluidSynth] update to 2.2.6 (#23808)
* [FluidSynth] update to 2.2.6

* add version

* update version
2022-03-28 13:44:37 -07:00

27 lines
634 B
JSON

{
"name": "fluidsynth",
"version": "2.2.6",
"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",
"dependencies": [
{
"name": "fluidsynth",
"host": true,
"features": [
"buildtools"
]
},
"glib",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"buildtools": {
"description": "Build tools gentables"
}
}
}