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

gzdoom.json « gzdoom - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c33c6298a10ac02e6f02a00f49069d07a2c4b03 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "name": "gzdoom",
    "buildsystem": "cmake-ninja",
    "config-opts": [
        "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
    ],
    "cleanup": [
        "/lib/*.a",
        "/lib/*.la",
        "/lib/pkgconfig",
        "/include"
    ],
    "sources": [
        {
            "type": "git",
            "url": "https://github.com/coelckers/gzdoom.git",
            "tag": "g4.6.0",
            "commit": "c320db66f4b31256d5ad400610a2e1fab028dfe7"
        },
        {
            "type": "file",
            "url": "https://github.com/coelckers/gzdoom/raw/g4.6.0/soundfont/gzdoom.sf2",
            "sha256": "fca3e514b635a21789d4224e84865d2954a2a914d46b64aa8219ddb565c44869"
        },
        /* I've discussed these patches upstream and a special -DFLATPAK_BUNDLE has been approved */
        {
            "type": "patch",
            "path": "description.patch"
        }
    ],
    "post-install": [
        "install -Dm 644 gzdoom.sf2 /app/share/sounds/sf2/gzdoom.sf2"
    ],
    "modules": [
        {
            "name": "zmusic",
            "buildsystem": "cmake-ninja",
            "config-opts": [
                "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
            ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://github.com/coelckers/ZMusic/archive/1.1.8.tar.gz",
                    "sha256": "73082f661b7b0bb33348d1d186c132deec9132a1613480348a00172b49c9fd68"
                }
            ]
        }
    ]
}