2021-09-09 01:24:04 -07:00
|
|
|
{
|
|
|
|
"name": "fluidlite",
|
2023-04-20 01:33:25 +04:00
|
|
|
"version-date": "2023-04-18",
|
2021-09-09 01:24:04 -07:00
|
|
|
"description": "FluidLite is a very light version of FluidSynth designed to be hardware, platform and external dependency independant.",
|
2022-12-27 09:43:27 +01:00
|
|
|
"homepage": "https://github.com/divideconcept/FluidLite",
|
|
|
|
"license": "LGPL-2.1-or-later",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2023-04-20 01:33:25 +04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"sf3"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"sf3": {
|
|
|
|
"description": "Enable SF3 files (ogg/vorbis compressed samples)",
|
|
|
|
"dependencies": [
|
|
|
|
"libvorbis"
|
|
|
|
]
|
2022-12-27 09:43:27 +01:00
|
|
|
}
|
2023-04-20 01:33:25 +04:00
|
|
|
}
|
2021-09-09 01:24:04 -07:00
|
|
|
}
|