29 lines
587 B
JSON
29 lines
587 B
JSON
{
|
|
"name": "fluidsynth",
|
|
"buildsystem": "cmake-ninja",
|
|
"build-options": {
|
|
"cflags": "-fPIC",
|
|
"cxxflags": "-fPIC"
|
|
},
|
|
"config-opts": [
|
|
"-DBUILD_SHARED_LIBS=OFF",
|
|
"-Denable-jack=OFF",
|
|
"-Denable-pipewire=OFF"
|
|
],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/cmake",
|
|
"/lib/pkgconfig",
|
|
"/share/man",
|
|
"*.so",
|
|
"*.a"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/FluidSynth/fluidsynth/archive/v2.3.3.tar.gz",
|
|
"sha256": "321f7d3f72206b2522f30a1cb8ad1936fd4533ffc4d29dd335b1953c9fb371e6"
|
|
}
|
|
]
|
|
}
|