mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-28 10:14:47 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
29
shared-modules/linux-audio/fluidsynth2-static.json
Normal file
29
shared-modules/linux-audio/fluidsynth2-static.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue