summaryrefslogtreecommitdiff
path: root/homebrew/libopenmpt/.beer
blob: 6a107bf0a976f569b8cfb7a4e2316a72bbee4423 (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
56
{
    "name": "Libopenmpt",
    "description": "Software library to decode tracked music files",
    "url": "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.3+release.autotools.tar.gz",
    "mirror": null,
    "homepage": "https://lib.openmpt.org/libopenmpt/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "flac",
            "build-depend": false
        },
        {
            "depend": "libogg",
            "build-depend": false
        },
        {
            "depend": "libsndfile",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        },
        {
            "depend": "mpg123",
            "build-depend": false
        },
        {
            "depend": "portaudio",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "mystique.s3m",
            "url": "https://api.modarchive.org/downloads.php?moduleid=54144#mystique.s3m"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\",",
        "\"--without-vorbisfile\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.4.3",
    "file": "libopenmpt.rb"
}