mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-23 22:05:57 +08:00
df62d5cb36
* [fluidsynth] Update to 2.2.3 * Update patch * EOL * Change tool as a new feature * version * Remove code about CMAKE_EXECUTABLE_SUFFIX to fix linux build * version * update to 2.2.4, cleanup baseline, add supports keyword * version * Fix osx build * version * restore FEATURE_OPTIONS * version * Apply suggestions * version * Restore add_to_path in host triplet * version * Preserve log files for the build of make_tables. Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"name": "fluidsynth",
|
|
"version": "2.2.4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|