summaryrefslogtreecommitdiff
path: root/subprojects/shared-modules/clutter/clutter.json
blob: a47b207dcb3b093d14b39b712db43e989a21b4ef (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
    "name": "clutter-gtk",
    "cleanup": [
        "/share/gtk-doc"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "https://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz",
            "sha256": "521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06"
        }
    ],
    "modules": [
        {
            "name": "cogl",
            "config-opts": [
                "--disable-cogl-gst",
                "--disable-gtk-doc",
                "--enable-xlib-egl-platform",
                "--enable-wayland-egl-platform"
            ],
            "cleanup": [
                "/share/gtk-doc",
                "/share/cogl/examples-data"
            ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://download.gnome.org/sources/cogl/1.22/cogl-1.22.8.tar.xz",
                    "sha256": "a805b2b019184710ff53d0496f9f0ce6dcca420c141a0f4f6fcc02131581d759"
                }
            ]
        },
        {
            "name": "clutter",
            "config-opts": [
                "--disable-gtk-doc",
                "--enable-egl-backend",
                "--enable-wayland-backend"
            ],
            "cleanup": [
                "/share/gtk-doc"
            ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz",
                    "sha256": "8b48fac159843f556d0a6be3dbfc6b083fc6d9c58a20a49a6b4919ab4263c4e6"
                }
            ]
        },
        {
            "name": "clutter-gst",
            "config-opts": [
                "--disable-gtk-doc"
            ],
            "cleanup": [
                "/share/gtk-doc"
            ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz",
                    "sha256": "fe69bd6c659d24ab30da3f091eb91cd1970026d431179b0724f13791e8ad9f9d"
                }
            ]
        }
    ]
}