summaryrefslogtreecommitdiff
path: root/homebrew/mediaconch/.beer
blob: 9814dafce0fd1f98955bc32deeaed8f75b808dd7 (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
{
    "name": "Mediaconch",
    "description": "Conformance checker and technical metadata reporter",
    "url": "https://mediaarea.net/download/binary/mediaconch/18.03.2/MediaConch_CLI_18.03.2_GNU_FromSource.tar.bz2",
    "mirror": null,
    "homepage": "https://mediaarea.net/MediaConch",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "jansson",
            "build-depend": false
        },
        {
            "depend": "libevent",
            "build-depend": false
        },
        {
            "depend": "sqlite",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"ZenLib/Project/GNU/Library\" do",
        "args = [\"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--enable-shared\",",
        "\"--enable-static\",",
        "\"--prefix=#{prefix}\",",
        "\"--libdir=#{lib}/mediaconch\",",
        "\"--includedir=#{include}/mediaconch\"]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "18.03.2",
    "file": "mediaconch.rb"
}