2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "fluidlite",
|
2023-04-20 05:33:25 +08:00
|
|
|
"version-date": "2023-04-18",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "FluidLite is a very light version of FluidSynth designed to be hardware, platform and external dependency independant.",
|
2022-12-27 16:43:27 +08:00
|
|
|
"homepage": "https://github.com/divideconcept/FluidLite",
|
|
|
|
"license": "LGPL-2.1-or-later",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2023-04-20 05:33:25 +08: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 16:43:27 +08:00
|
|
|
}
|
2023-04-20 05:33:25 +08:00
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|