Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fluidsynth2.json « linux-audio - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62d49c0ef59f692dde3141732678121f09fe200a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "fluidsynth",
    "buildsystem": "cmake-ninja",
    "config-opts": [
        "-DLIB_SUFFIX="
    ],
    "cleanup": [
        "/bin",
        "/include",
        "/lib/pkgconfig",
        "/share/man",
        "*.so"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "https://github.com/FluidSynth/fluidsynth/archive/v2.1.7.tar.gz",
            "sha256": "365a1c0982efcaff724a7b05d26ce1db76bc7435aa4c239df61cbc87f04b6c90"
        }
    ]
}