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

SDL-1.2.15.json « SDL - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d00288bb36bd4df7722a461dbac5eda123609b5 (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
{
    "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"
            ]
        }
    ]
}