forked from flathub/org.desmume.DeSmuME
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.desmume.DeSmuME.json
80 lines (80 loc) · 2.4 KB
/
org.desmume.DeSmuME.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
{
"app-id": "org.desmume.DeSmuME",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"command": "desmume",
"finish-args": [
"--socket=wayland",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--share=ipc",
"--device=all",
"--filesystem=host:ro"
],
"cleanup": [
"/bin/pcap-config",
"/include",
"/lib/libpcap.a",
"/lib/pkgconfig",
"/share/man",
"/bin/soundstretch"
],
"modules": [
{
"name": "pcap",
"buildsystem": "autotools",
"config-opts": [
"--disable-shared",
"--disable-dbus"
],
"sources": [
{
"type": "archive",
"url": "https://www.tcpdump.org/release/libpcap-1.10.5.tar.gz",
"sha512": "e599a31f2f1c03bdf386defa613ea9f08f80459c87068c2dd36c55c1bd678e2622cdce6333f0a776f16812df7bd4d6747820d1c35c7a2f1d7ad4a2ffb45dbe24"
}
]
},
{
"name": "soundtouch",
"sources": [
{
"type": "git",
"url": "https://codeberg.org/soundtouch/soundtouch.git",
"tag": "2.3.3",
"commit": "e83424d5928ab8513d2d082779c275765dee31b9",
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"}
}
]
},
{
"name": "desmume",
"buildsystem": "meson",
"subdir": "desmume/src/frontend/posix/",
"build-options" : {
"arch": {
"x86_64": {
"cflags": "-minline-all-stringops -march=native -Ofast -flto"
}
}
},
"config-opts": [
"--buildtype=release",
"-Dfrontend-cli=false",
"-Dwifi=true",
"-Dopenal=true",
"-Dopengl=true"
],
"sources": [
{
"type": "git",
"url": "https://github.com/TASEmulators/desmume",
"commit": "2c7fac57ff5327870f48328e1865360bc712e4b0"
}
]
}
]
}