mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 17:18:09 +08:00
16659d0027
* [FluidSynth] update to 2.2.6 * add version * update version
27 lines
634 B
JSON
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"
|
|
}
|
|
}
|
|
}
|