summaryrefslogtreecommitdiff
path: root/homebrew/openjpeg/.beer
blob: d737a1a95c650db9f3bd77144c69b1f5348b164a (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
{
    "name": "Openjpeg",
    "description": "Library for JPEG-2000 image manipulation",
    "url": "https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.openjpeg.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "doxygen",
            "build-depend": true
        },
        {
            "depend": "libpng",
            "build-depend": false
        },
        {
            "depend": "libtiff",
            "build-depend": false
        },
        {
            "depend": "little-cms2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args, \"-DBUILD_DOC=ON\"",
        "system \"make\", \"install\""
    ],
    "version": "2.3.1",
    "file": "openjpeg.rb"
}