~aleteoryx/sexchat

ref: b63b42f364ecd8e7aef0b80cae5594e1b7b876dc sexchat/flatpak/shared-modules/linux-audio/stk.json -rw-r--r-- 805 bytes
b63b42f3Aleteoryx remove usermenu 4 months ago
                                                                                
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
{
    "name": "stk",
    "build-commands": [
        "make -j $FLATPAK_BUILDER_N_JOBS -C src",
        "make -j $FLATPAK_BUILDER_N_JOBS -C projects/effects libeffects",
        "make -j $FLATPAK_BUILDER_N_JOBS -C projects/ragamatic libragamat",
        "make -j $FLATPAK_BUILDER_N_JOBS -C projects/eguitar libeguitar"
    ],
    "post-install": [
        "sh ./stk-install.sh"
    ],
    "cleanup": [
        "/bin/*",
        "/include",
        "*.a"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "http://ccrma.stanford.edu/software/stk/release/stk-4.6.1.tar.gz",
            "sha256": "e77ba3c80cdd93ca02c34098b9b7f918df3d648c87f1ed5d94fe854debd6d101"
        },
        {
            "type": "file",
            "path": "patches/stk-install.sh"
        }
    ]
}