summaryrefslogtreecommitdiff
path: root/homebrew/mkvtoolnix/.beer
blob: 50f553863d44969edbe9ff39125a40965ed72c4d (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
{
    "name": "Mkvtoolnix",
    "description": "Matroska media files manipulation tools",
    "url": "https://mkvtoolnix.download/sources/mkvtoolnix-30.1.0.tar.xz",
    "mirror": null,
    "homepage": "https://mkvtoolnix.download/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "docbook-xsl",
            "build-depend": true
        },
        {
            "depend": "fmt",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "pugixml",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "flac",
            "build-depend": false
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "libebml",
            "build-depend": false
        },
        {
            "depend": "libmagic",
            "build-depend": false
        },
        {
            "depend": "libmatroska",
            "build-depend": false
        },
        {
            "depend": "libogg",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "features = %w[flac libebml libmagic libmatroska libogg libvorbis]",
        "extra_includes = \"\"",
        "extra_libs = \"\"",
        "features.each do |feature|",
        "extra_includes << \"#{Formula[feature].opt_include};\"",
        "extra_libs << \"#{Formula[feature].opt_lib};\""
    ],
    "version": "30.1.0",
    "file": "mkvtoolnix.rb"
}