This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
net.rpcs3.RPCS3.json
73 lines (73 loc) · 2.11 KB
/
net.rpcs3.RPCS3.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
{
"app-id": "net.rpcs3.RPCS3",
"runtime": "org.kde.Platform",
"runtime-version": "5.11",
"sdk": "org.kde.Sdk",
"command": "rpcs3",
"rename-desktop-file": "rpcs3.desktop",
"rename-icon": "rpcs3",
"finish-args": [
"--device=all",
"--filesystem=host:ro",
"--socket=pulseaudio",
"--socket=x11"
],
"modules": [
{
"name": "rpcs3",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DUSE_ALSA=OFF",
"-DUSE_SYSTEM_LIBPNG=ON",
"-DUSE_NATIVE_INSTRUCTIONS=OFF"
],
"post-install": [
"install -Dm644 ../net.rpcs3.RPCS3.appdata.xml /app/share/appdata/net.rpcs3.RPCS3.appdata.xml"
],
"sources": [
{
"type": "git",
"url": "https://github.com/RPCS3/rpcs3.git",
"disable-shallow-clone": true
},
{
"type": "file",
"path": "net.rpcs3.RPCS3.appdata.xml"
}
],
"modules": [
"shared-modules/glu/glu-9.0.0.json",
"shared-modules/glew/glew.json",
"shared-modules/udev/udev-175.json",
{
"name": "openal",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [ "-DCMAKE_BUILD_TYPE=Release" ],
"cleanup": [ "/bin", "/include", "/lib/pkgconfig", "/share" ],
"sources": [
{
"type": "archive",
"url": "http://kcat.strangesoft.net/openal-releases/openal-soft-1.17.2.tar.bz2",
"sha256": "a341f8542f1f0b8c65241a17da13d073f18ec06658e1a1606a8ecc8bbc2b3314"
}
]
},
{
"name": "evdev",
"config-opts": ["--disable-static"],
"cleanup": [ "/bin", "/include", "/lib/pkgconfig", "/lib/*.la", "/share/man" ],
"sources": [
{
"type": "archive",
"url": "https://freedesktop.org/software/libevdev/libevdev-1.5.7.tar.xz",
"sha256": "a1e59e37a2f0d397ffd7e83b73af0e638db83b8dd08902ef0f651a21cc1dd422"
}
]
}
]
}
]
}