-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathgzdoom.json
More file actions
60 lines (60 loc) · 1.81 KB
/
gzdoom.json
File metadata and controls
60 lines (60 loc) · 1.81 KB
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
{
"name": "gzdoom",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"cleanup": [
"/lib/*.a",
"/lib/*.la",
"/lib/pkgconfig",
"/include"
],
"sources": [
{
"type": "git",
"url": "https://github.com/zdoom/gzdoom.git",
"tag": "g4.14.0",
"commit": "25ec8a689d5654a7f57869e09c0ce0d0892ba6a4",
"x-checker-data": {
"type": "anitya",
"project-id": 17531,
"stable-only": true,
"tag-template": "g$version"
}
},
{
"type": "patch",
"path": "description.patch"
},
{
"type": "shell",
"commands": [
"sed -i \"s/org.zdoom.GZDoom/${FLATPAK_ID}/g\" src/d_iwad.cpp"
]
}
],
"modules": [
"../linux-audio/libinstpatch.json",
"../linux-audio/fluidsynth2.json",
"./game-music-emu.json",
"./zmusic.json",
{
"name": "libsndfile",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz",
"sha256": "3799ca9924d3125038880367bf1468e53a1b7e3686a934f098b7e1d286cdb80e",
"x-checker-data": {
"type": "anitya",
"project-id": 13277,
"stable-only": true,
"url-template": "https://github.com/libsndfile/libsndfile/releases/download/$version/libsndfile-$version.tar.xz"
}
}
]
}
]
}