mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:59:01 +08:00
d73287bbc1
* Update to 2.2.8 * Fix generated pc file * Repair 'sndfile' feature control * Reintegrate gentables into main build * Update versions
44 lines
1002 B
JSON
44 lines
1002 B
JSON
{
|
|
"name": "fluidsynth",
|
|
"version": "2.2.8",
|
|
"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": "alsa",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "fluidsynth",
|
|
"host": true,
|
|
"default-features": false,
|
|
"features": [
|
|
"buildtools"
|
|
]
|
|
},
|
|
"glib",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"buildtools": {
|
|
"description": "Build tools gentables"
|
|
},
|
|
"sndfile": {
|
|
"description": "Enable rendering to file and SF3 support",
|
|
"dependencies": [
|
|
{
|
|
"name": "libsndfile",
|
|
"default-features": false,
|
|
"features": [
|
|
"external-libs"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|