vcpkg/ports/fluidsynth/vcpkg.json
autoantwort dcb54b2af0
[fluidsynth] no absolute paths (#21715)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-29 11:59:55 -08:00

27 lines
621 B
JSON

{
"name": "fluidsynth",
"version": "2.2.4",
"port-version": 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.",
"homepage": "https://github.com/FluidSynth/fluidsynth",
"dependencies": [
{
"name": "fluidsynth",
"host": true,
"features": [
"buildtools"
]
},
"glib",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"buildtools": {
"description": "Build tools gentables"
}
}
}