summaryrefslogtreecommitdiff
path: root/homebrew/vips/.beer
blob: 9de3dd54f5172accbb4d0f1a619ada26c5df0c40 (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
    "name": "Vips",
    "description": "Image processing library",
    "url": "https://github.com/libvips/libvips/releases/download/v8.7.4/vips-8.7.4.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/libvips/libvips",
    "depends": [
        {
            "depend": "gobject-introspection",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "fftw",
            "build-depend": false
        },
        {
            "depend": "fontconfig",
            "build-depend": false
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "giflib",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "imagemagick",
            "build-depend": false
        },
        {
            "depend": "jpeg",
            "build-depend": false
        },
        {
            "depend": "libexif",
            "build-depend": false
        },
        {
            "depend": "libgsf",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        },
        {
            "depend": "librsvg",
            "build-depend": false
        },
        {
            "depend": "libtiff",
            "build-depend": false
        },
        {
            "depend": "little-cms2",
            "build-depend": false
        },
        {
            "depend": "openexr",
            "build-depend": false
        },
        {
            "depend": "openslide",
            "build-depend": false
        },
        {
            "depend": "orc",
            "build-depend": false
        },
        {
            "depend": "pango",
            "build-depend": false
        },
        {
            "depend": "poppler",
            "build-depend": false
        },
        {
            "depend": "webp",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "--with-magick",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "8.7.4",
    "file": "vips.rb"
}