summaryrefslogtreecommitdiff
path: root/homebrew/sdl2mixer/.beer
blob: e51ab3d29fd46bc3e1be9c0513e79a2a25ab7d2b (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
{
    "name": "Sdl2Mixer",
    "description": "Sample multi-channel audio mixer library",
    "url": "https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz",
    "mirror": null,
    "homepage": "https://www.libsdl.org/projects/SDL_mixer/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libmodplug",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        },
        {
            "depend": "sdl2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"SDL2_mixer.pc.in\", \"@prefix@\", HOMEBREW_PREFIX",
        "args = %W[",
        "--prefix=#{prefix}",
        "--disable-dependency-tracking",
        "--disable-music-flac",
        "--disable-music-flac-shared",
        "--disable-music-midi-fluidsynth",
        "--disable-music-midi-fluidsynth-shared",
        "--disable-music-mod-mikmod-shared",
        "--disable-music-mod-modplug-shared",
        "--disable-music-mp3-mpg123",
        "--disable-music-mp3-mpg123-shared",
        "--disable-music-mp3-smpeg",
        "--disable-music-ogg-shared",
        "--enable-music-mod-mikmod",
        "--enable-music-mod-modplug",
        "--enable-music-ogg",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "2.0.4",
    "file": "sdl2_mixer.rb"
}