summaryrefslogtreecommitdiff
path: root/homebrew/kvazaar/.beer
blob: a7ef442763d2e1f5bd7c63694eacf50b7cac046d (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
{
    "name": "Kvazaar",
    "description": "Ultravideo HEVC encoder",
    "url": "https://github.com/ultravideo/kvazaar/releases/download/v1.2.0/kvazaar-1.2.0.tar.xz",
    "mirror": null,
    "homepage": "https://github.com/ultravideo/kvazaar",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "yasm",
            "build-depend": true
        }
    ],
    "resource": [
        {
            "name": "videosample",
            "url": "https://samples.mplayerhq.hu/V-codecs/lm20.avi"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.2.0",
    "file": "kvazaar.rb"
}