summaryrefslogtreecommitdiff
path: root/homebrew/gegl/.beer
blob: 454eef45514d28e7236fd0525bee55366f64262f (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
    "name": "Gegl",
    "description": "Graph based image processing framework",
    "url": "https://download.gimp.org/pub/gegl/0.4/gegl-0.4.14.tar.bz2",
    "mirror": null,
    "homepage": "https://www.gegl.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "intltool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "babl",
            "build-depend": false
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "jpeg",
            "build-depend": false
        },
        {
            "depend": "json-glib",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "coreutils",
            "reason": "both install `gcut` binaries"
        }
    ],
    "patches": [
        {
            "url": "https://gitlab.gnome.org/GNOME/gegl/commit/fe756be6f0c776a45201a61f67d3e5e42f6398de.patch",
            "strip": "1"
        },
        {
            "url": "https://gitlab.gnome.org/GNOME/gegl/commit/ac331b5c0e3d940b64bb811b0f54e86c7d312917.patch",
            "strip": "1"
        },
        {
            "url": "https://gitlab.gnome.org/GNOME/gegl/commit/d05eb01170728f45f561ca937708a293e29e02d9.patch",
            "strip": "1"
        }
    ],
    "install": [
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--disable-docs\",",
        "\"--without-cairo\",",
        "\"--without-jasper\",",
        "\"--without-umfpack\"",
        "system \"make\", \"install\""
    ],
    "version": "0.4.14",
    "file": "gegl.rb"
}