summaryrefslogtreecommitdiff
path: root/homebrew/xvid/.beer
blob: c1ecd6d4774cea95a9e5d713dbf256982bc12e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Xvid",
    "description": "High-performance, high-quality MPEG-4 video library",
    "url": "https://downloads.xvid.com/downloads/xvidcore-1.3.5.tar.bz2",
    "mirror": "https://fossies.org/linux/misc/xvidcore-1.3.5.tar.bz2",
    "homepage": "https://labs.xvid.com/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"build/generic\" do",
        "system \"./configure\", \"--disable-assembly\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.3.5",
    "file": "xvid.rb"
}