~aleteoryx/sexchat

ref: 010278295eece36259fbf4287555f41c276d158b sexchat/flatpak/shared-modules/linux-audio/ladspa.json -rw-r--r-- 470 bytes
01027829Aleteoryx remove all references to fe_* from server.c, other than ctor/dtor 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "ladspa",
    "no-autogen": true,
    "subdir": "src",
    "make-install-args": [
        "INSTALL_PLUGINS_DIR=/app/lib/ladspa",
        "INSTALL_INCLUDE_DIR=/app/include",
        "INSTALL_BINARY_DIR=/app/bin"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "http://www.ladspa.org/download/ladspa_sdk_1.17.tgz",
            "sha256": "d9d596171d93f9c226fcdb7e27c6f917422ac487efe2c05e0a18094df4268061"
        }
    ]
}