redox/recipes/wip/sound/fluidsynth/recipe.toml
2026-05-28 14:03:41 -03:00

17 lines
337 B
TOML

#TODO compile and test
# build instructions: https://www.fluidsynth.org/wiki/BuildingWithCMake/
[source]
git = "https://github.com/FluidSynth/fluidsynth"
rev = "v2.5.4"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-Denable-ipv6=off",
"-Denable-openmp=off",
]
dependencies = [
"pipewire",
"readline",
]