summaryrefslogtreecommitdiff
path: root/homebrew/libdc1394/.beer
blob: 2e8257ca355ee6c257192feae0afa5e20d16aaf3 (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
{
    "name": "Libdc1394",
    "description": "Provides API for IEEE 1394 cameras",
    "url": "https://downloads.sourceforge.net/project/libdc1394/libdc1394-2/2.2.2/libdc1394-2.2.2.tar.gz",
    "mirror": null,
    "homepage": "https://damien.douxchamps.net/ieee1394/libdc1394/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libusb",
            "build-depend": false
        },
        {
            "depend": "sdl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/b8275aa07f/libdc1394/capture.patch",
            "strip": "1"
        }
    ],
    "install": [
        "Dir.chdir(\"libdc1394\") if build.head?",
        "system \"autoreconf\", \"-i\", \"-s\" if build.head?",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--disable-examples\",",
        "\"--disable-sdltest\"",
        "system \"make\", \"install\""
    ],
    "version": "1394",
    "file": "libdc1394.rb"
}