-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpygame2_extra_deps.json
38 lines (38 loc) · 1.13 KB
/
pygame2_extra_deps.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
{
"name": "pygame2_extra_deps",
"buildsystem": "simple",
"build-commands": [],
"modules": [
{
"name": "libmodplug_sdl_vendored",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_SHARED_LIBS=ON"
],
"sources": [
{
"type": "git",
"url": "https://github.com/libsdl-org/libmodplug",
"commit": "f3173c24dcce28d54429099c555665a59d729546"
}
]
},
"shared-modules/linux-audio/fluidsynth2.json",
{
"name": "portmidi",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://github.com/PortMidi/portmidi",
"commit": "b808babecdc5d05205467dab5c1006c5ac0fdfd4",
"tag": "v2.0.4",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$"
}
}
]
}
]
}