-
Notifications
You must be signed in to change notification settings - Fork 4
/
io.github.TheWisker.Cavasik.json
83 lines (83 loc) · 2.37 KB
/
io.github.TheWisker.Cavasik.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
{
"app-id" : "io.github.TheWisker.Cavasik",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"sdk" : "org.gnome.Sdk",
"command" : "cavasik",
"finish-args" : [
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--device=dri"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"shared-modules/linux-audio/fftw3f.json",
{
"name" : "iniparser",
"buildsystem" : "simple",
"build-commands" :
[
"make PREFIX=/app",
"install -Dm0644 src/iniparser.h /app/include/iniparser.h",
"install -Dm0644 src/dictionary.h /app/include/dictionary.h",
"install -Dm0644 libiniparser.so.1 /app/lib/libiniparser.so.1",
"ln -sf libiniparser.so.1 /app/lib/libiniparser.so"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/ndevilla/iniparser.git",
"commit" : "deb85ad4936d4ca32cc2260ce43323d47936410d"
}
]
},
{
"name" : "cava",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/karlstav/cava.git",
"tag" : "0.8.3",
"commit" : "746a3b1e6021e383aea9d0000f49d71fb24e1856"
}
]
},
{
"name": "python3-pydbus",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pydbus\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/92/56/27148014c2f85ce70332f18612f921f682395c7d4e91ec103783be4fce00/pydbus-0.6.0-py2.py3-none-any.whl",
"sha256": "66b80106352a718d80d6c681dc2a82588048e30b75aab933e4020eb0660bf85e"
}
]
},
{
"name" : "cavasik",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
}
]
}