Commit graph

1656 commits

Author SHA1 Message Date
alexey.lysiuk
975b11a00c aedi: update unrar to 6.2.12 2024-01-03 10:04:25 +02:00
alexey.lysiuk
c0e4da13b4 deps: update sdl2_image to 2.8.2 2024-01-02 10:58:06 +02:00
alexey.lysiuk
2f99a66812 aedi: update sdl2_image to 2.8.2 2024-01-02 10:56:33 +02:00
alexey.lysiuk
bea867a95a aedi: update copyright years 2024-01-02 10:55:22 +02:00
alexey.lysiuk
aef9b58f4a aedi: fix setting minimum os version via command line
this resolves the following error after switching from distutils to packaging module
TypeError: '>=' not supported between instances of 'str' and 'Version'
2023-12-23 10:29:02 +02:00
alexey.lysiuk
89b9778fd1 aedi: update glslang to 14.0.0 2023-12-23 10:11:29 +02:00
alexey.lysiuk
acfcef3683 aedi: make mypy linter happy
state.py:112: error: Item "None" of "Match[str] | None" has no attribute "group"  [union-attr]
2023-12-15 16:40:05 +02:00
alexey.lysiuk
e8d8bba6ab aedi: apply linker workaround to affected clang version only
xcode 15.0 and 15.0.1 have weak symbols compatibility issue, they were released with clang version 1500.0.40.1
the bug was fixed in xcode 15.1 which was shipped with clang version 1500.1.0.2.5
2023-12-15 15:42:03 +02:00
alexey.lysiuk
0a59773019 deps: update sdl2_image to 2.8.1 2023-12-14 10:11:59 +02:00
alexey.lysiuk
dd49829765 aedi: update sdl2_image to 2.8.1 2023-12-14 10:07:24 +02:00
alexey.lysiuk
41426cca79 deps: update sdl2_image to 2.8.0 2023-12-06 10:59:24 +02:00
alexey.lysiuk
c681e48434 aedi: enable webp support for sdl2_image 2023-12-06 10:58:04 +02:00
alexey.lysiuk
495f17d76f aedi: update sdl2_image to 2.8.0 2023-12-06 10:53:29 +02:00
alexey.lysiuk
629a3272e3 deps: update zlib-ng to 2.1.5 2023-11-28 09:56:47 +02:00
alexey.lysiuk
aef19262c2 aedi: update zlib-ng to 2.1.5 2023-11-28 09:41:49 +02:00
alexey.lysiuk
9c149dfcf2 deps: update meson to 1.3.0 2023-11-23 16:24:18 +02:00
alexey.lysiuk
e67e0c9155 aedi: update meson to 1.3.0 2023-11-23 16:08:57 +02:00
alexey.lysiuk
419f64cb88 deps: update gmake to 4.4.1 2023-11-23 13:51:14 +02:00
alexey.lysiuk
8fb25a8ee2 aedi: update gmake to 4.4.1 2023-11-23 13:50:58 +02:00
alexey.lysiuk
cc7857c24b delete obsolete lzma patch 2023-11-23 12:00:54 +02:00
alexey.lysiuk
1a78bf14c1 aedi: update xz to 5.4.5 2023-11-23 11:58:07 +02:00
alexey.lysiuk
9a6360d968 aedi: rename lzma target to xz, and move it to tools tier 2 2023-11-23 11:50:41 +02:00
alexey.lysiuk
a64068ac0d aedi: use version module from packaging
distutils has been removed from python 3.12, so it's version module is no longer available in original python distribution
fix #61
2023-11-04 13:07:36 +02:00
alexey.lysiuk
be7f36ac9a aedi: add version module for packaging library
https://packaging.pypa.io/en/stable/
https://github.com/pypa/packaging/archive/refs/tags/23.2.tar.gz
2023-11-04 13:02:45 +02:00
alexey.lysiuk
66a3f64e9f aedi: remove needless check for os version in 7zip target 2023-11-04 13:00:54 +02:00
alexey.lysiuk
1f0261a993 deps: update sdl2 to 2.28.5 2023-11-03 13:23:42 +02:00
alexey.lysiuk
e3da13a96e aedi: update sdl2 to 2.28.5 2023-11-03 13:19:09 +02:00
alexey.lysiuk
a79b497900 aedi: remove obsolete sdl2 patch
clang from xcode 15 drops support for macos sdk older than 11.3 to build c++ code, it cannot locate standard library headers anymore
without ability to use older macos sdks, it doesn't make any sense to disable gamecontroller and corehaptic support
2023-11-03 13:18:37 +02:00
alexey.lysiuk
9d67d1d969 deps: update iconv to 1.17 2023-11-03 13:13:06 +02:00
alexey.lysiuk
e2a20d7436 aedi: update iconv to 1.17 2023-11-03 13:11:31 +02:00
alexey.lysiuk
e96041ef05 aedi: add platform agnostic compiler and linker flags
set them explicitly for cmake based targets to use them in all checks during configuration step
otherwise, some of cmake checks ignores prefix path for includes and libraries
for example, `check_library_exists()` from sdl2 picks system iconv library without explicit flags set
2023-11-03 13:10:42 +02:00
alexey.lysiuk
e866a7e139 aedi: bump os version for moltenvk .dylib to 10.13 2023-10-24 10:23:04 +03:00
alexey.lysiuk
26bb181e70 aedi: remove obsolete comment from 7-zip target 2023-10-24 10:22:26 +03:00
alexey.lysiuk
b84f7385ff aedi: bump os version for vpx target to 10.13 2023-10-24 09:55:43 +03:00
alexey.lysiuk
1e4b2fddef readme: remove info about macos sdk
xcode 15 cannot find c++ standard library headers with sdk older than 11.3
2023-10-24 09:53:22 +03:00
alexey.lysiuk
c017193111 deps: update moltenvk to 1.2.6 2023-10-24 09:50:42 +03:00
alexey.lysiuk
9e38666b87 delete obsolete moltenvk patch 2023-10-24 09:50:26 +03:00
alexey.lysiuk
0628cac441 aedi: update moltenvk to 1.2.6 2023-10-24 09:49:42 +03:00
alexey.lysiuk
570e62cfa3 aedi: bump oldest supported os version for x64 to 10.13
moltenvk 1.2.6 cannot be built for 10.12
2023-10-24 09:48:58 +03:00
alexey.lysiuk
eeb26c5065 deps: update zlib-ng to 2.1.4 2023-10-20 10:58:45 +03:00
alexey.lysiuk
43d9c7469e aedi: update zlib-ng to 2.1.4 2023-10-20 10:57:23 +03:00
alexey.lysiuk
51b70c7768 aedi: update rizin to 0.6.3 2023-10-18 12:34:08 +03:00
alexey.lysiuk
f8fb3cbed3 remove obsolete radare2 patch 2023-10-18 12:33:50 +03:00
alexey.lysiuk
2b280df2de aedi: update radare2 to 5.8.8 2023-10-18 12:33:20 +03:00
alexey.lysiuk
4de9bea8ca deps: update vulkan-loader to 1.3.268 2023-10-18 12:01:25 +03:00
alexey.lysiuk
d7e88443fc aedi: update vulkan-loader to 1.3.268 2023-10-18 12:00:22 +03:00
alexey.lysiuk
266de716f0 deps: update vulkan-headers to 1.3.268 2023-10-18 10:45:29 +03:00
alexey.lysiuk
77b156af74 aedi: update vulkan-headers to 1.3.268 2023-10-18 10:44:18 +03:00
alexey.lysiuk
a928b7a63f aedi: update glslang to 13.1.1 2023-10-18 10:42:50 +03:00
alexey.lysiuk
f264cd3ceb aedi: update jpeg-turbo to 3.0.1 2023-10-17 09:42:41 +03:00