summaryrefslogtreecommitdiff
path: root/homebrew/libvpx/.beer
blob: 00fd1cb4a6d88d617104d6972e5390831b1009f3 (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
{
    "name": "Libvpx",
    "description": "VP8/VP9 video codec",
    "url": "https://github.com/webmproject/libvpx/archive/v1.8.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.webmproject.org/code/",
    "depends": [
        {
            "depend": "yasm",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--disable-dependency-tracking",
        "--disable-examples",
        "--disable-unit-tests",
        "--enable-pic",
        "]",
        "args << \"--disable-avx512\" if MacOS.version <= :el_capitan",
        "mkdir \"macbuild\" do",
        "system \"../configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "1.8.0",
    "file": "libvpx.rb"
}