Commit graph

11 commits

Author SHA1 Message Date
alexey.lysiuk
f18f22d06f aedi: bring back pkg-config wrapper script
if pkg-config is invoked indirectly, e.g., from library/tool build script at configuration step, prefix variable remained undefined

* --static is longer hardcoded in wrapper script but passed by aedi
* use utf-8 for pkgconf output handling
* update wrapper script header with actual description and copyright years
* use original pkgconf executable name
2025-04-19 10:26:01 +03:00
alexey.lysiuk
f9b0fd918c aedi: use mirror of nasm source code
at the moment, nasm.us is down for a while
2025-04-19 09:50:46 +03:00
alexey.lysiuk
655bb4942f aedi: update nasm to 2.16.03 2025-04-19 09:49:42 +03:00
alexey.lysiuk
5ceadd95a7 aedi: add two-level patch file lookup
try to load patch file from project directory first, and if it does not exist, load patch from core directory

fix #76
2025-04-19 09:47:48 +03:00
alexey.lysiuk
5f18fa544f aedi: delete obsolete pkg-config target
fix #74
2025-04-19 09:43:45 +03:00
alexey.lysiuk
0d495de3dc aedi: add pkgconf target
progress #74
2025-04-19 09:42:24 +03:00
alexey.lysiuk
a9d9827f84 aedi: update meson to 1.7.2 2025-04-18 13:53:16 +03:00
alexey.lysiuk
2e5dc4edcb aedi: update headers of core source files
fix #73
2025-04-17 10:40:11 +03:00
alexey.lysiuk
1fc8717581 aedi: split onto core and project deps directories
progress #69
2025-04-17 10:28:48 +03:00
alexey.lysiuk
73b4347abc aedi: remove pkg-config wrapper script
fix #75
2025-04-17 10:28:48 +03:00
alexey.lysiuk
8286dadca3 aedi: move module to core subdirectory
part of #72
2025-04-15 10:18:35 +03:00