early-access version 2853
This commit is contained in:
43
externals/vcpkg/ports/fluidsynth/vcpkg.json
vendored
Executable file
43
externals/vcpkg/ports/fluidsynth/vcpkg.json
vendored
Executable file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "fluidsynth",
|
||||
"version": "2.2.6",
|
||||
"port-version": 2,
|
||||
"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,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user