summaryrefslogtreecommitdiff
path: root/homebrew/qjackctl/.beer
blob: 6449649b44c55e848ef217c3f0b9251fa3fce3de (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
{
    "name": "Qjackctl",
    "description": "Simple Qt application to control the JACK sound server daemon",
    "url": "https://downloads.sourceforge.net/qjackctl/qjackctl-0.5.3.tar.gz",
    "mirror": null,
    "homepage": "https://qjackctl.sourceforge.io/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "jack",
            "build-depend": false
        },
        {
            "depend": "qt",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dbus\",",
        "\"--disable-portaudio\",",
        "\"--disable-xunique\",",
        "\"--prefix=#{prefix}\",",
        "\"--with-jack=#{Formula[\"jack\"].opt_prefix}\",",
        "\"--with-qt5=#{Formula[\"qt\"].opt_prefix}\"",
        "system \"make\", \"install\"",
        "prefix.install bin/\"qjackctl.app\"",
        "bin.install_symlink prefix/\"qjackctl.app/Contents/MacOS/qjackctl\""
    ],
    "version": "0.5.3",
    "file": "qjackctl.rb"
}