summaryrefslogtreecommitdiff
path: root/homebrew/madplay/.beer
blob: b1b9bbda7155eca9a44aaa9e7f66a995c6abb9e4 (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
{
    "name": "Madplay",
    "description": "MPEG Audio Decoder",
    "url": "https://downloads.sourceforge.net/project/mad/madplay/0.15.2b/madplay-0.15.2b.tar.gz",
    "mirror": null,
    "homepage": "https://www.underbit.com/products/mad/",
    "depends": [
        {
            "depend": "libid3tag",
            "build-depend": false
        },
        {
            "depend": "mad",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/f6c5992c/madplay/patch-audio_carbon.c",
            "strip": "0"
        }
    ],
    "install": [
        "args = %W[",
        "--disable-debug",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "--mandir=#{man}",
        "--build=x86_64",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "0.15.2",
    "file": "madplay.rb"
}