forked from flathub/io.mrarm.mcpelauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.mrarm.mcpelauncher.json
278 lines (278 loc) · 12.2 KB
/
io.mrarm.mcpelauncher.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
{
"id": "io.mrarm.mcpelauncher",
"runtime": "org.kde.Platform",
"runtime-version": "5.14",
"sdk": "org.kde.Sdk",
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "5.14",
"command": "mcpelauncher-ui-qt",
"cleanup": [
"*.a",
"*.la",
"/bin/protoc",
"/bin/zipcmp",
"/bin/zipmerge",
"/bin/ziptool",
"/bin/captoinfo",
"/bin/clear",
"/bin/infocmp",
"/bin/ncursesw5-config",
"/bin/reset",
"/bin/tabs",
"/bin/tic",
"/bin/toe",
"/bin/tput",
"/bin/tset",
"/bin/infotocap",
"/lib/libprotobuf-lite*",
"/lib/libprotoc*",
"/lib/libform*",
"/lib/libncurses*",
"/lib/libpanel*",
"/lib/libformw*",
"/lib/libtinfo.so.5",
"/lib/terminfo",
"/lib/libmenu*",
"/app/share/versiondb/*"
],
"cleanup-commands": [
"/app/cleanup-BaseApp.sh"
],
"finish-args": [
"--socket=x11",
"--share=network",
"--device=dri",
"--socket=pulseaudio",
"--device=all",
"--env=ALSA_CONFIG_PATH="
],
"modules": [
{
"name": "protobuf",
"sources": [
{
"type": "git",
"url": "https://github.com/protocolbuffers/protobuf.git",
"tag": "v3.12.3",
"commit": "31ebe2ac71400344a5db91ffc13c4ddfb7589f92"
}
]
},
{
"name": "libzip",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://github.com/nih-at/libzip.git",
"tag": "v1.7.1",
"commit": "dcd9a0bfe1ac2893d7f62bafb19f0a4d7b08c0f7"
}
]
},
{
"name": "libuv",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://github.com/libuv/libuv.git",
"tag": "v1.38.0",
"commit": "1ab9ea3790378f9f25c4e78e9e2b511c75f9c9ed"
}
]
},
{
"name": "msa-manifest",
"buildsystem": "cmake",
"build-options": {
"config-opts": [
"-DENABLE_MSA_QT_UI=ON",
"-DMSA_UI_PATH_DEV=OFF",
"-DFETCHCONTENT_SOURCE_DIR_NLOHMANN_JSON_EXT=nlohmann_json_ext"
]
},
"sources": [
{
"type": "git",
"url": "https://github.com/minecraft-linux/msa-manifest.git",
"commit": "e830ebefc90006d459210ac8c0b9726402fead2e"
},
{
"type": "file",
"url": "https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip",
"sha512": "8efd82a54472335e548d0d5c375b6f2781b4a0f2dbc5aa0acc3f504277ec455e0782046286cf08eb4864ac8bcaa1a9691af8d0259dd71a9e539cfc12e0478eb5",
"dest-filename": "nlohmann_json_ext.zip"
},
{
"type": "shell",
"commands": [
"mkdir nlohmann_json_ext",
"cd nlohmann_json_ext && unzip ../nlohmann_json_ext.zip"
]
}
]
},
{
"name": "mcpelauncher-versiondb",
"buildsystem": "simple",
"build-commands": [
"install -Dm644 versions.armeabi-v7a.json.min /app/share/versiondb/versions.armeabi-v7a.json.min",
"install -Dm644 versions.x86.json.min /app/share/versiondb/versions.x86.json.min",
"install -Dm644 versions.arm64-v8a.json.min /app/share/versiondb/versions.arm64-v8a.json.min",
"install -Dm644 versions.x86_64.json.min /app/share/versiondb/versions.x86_64.json.min"
],
"sources": [
{
"type": "git",
"url": "https://github.com/minecraft-linux/mcpelauncher-versiondb.git",
"commit": "283a95d1bf61e83f06ee0eaff9b616fe34e546b2"
}
]
},
{
"name": "mcpelauncher-ui-manifest",
"buildsystem": "cmake",
"build-options": {
"arch": {
"x86_64": {
"cflags": "-DDISABLE_32BIT=1 -DNDEBUG",
"cxxflags": "-DDISABLE_32BIT=1 -DNDEBUG"
},
"arm": {
"cflags": "-DNDEBUG",
"cxxflags": "-DNDEBUG"
},
"aarch64": {
"cflags": "-DDISABLE_32BIT=1 -DNDEBUG",
"cxxflags": "-DDISABLE_32BIT=1 -DNDEBUG"
}
},
"config-opts": [
"-DQt5QuickCompiler_FOUND=OFF",
"-DLAUNCHER_VERSIONDB_PATH=/app/share/versiondb",
"-DLAUNCHER_VERSION_NAME=v0.1-beta-20",
"-DLAUNCHER_VERSION_CODE=14",
"-DLAUNCHER_CHANGE_LOG=Ui Fixes<ul><li> Removed Minecraft 1.16.210 from versionslist, because you can hardly craft anything in survival mode https://bugs.mojang.com/browse/MCPE-117105 and texture glitches https://bugs.mojang.com/browse/MCPE-121068</li><li> Block launching unsupported Minecraft Versions completly</li><li>Fixed missing versionsdb glitch, now it is embedded as a fallback</li><li>Disabled devmode, start the ui with --enable-devmode to get it back</li></ul>Changes in libc-shim<ul><li>Merge pull request #8 from joserobjr/patch-1</li><li>Add a shim for malloc_usable_size (Apple included), Add shim for malloc_size for Apple</li><li>This was requested by @ChristopherHX at PR #7, Add a shim for malloc_usable_size</li><li>This is used by the release Minecraft 1.16.210.05 build, it can be passed through directly without issues.</li></ul>Changes in mcpelauncher-client<ul><li>Fix errorwindow spam (pulsaudio)..., after loosing pulseaudio connection</li><li>Merge pull request #18 from bylaws/saa</li><li>Rework core patches to be patched in via the linker, Add back CorePatches::Install to support older Minecraft versions</li><li>Rework core patches to be patched in via the linker</li><li>They are passed as an argument when loading the Minecraft library.</li></ul>Changes in mcpelauncher-core<ul><li>Add default parameter to loadMinecraftLib</li><li>Merge pull request #6 from bylaws/saa</li><li>Transition to dlext hooks for mouse visibility callbacks, Don't require mouse pointer hooks</li><li>Transition to dlext hooks for mouse visibility callbacks</li><li>1.16.210 removed the vtable symbols that were previously used for this, so use the linker extension as a workaround with callbacks being passed, in by the client.</li></ul>Changes in mcpelauncher-errorwindow<ul><li>wait for the errorwindow process</li><li>create a waiting thread to cleanup the child errorwindow process</li></ul>Changes in mcpelauncher-webview<ul><li>Merge pull request #1 from ChristopherHX/patch-1</li><li>Fix macro to be 5.12, not 5.18</li></ul>",
"-DLAUNCHER_VERSIONDB_URL=https://raw.githubusercontent.com/minecraft-linux/mcpelauncher-versiondb/v0.1-beta-20/"
]
},
"sources": [
{
"type": "git",
"url": "https://github.com/minecraft-linux/mcpelauncher-ui-manifest.git",
"commit": "c899c580efeb493aea2a50237731bf9b6c85a59f"
}
]
},
{
"name": "mcpelauncher-client",
"buildsystem": "cmake-ninja",
"build-options": {
"arch": {
"x86_64": {
"cflags": "-DNDEBUG",
"cxxflags": "-DNDEBUG"
},
"arm": {
"cflags": "-DNDEBUG -march=armv7 -mfpu=neon",
"cxxflags": "-DNDEBUG -march=armv7 -mfpu=neon"
},
"i386": {
"cflags": "-DNDEBUG",
"cxxflags": "-DNDEBUG"
},
"aarch64": {
"cflags": "-DNDEBUG",
"cxxflags": "-DNDEBUG"
}
},
"env": {
"CC": "clang",
"CXX": "clang++"
},
"config-opts": [
"-DGAMEWINDOW_SYSTEM=GLFW",
"-DENABLE_DEV_PATHS=OFF",
"-DBUILD_FAKE_JNI_TESTS=OFF",
"-DBUILD_FAKE_JNI_EXAMPLES=OFF",
"-DBUILD_BARON_EXAMPLES=OFF",
"-DFETCHCONTENT_SOURCE_DIR_NLOHMANN_JSON_EXT=nlohmann_json_ext",
"-DFETCHCONTENT_SOURCE_DIR_GLFW3_EXT=glfw3_ext",
"-DJNI_USE_JNIVM=ON",
"-DQt5QuickCompiler_FOUND=OFF"
]
},
"only-arches": [
"i386",
"x86_64",
"arm",
"aarch64"
],
"sources": [
{
"type": "git",
"url": "https://github.com/minecraft-linux/mcpelauncher-manifest.git",
"commit": "1e6888d12c517c9824c28c3897a5c094cf84c99a"
},
{
"type": "git",
"url": "https://github.com/gabomdq/SDL_GameControllerDB",
"commit": "5de6aa0a1d1a9249a272843e7aba8cdbd601e188",
"dest": "gamecontrollerdb"
},
{
"type": "file",
"url": "https://github.com/minecraft-linux/glfw/archive/37204ede828296f8b6fe068851f3c7841bf20161.zip",
"sha512": "dcc083cd5b805d41fc7b4c59187977cd8e2f45dffcc35c47579170ec2433df66b91ba603eebef3f994c02058869b0bbb1aa18d79f61e66f3d83cbe6201fb29bc",
"dest-filename": "glfw3_ext.zip"
},
{
"type": "shell",
"commands": [
"mkdir glfw3_ext",
"cd glfw3_ext && unzip ../glfw3_ext.zip",
"mv glfw3_ext/*/* glfw3_ext/"
]
},
{
"type": "file",
"url": "https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip",
"sha512": "8efd82a54472335e548d0d5c375b6f2781b4a0f2dbc5aa0acc3f504277ec455e0782046286cf08eb4864ac8bcaa1a9691af8d0259dd71a9e539cfc12e0478eb5",
"dest-filename": "nlohmann_json_ext.zip"
},
{
"type": "shell",
"commands": [
"mkdir nlohmann_json_ext",
"cd nlohmann_json_ext && unzip ../nlohmann_json_ext.zip"
]
}
]
},
{
"name": "compat",
"buildsystem": "simple",
"build-commands": [
"install -Dm644 io.mrarm.mcpelauncher.desktop /app/share/applications/io.mrarm.mcpelauncher.desktop",
"install -Dm644 mcpelauncher-icon.svg /app/share/icons/hicolor/scalable/apps/io.mrarm.mcpelauncher.svg",
"install -Dm644 io.mrarm.mcpelauncher.metainfo.xml /app/share/metainfo/io.mrarm.mcpelauncher.metainfo.xml"
],
"sources": [
{
"type": "git",
"url": "https://github.com/minecraft-linux/mcpelauncher-proprietary.git",
"commit": "f532839395ee2935f635ea9d356439bcf3b3ab2f"
},
{
"type": "file",
"path": "io.mrarm.mcpelauncher.metainfo.xml"
},
{
"type": "file",
"path": "io.mrarm.mcpelauncher.desktop"
}
]
}
]
}