forked from flathub/com.github.wwmm.easyeffects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.wwmm.easyeffects.json
94 lines (94 loc) · 2.86 KB
/
com.github.wwmm.easyeffects.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"id": "com.github.wwmm.easyeffects",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "easyeffects",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--filesystem=xdg-run/pipewire-0:ro",
"--env=LV2_PATH=/app/lib/lv2:/app/extensions/Plugins/lv2",
"--env=LADSPA_PATH=/app/lib/ladspa"
],
"cleanup": [
"*.a",
"*.h",
"*.la",
"/bin/analyseplugin",
"/bin/applyplugin",
"/bin/listplugins",
"/include",
"/lib/pkgconfig",
"/lib/python*",
"/share/info"
],
"add-extensions": {
"org.freedesktop.LinuxAudio.Plugins": {
"directory": "extensions/Plugins",
"version": "23.08",
"add-ld-path": "lib",
"merge-dirs": "lv2",
"subdirectories": true,
"no-autodownload": true
},
"org.freedesktop.LinuxAudio.Plugins.Calf": {
"directory": "extensions/Plugins/Calf",
"version": "23.08",
"add-ld-path": "lib",
"merge-dirs": "lv2",
"autodelete": false,
"subdirectories": true
},
"org.freedesktop.LinuxAudio.Plugins.LSP": {
"directory": "extensions/Plugins/LSP",
"version": "23.08",
"add-ld-path": "lib",
"merge-dirs": "lv2",
"autodelete": false,
"subdirectories": true
},
"org.freedesktop.LinuxAudio.Plugins.ZamPlugins": {
"directory": "extensions/Plugins/ZamPlugins",
"version": "23.08",
"add-ld-path": "lib",
"merge-dirs": "lv2",
"autodelete": false,
"subdirectories": true
},
"org.freedesktop.LinuxAudio.Plugins.MDA": {
"directory": "extensions/Plugins/MDA",
"version": "23.08",
"add-ld-path": "lib",
"merge-dirs": "lv2",
"autodelete": false,
"subdirectories": true
}
},
"modules": [
{
"name": "easyeffects",
"buildsystem": "meson",
"config-opts": [
"-Denable-libportal=true"
],
"sources": [
{
"type": "git",
"url": "https://github.com/wwmm/easyeffects",
"tag": "v7.1.3",
"commit": "d816a19f69202f0a096ece4ca82c00b1275b8f52"
}
],
"post-install": [
"install -Dm644 -t $FLATPAK_DEST/share/licenses/$FLATPAK_ID ../LICENSE",
"mkdir -pm755 $FLATPAK_DEST/extensions/Plugins"
],
"modules": [
"easyeffects-modules.json"
]
}
]
}