~aleteoryx/sexchat

ref: a3400e0aa9f3b3835a0ba6312039ba515f6b8594 sexchat/flatpak/shared-modules/SDL/SDL-1.2.15.json -rw-r--r-- 1.0 KiB
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
30
31
32
33
34
35
36
37
38
39
40
{
    "name": "SDL1",
    "rm-configure": true,
    "config-opts": ["--disable-static"],
    "cleanup": [
        "/bin",
        "/share/man",
        "/share/aclocal",
        "/include",
        "/lib/pkgconfig",
        "/lib/*.la",
        "/lib/*.a"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "https://www.libsdl.org/release/SDL-1.2.15.tar.gz",
            "sha256": "d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00"
        },
        {
            "type": "patch",
            "path": "sdl-libx11-build.patch"
        },
        {
            "type": "patch",
            "path": "sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch"
        },
        {
            "type": "script",
            "dest-filename": "autogen.sh",
            "commands": [
                "sed -i -e 's/.*AM_PATH_ESD.*//' configure.in",
                "cp -p /usr/share/automake-*/config.{sub,guess} build-scripts",
                "aclocal",
                "libtoolize",
                "autoconf"
            ]
        }
    ]
}