summaryrefslogtreecommitdiff
path: root/homebrew/ufraw/.beer
blob: a29e44aafe84c45c37c426aba2ccf9b024419dd4 (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
{
    "name": "Ufraw",
    "description": "Unidentified Flying RAW: RAW image processing utility",
    "url": "https://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.22/ufraw-0.22.tar.gz",
    "mirror": null,
    "homepage": "https://ufraw.sourceforge.io",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "dcraw",
            "build-depend": false
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "jasper",
            "build-depend": false
        },
        {
            "depend": "jpeg",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        },
        {
            "depend": "libtiff",
            "build-depend": false
        },
        {
            "depend": "little-cms2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/b8ed064/ufraw/jpeg9.patch",
            "strip": "1"
        },
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/d5bf686c74/ufraw/high_sierra.patch",
            "strip": "1"
        }
    ],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--without-gtk\",",
        "\"--without-gimp\"",
        "system \"make\", \"install\"",
        "(share/\"pixmaps\").rmtree"
    ],
    "version": "0.22",
    "file": "ufraw.rb"
}