~aleteoryx/sexchat

ref: 4c29b0ff3540e4745ef4cdceecfaf736a6dfffa2 sexchat/flatpak/shared-modules/gzdoom/gzdoom.json -rw-r--r-- 1.5 KiB
4c29b0ffAleteoryx dumbass 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
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.7.1",
            "commit": "107ff702423686414680d6458fea63a2647692c4"
        },
        {
            "type": "file",
            "url": "https://github.com/coelckers/gzdoom/raw/g4.7.1/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"
                }
            ]
        }
    ]
}