-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnvfetcher.toml
84 lines (65 loc) · 1.95 KB
/
nvfetcher.toml
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
[SDL2]
src.github = "libsdl-org/SDL"
fetch.github = "libsdl-org/SDL"
src.include_regex = "release-2.*"
[SDL2_android]
src.github_tag = "libsdl-org/SDL"
fetch.github = "libsdl-org/SDL"
src.include_regex = "release-2.0.18"
[SDL2_mixer]
src.github = "libsdl-org/SDL_mixer"
fetch.github = "libsdl-org/SDL_mixer"
src.include_regex = "release-2.*"
[enet]
src.git = "https://github.com/lsalzman/enet"
fetch.git = "https://github.com/lsalzman/enet"
[wavpack]
src.github = "dbry/WavPack"
fetch.github = "dbry/WavPack"
[libvorbis]
src.github = "xiph/vorbis"
fetch.github = "xiph/vorbis"
[opusfile]
src.git = "https://github.com/xiph/opusfile"
fetch.git = "https://github.com/xiph/opusfile"
[openal]
src.github = "kcat/openal-soft"
fetch.github = "kcat/openal-soft"
[openal_android]
src.github_tag = "kcat/openal-soft"
fetch.github = "kcat/openal-soft"
src.include_regex = "1.22.2"
[libmpg123]
src.git = "https://github.com/madebr/mpg123"
fetch.git = "https://github.com/madebr/mpg123"
[libmodplug]
src.git = "https://github.com/Konstanty/libmodplug"
fetch.git = "https://github.com/Konstanty/libmodplug"
[libxmp]
src.github = "libxmp/libxmp"
fetch.github = "libxmp/libxmp"
[libopus]
src.github = "xiph/opus"
fetch.github = "xiph/opus"
[libogg]
src.github = "xiph/ogg"
fetch.github = "xiph/ogg"
[game-music-emu]
src.github = "libgme/game-music-emu"
fetch.github = "libgme/game-music-emu"
[fluidsynth]
src.git = "https://github.com/chirs241097/fluidsynth-sans-glib"
fetch.git = "https://github.com/chirs241097/fluidsynth-sans-glib"
src.branch = "patched"
[dfwad]
src.git = "https://github.com/Doom2D/dfwad"
fetch.git = "https://github.com/Doom2D/dfwad"
[miniupnpc]
src.github = "miniupnp/miniupnp"
fetch.github = "miniupnp/miniupnp"
[fpc]
src.git = "https://gitlab.com/freepascal.org/fpc/source"
fetch.git = "https://gitlab.com/freepascal.org/fpc/source"
[lazarus]
src.git = "https://gitlab.com/freepascal.org/lazarus/lazarus"
fetch.git = "https://gitlab.com/freepascal.org/lazarus/lazarus"