~aleteoryx/sexchat

ref: 3934e7869ed1ed83ff6df89c0cd07935613bb751 sexchat/flatpak/shared-modules/SDL/SDL_mixer-1.2.12.json -rw-r--r-- 727 bytes
3934e786Aleteoryx update dotfiles 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
{
    "name": "SDL_mixer",
    "config-opts": ["--disable-static"],
    "rm-configure": true,
    "sources": [
        {
            "type": "archive",
            "url": "https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz",
            "sha256": "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a"
        },
        {
            "type": "script",
            "dest-filename": "autogen.sh",
            "commands": [
                "rm acinclude/libtool.m4",
                "rm acinclude/lt*",
                "AUTOMAKE=\"automake --foreign\" autoreconf -vfi -I acinclude",
                "cp -p /usr/share/automake-*/config.{sub,guess} build-scripts"
            ]
        }
    ]
}