-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.z_ray.Facetracker.json
44 lines (44 loc) · 1.09 KB
/
de.z_ray.Facetracker.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
{
"app-id": "de.z_ray.Facetracker",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "facetracker-gui",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=all",
"--socket=wayland"
],
"modules": [
{
"name": "OpenSeeFace",
"buildsystem": "simple",
"build-commands": [
"mkdir -p /app/share/facetracker/osf/",
"cp -r ./ /app/share/facetracker/osf/",
"chmod +x /app/share/facetracker/osf/facetracker"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/Z-Ray-Entertainment/Facetracker/releases/download/24.7.2.3/osf_pre_build.zip",
"sha256": "2cfa657e4600891aef7e0c73751717e70f65ff86c303661e6b6ca894977f40bb"
}
]
},
{
"name": "facetracker",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/Z-Ray-Entertainment/Facetracker",
"tag": "24.10"
}
]
}
]
}