-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.petitlapin.Li-ri.json
74 lines (74 loc) · 1.88 KB
/
io.github.petitlapin.Li-ri.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
{
"id": "io.github.petitlapin.Li-ri",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "Li-ri",
"finish-args": [
"--socket=pulseaudio",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri"
],
"modules": [
{
"name": "libmodplug",
"sources": [
{
"type": "archive",
"url": "https://sourceforge.net/projects/modplug-xmms/files/libmodplug/0.8.9.0/libmodplug-0.8.9.0.tar.gz",
"sha256": "457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de"
}
]
},
{
"name": "sdl_mixer",
"config-opts": [
"--enable-music-mod-modplug=yes"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz",
"sha256": "8cdea810366decba3c33d32b8071bccd1c309b2499a54946d92b48e6922aa371"
}
]
},
{
"name": "simpleini",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DBUILD_TESTING=OFF"
],
"sources": [
{
"type": "git",
"url": "https://github.com/brofield/simpleini.git",
"commit": "f7862c3dd7ad35becc2741f268e3402e89a37666"
}
],
"post-install": [
"cp ../ConvertUTF.h /app/include/"
]
},
{
"name": "Li-ri",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DUSE_SYSTEM_SIMPLEINI=ON",
"-DLIRI_DATA_DIR=/app/share/Li-ri/"
],
"sources": [
{
"type": "git",
"url": "https://github.com/petitlapin/Li-Ri.git",
"commit": "c0be0ae2a12bf9c84ac453820cf1b9d035d4ffcc"
}
]
}
]
}