diff options
Diffstat (limited to 'vcpkg/ports/fluidlite/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fluidlite/vcpkg.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/fluidlite/vcpkg.json b/vcpkg/ports/fluidlite/vcpkg.json new file mode 100644 index 0000000..a0d05e9 --- /dev/null +++ b/vcpkg/ports/fluidlite/vcpkg.json @@ -0,0 +1,28 @@ +{ + "name": "fluidlite", + "version-date": "2023-04-18", + "description": "FluidLite is a very light version of FluidSynth designed to be hardware, platform and external dependency independant.", + "homepage": "https://github.com/divideconcept/FluidLite", + "license": "LGPL-2.1-or-later", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "default-features": [ + "sf3" + ], + "features": { + "sf3": { + "description": "Enable SF3 files (ogg/vorbis compressed samples)", + "dependencies": [ + "libvorbis" + ] + } + } +} |