~aleteoryx/sexchat

ref: 3db1cd5498b6d2e91a86179d9639ffedb12609f7 sexchat/flatpak/shared-modules/linux-audio/lrdf.json -rw-r--r-- 1.3 KiB
3db1cd54Aleteoryx fix topicbar changing to local user in dms 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": "lrdf",
    "rm-configure": true,
    "cleanup": [
        "/include",
        "/lib/pkgconfig",
        "*.so"
    ],
    "config-opts": [
        "--disable-static"
    ],
    "modules": [
        "ladspa.json",
        {
            "name": "raptor2",
            "cleanup": [
                "/include",
                "/lib/pkgconfig",
                "/share/gtk-doc",
                "*.so"
            ],
            "config-opts": [
                "--disable-documentation",
                "--disable-static"
            ],
            "sources": [
                {
                    "type": "archive",
                    "url": "http://download.librdf.org/source/raptor2-2.0.15.tar.gz",
                    "sha256": "ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed"
                }
            ]
        }
    ],
    "sources": [
        {
            "type": "archive",
            "url": "https://github.com/swh/LRDF/tarball/0.5.0",
            "dest-filename": "swh-LRDF-0.5.0-0-g7ebc032.tar.gz",
            "sha256": "013002b91ef209827fe99552b8c7f0b569cddb3d6f1439bedbd8bafe1956a93c"
        },
        {
            "type": "script",
            "commands": [
                "autoreconf -fiv"
            ],
            "dest-filename": "autogen.sh"
        }
    ]
}