mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
2bdc34f664
* [fluidsynth] update deps. * add all the features. (at least in the portfile) * bump port version * use version instead of version-string * revert version bump * version stuff * default everything to off without vcpkg_check_features * version stuff
11 lines
358 B
JSON
11 lines
358 B
JSON
{
|
|
"name": "fluidsynth",
|
|
"version": "2.1.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": [
|
|
"glib"
|
|
]
|
|
}
|