summaryrefslogtreecommitdiff
path: root/homebrew/dav1d/.beer
blob: 66a49eb155965d1db1c28888d9444205f4658307 (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
{
    "name": "Dav1d",
    "description": "AV1 decoder targeted to be small and fast",
    "url": "https://code.videolan.org/videolan/dav1d/-/archive/0.2.1/dav1d-0.2.1.tar.bz2",
    "mirror": null,
    "homepage": "https://code.videolan.org/videolan/dav1d",
    "depends": [
        {
            "depend": "meson",
            "build-depend": true
        },
        {
            "depend": "nasm",
            "build-depend": true
        },
        {
            "depend": "ninja",
            "build-depend": true
        }
    ],
    "resource": [
        {
            "name": "00000000.ivf",
            "url": "https://code.videolan.org/videolan/dav1d-test-data/raw/master/8-bit/data/00000000.ivf"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"meson\", \"--prefix=#{prefix}\", \"build\", \"--buildtype\", \"release\"",
        "system \"ninja\", \"install\", \"-C\", \"build\""
    ],
    "version": "0.2.1",
    "file": "dav1d.rb"
}