summaryrefslogtreecommitdiff
path: root/homebrew/mlt/.beer
blob: 6bbe608756ea356d11c7e3ac95a23f9db978d6cf (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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
    "name": "Mlt",
    "description": "Author, manage, and run multitrack audio/video compositions",
    "url": "https://github.com/mltframework/mlt/archive/v6.12.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.mltframework.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "ffmpeg",
            "build-depend": false
        },
        {
            "depend": "frei0r",
            "build-depend": false
        },
        {
            "depend": "libdv",
            "build-depend": false
        },
        {
            "depend": "libsamplerate",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        },
        {
            "depend": "sdl",
            "build-depend": false
        },
        {
            "depend": "sox",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--disable-jackrack\",",
        "\"--disable-swfdec\",",
        "\"--disable-gtk\",",
        "\"--enable-gpl\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "6.12.0",
    "file": "mlt.rb"
}