~aleteoryx/sexchat

ref: a3400e0aa9f3b3835a0ba6312039ba515f6b8594 sexchat/flatpak/shared-modules/linux-audio/fluidsynth2-static.json -rw-r--r-- 559 bytes
a3400e0aAleteoryx remove all mentions of struct session from server.c 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "fluidsynth",
  "buildsystem": "cmake-ninja",
  "build-options": {
    "env": {
      "CFLAGS": "-fPIC",
      "CXXFLAGS": "-fPIC"
    }
  },
  "config-opts": [
    "-DLIB_SUFFIX=",
    "-DBUILD_SHARED_LIBS=OFF"
  ],
  "cleanup": [
    "/bin",
    "/include",
    "/lib/pkgconfig",
    "/share/man",
    "*.so",
    "*.a"
  ],
  "sources": [
    {
      "type": "archive",
      "url": "https://github.com/FluidSynth/fluidsynth/archive/v2.2.3.tar.gz",
      "sha256": "b31807cb0f88e97f3096e2b378c9815a6acfdc20b0b14f97936d905b536965c4"
    }
  ]
}