summaryrefslogtreecommitdiff
path: root/homebrew/imagemagickat6/.beer
blob: b5f371398c97bfefebe0a3b5d7cb92ffe42c887f (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
{
    "name": "ImagemagickAT6",
    "description": "Tools and libraries to manipulate images in many formats",
    "url": "https://dl.bintray.com/homebrew/mirror/imagemagick%406--6.9.10-27.tar.xz",
    "mirror": "https://www.imagemagick.org/download/ImageMagick-6.9.10-27.tar.xz",
    "homepage": "https://www.imagemagick.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "freetype",
            "build-depend": false
        },
        {
            "depend": "jpeg",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        },
        {
            "depend": "libtiff",
            "build-depend": false
        },
        {
            "depend": "libtool",
            "build-depend": false
        },
        {
            "depend": "little-cms2",
            "build-depend": false
        },
        {
            "depend": "openjpeg",
            "build-depend": false
        },
        {
            "depend": "webp",
            "build-depend": false
        },
        {
            "depend": "xz",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-osx-universal-binary",
        "--prefix=#{prefix}",
        "--disable-dependency-tracking",
        "--disable-silent-rules",
        "--disable-opencl",
        "--disable-openmp",
        "--enable-shared",
        "--enable-static",
        "--with-freetype=yes",
        "--with-modules",
        "--with-webp=yes",
        "--with-openjp2",
        "--without-gslib",
        "--with-gs-font-dir=#{HOMEBREW_PREFIX}/share/ghostscript/fonts",
        "--without-fftw",
        "--without-pango",
        "--without-x",
        "--without-wmf",
        "]",
        "inreplace \"configure\", \"${PACKAGE_NAME}-${PACKAGE_VERSION}\", \"${PACKAGE_NAME}\"",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "406",
    "file": "imagemagick@6.rb"
}