summaryrefslogtreecommitdiff
path: root/homebrew/imagemagick/.beer
blob: 4c9dd36de1c644c4dd8d76a7831452e3547b1f00 (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
{
    "name": "Imagemagick",
    "description": "Tools and libraries to manipulate images in many formats",
    "url": "https://dl.bintray.com/homebrew/mirror/ImageMagick-7.0.8-40.tar.xz",
    "mirror": "https://www.imagemagick.org/download/ImageMagick-7.0.8-40.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": "libheif",
            "build-depend": false
        },
        {
            "depend": "libomp",
            "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": "openexr",
            "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",
        "--enable-shared",
        "--enable-static",
        "--with-freetype=yes",
        "--with-modules",
        "--with-openjp2",
        "--with-openexr",
        "--with-webp=yes",
        "--with-heic=yes",
        "--without-gslib",
        "--with-gs-font-dir=#{HOMEBREW_PREFIX}/share/ghostscript/fonts",
        "--without-fftw",
        "--without-pango",
        "--without-x",
        "--without-wmf",
        "--enable-openmp",
        "ac_cv_prog_c_openmp=-Xpreprocessor\\ -fopenmp",
        "ac_cv_prog_cxx_openmp=-Xpreprocessor\\ -fopenmp",
        "LDFLAGS=-lomp",
        "]",
        "inreplace \"configure\", \"${PACKAGE_NAME}-${PACKAGE_VERSION}\", \"${PACKAGE_NAME}\"",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "7.0.8",
    "file": "imagemagick.rb"
}