mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 23:09:01 +08:00
dcb54b2af0
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
27 lines
621 B
JSON
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"
|
|
}
|
|
}
|
|
}
|