-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.bitscripts.matrix.json
56 lines (56 loc) · 1.2 KB
/
com.bitscripts.matrix.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
{
"app-id": "com.bitscripts.matrix",
"runtime": "org.kde.Platform",
"runtime-version": "6.2",
"sdk": "org.kde.Sdk",
"arch": "x86_64",
"command": "Matrix",
"build-options": {
"env": {
"CC": "/usr/bin/gcc",
"CXX": "/usr/bin/g++"
}
},
"modules": [
{
"name": "opencv",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "git",
"branch": "4.8.0",
"url": "https://github.com/opencv/opencv"
}
]
},
{
"name": "Matrix",
"buildsystem": "cmake",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/Bit-Scripts/Matrix_CPP/archive/refs/tags/v1.0.12.tar.gz",
"sha256": "76e52258ee4f9053af15c3d015c9adfa5d275653fa8537fe26e07d47ab07627f"
}
]
}
],
"finish-args": [
"--share=network",
"--socket=x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri",
"--device=all"
],
"cleanup": [
"- '/include'",
"- '/bin/foo-*'",
"- '*.a'"
],
"tags": ["graphics", "multimedia"]
}