~aleteoryx/sexchat

ref: 67375498db26dd61baee343882027b085166b86e sexchat/flatpak/shared-modules/linux-audio/lash.json -rw-r--r-- 1.0 KiB
67375498Aleteoryx don't throttle critical traffic 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
{
    "name": "lash",
    "rm-configure": true,
    "config-opts": [
        "--disable-static",
        "--disable-serv-inst",
        "CFLAGS=-D_GNU_SOURCE"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "https://download.savannah.gnu.org/releases/lash/lash-0.5.4.tar.gz",
            "sha256": "105a7da84415c4725c6bcad28e70f23aeb4534f94fc80ca262b6a2cef2226c16"
        },
        {
            "type": "patch",
            "strip-components": 0,
            "path": "patches/lash-0.5.3-no-static-lib.patch"
        },
        {
            "type": "patch",
            "path": "patches/lash-gcc47.patch"
        },
        {
            "type": "patch",
            "path": "patches/lash-linking.patch"
        },
        {
            "type": "patch",
            "strip-components": 0,
            "path": "patches/lash-configure.patch"
        },
        {
            "type": "script",
            "commands": [
                "autoreconf -fiv"
            ],
            "dest-filename": "autogen.sh"
        }
    ]
}