Commit graph

366 commits

Author SHA1 Message Date
alexey.lysiuk
9084ebffb4 aedi: fix mypy default argument errors
error: Incompatible default for argument "..." (default has type "None", argument has type "...")  [assignment]
note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
2023-01-05 10:50:15 +02:00
alexey.lysiuk
039d561e97 aedi: ignore function call type check for mypy 2023-01-05 10:50:15 +02:00
alexey.lysiuk
0565d5ae88 aedi: update sdl2 to 2.26.2 2023-01-04 10:12:01 +02:00
alexey.lysiuk
4880b7bd15 aedi: assert on unsupported os version 2023-01-01 10:47:22 +02:00
alexey.lysiuk
69aa725cb8 aedi: remove os version and sdk from build target 2023-01-01 10:47:03 +02:00
alexey.lysiuk
4bfb07f6eb aedi: update copyright years 2023-01-01 10:46:34 +02:00
alexey.lysiuk
fac8e1d288 aedi: update flags environment variable via one call 2022-12-31 10:51:41 +02:00
alexey.lysiuk
e377a3aa9a aedi: use cmake in quasi-glib target 2022-12-31 10:46:59 +02:00
alexey.lysiuk
9da53df32f aedi: update fluidsynth to 2.3.1 2022-12-29 15:42:39 +02:00
alexey.lysiuk
3e3b1b5835 aedi: add quasi-glib command line option 2022-12-28 12:48:17 +02:00
alexey.lysiuk
c3f6f15c70 aedi: add quasi-glib target 2022-12-28 12:47:15 +02:00
alexey.lysiuk
0ac55d2502 aedi: group command line options 2022-12-28 12:46:19 +02:00
alexey.lysiuk
e6f153dd00 aedi: update sndfile to 1.2.0 2022-12-26 16:11:42 +02:00
alexey.lysiuk
f5265550e7 aedi: add lame target 2022-12-26 16:10:37 +02:00
alexey.lysiuk
29247ed6d3 aedi: update moltenvk to 1.2.1 2022-12-10 13:40:59 +02:00
alexey.lysiuk
10850d5699 aedi: update vulkan-loader to 1.3.236 2022-12-09 10:44:25 +02:00
alexey.lysiuk
cbc5f5a6a4 aedi: update vulkan-headers to 1.3.236 2022-12-09 10:35:58 +02:00
alexey.lysiuk
6d0e1d9d8b aedi: support zvulkan with static moltenvk 2022-12-08 16:49:39 +02:00
alexey.lysiuk
2c3e060e10 aedi: update sdl2 to 2.26.1 2022-12-02 14:04:39 +02:00
alexey.lysiuk
93c629d6d9 aedi: remove obsolete sdl2 no-update-revision patch 2022-12-02 14:04:23 +02:00
alexey.lysiuk
64ff625302 aedi: update sdl2 to 2.26.0 2022-11-22 10:15:34 +02:00
alexey.lysiuk
6a28d16f6f aedi: link zdoom base target with glib
zmusic uses embedded fluidsynth since 1.1.11
2022-11-05 17:20:09 +02:00
alexey.lysiuk
1e04dc0933 aedi: update zmusic to 1.1.11 2022-11-05 17:17:45 +02:00
alexey.lysiuk
3eddb507d0 aedi: update sdl2 to 2.24.2 2022-11-02 15:50:08 +02:00
alexey.lysiuk
e5c5f920d4 aedi: update mpg123 to 1.31.1 2022-11-02 15:27:31 +02:00
alexey.lysiuk
9e6c94b300 aedi: update flac to 1.4.2 2022-10-22 15:11:29 +03:00
alexey.lysiuk
39c5e3b970 aedi: update moltenvk to 1.2.0 2022-10-21 10:30:22 +03:00
alexey.lysiuk
48ba2ca880 aedi: update vulkan-loader to 1.3.231 2022-10-19 09:56:01 +03:00
alexey.lysiuk
c1c41f064f aedi: update vulkan-headers to 1.3.231 2022-10-19 09:52:09 +03:00
alexey.lysiuk
b0a80555c2 aedi: patch source for static moltenvk when size or time differs 2022-10-11 10:08:56 +03:00
alexey.lysiuk
5bb2313ba1 aedi: add quakespasm-exp target 2022-10-11 10:01:26 +03:00
alexey.lysiuk
6ac376d517 aedi: update sdl2 to 2.24.1 2022-10-05 10:24:54 +03:00
alexey.lysiuk
e8e1b12cb5 aedi: move lzma target to library tier 3 2022-09-24 10:15:26 +03:00
alexey.lysiuk
71f4c992fe aedi: move p7zip target to tool tier 2 2022-09-24 10:13:42 +03:00
alexey.lysiuk
caa8227497 aedi: move unrar target to tool tier 2 2022-09-24 10:13:42 +03:00
alexey.lysiuk
b2dfc668bd aedi: move pbzx target to tier 2 2022-09-23 14:58:01 +03:00
alexey.lysiuk
bb7e63bc55 aedi: move zip target to tier 2 2022-09-23 14:55:40 +03:00
alexey.lysiuk
b48ce185c2 aedi: move single executable C target to base module 2022-09-23 13:48:32 +03:00
alexey.lysiuk
58259bae1d aedi: split tools module onto two
tier 1 is for tools needed to build main targets and libraries (tiers 1 and 2)
tier 2 is for tools without binaries stored in the repo and their versions can be outdated
2022-09-23 13:44:07 +03:00
alexey.lysiuk
18aa12d5b7 aedi: remove obsolete definition from eduke32/nblood
[skip build]
2022-09-22 15:09:34 +03:00
alexey.lysiuk
67a4e3efd1 aedi: update flac to 1.4.1 2022-09-22 13:31:59 +03:00
alexey.lysiuk
43a36526bc aedi: update fluidsynth to 2.3.0 2022-09-21 10:24:02 +03:00
alexey.lysiuk
28ff37f52a aedi: add disdain target
[skip build]
2022-09-19 16:40:23 +03:00
alexey.lysiuk
2ad5da472e aedi: build tests with debug information
[skip build]
2022-09-19 10:35:29 +03:00
alexey.lysiuk
0076cd5f0a aedi: run tests in build directory
if test creates a file, it should be placed to a directory ignored by git
2022-09-18 10:14:53 +03:00
alexey.lysiuk
345e7e1c30 aedi: remove yquake2 target
it requires dynamic sdl2 because executable and libraries depend on it

[skip build]
2022-09-17 10:23:21 +03:00
alexey.lysiuk
7efb436500 aedi: remove yquake2 target
it requires dynamic sdl2 because executable and libraries depend on it

[skip build]
2022-09-17 09:59:15 +03:00
alexey.lysiuk
3b245850c3 aedi: use clang++ to build tests 2022-09-11 15:48:48 +03:00
alexey.lysiuk
0be800b3da aedi: update flac build options
do not build programs and tests, and remove related code and .gitignore entry
2022-09-10 10:42:33 +03:00
alexey.lysiuk
96ef1befe0 aedi: patch flac to avoid usage of git
commit hash and date of this repo instead of flac one were put into the binary
2022-09-10 10:40:32 +03:00