Commit Graph

1259 Commits

Author SHA1 Message Date
alexey.lysiuk 3b245850c3 aedi: use clang++ to build tests 2022-09-11 15:48:48 +03:00
alexey.lysiuk 6777e8949a add flac test 2022-09-10 10:53:10 +03:00
alexey.lysiuk 9931b88dbf update flac to 1.4.0 2022-09-10 10:42:46 +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
alexey.lysiuk 76c6a3fb51 aedi: update flac to 1.4.0 2022-09-10 10:29:05 +03:00
alexey.lysiuk 2e95a47f31 aedi: remove extra directory from instpatch include path
[skip build]
[skip test]
2022-09-06 15:06:31 +03:00
alexey.lysiuk 4f5c58f325 update fluidsynth to 2.2.9 2022-09-06 13:49:40 +03:00
alexey.lysiuk bddedfe187 aedi: update fluidsynth to 2.2.9 2022-09-06 13:49:30 +03:00
alexey.lysiuk 870543d313 move instpatch header files 2022-09-06 13:49:23 +03:00
alexey.lysiuk 6f2f627213
correct png reference in dependency list
[skip ci]
2022-09-03 12:11:32 +03:00
alexey.lysiuk 6854a1a40c aedi: verbose output for dependencies testing
print build command lines when testing dependencies and verbose output is enabled
2022-09-03 10:35:19 +03:00
alexey.lysiuk 8be2160008 add sdl2_image test 2022-09-03 10:32:11 +03:00
alexey.lysiuk 3bb8127166 update dependency list with recent changes 2022-09-03 10:24:21 +03:00
alexey.lysiuk 65154736e5 aedi: add redemption target 2022-09-03 10:15:44 +03:00
alexey.lysiuk 180731f3a0 aedi: add hands of necromancy target 2022-09-03 10:15:14 +03:00
alexey.lysiuk c4a9862414 aedi: do not store build config in vpx library
it contains intermediary path, and despite being unused by the current gzdoom/raze codebase, it's better to clear build config for future versions

[skip build]
[skip test]
2022-08-31 16:00:08 +03:00
alexey.lysiuk fa6f1770aa aedi: uniform methods order of vpx target 2022-08-31 15:54:09 +03:00
alexey.lysiuk a85315c9ad update glib to 2.72.3 2022-08-30 16:15:20 +03:00
alexey.lysiuk fc54fd298e aedi: patch glib to avoid inclusion of intermediate path to library 2022-08-30 16:14:11 +03:00
alexey.lysiuk 110e474862 aedi: update glib to 2.72.3 2022-08-30 16:13:42 +03:00
alexey.lysiuk 7a76fb577b aedi: fix applying of patches 2022-08-30 16:11:38 +03:00
alexey.lysiuk 7df124384b rebuild intl to remove full paths from library 2022-08-28 10:02:31 +03:00
alexey.lysiuk 03fb92eed6 aedi: avoid inclusion of intermediate path to library 2022-08-28 10:02:10 +03:00
alexey.lysiuk b89ee4e73c aedi: better install customization
`install` command line argument is implicit only when no options are specified, and it needs to be added explicitly otherwise
2022-08-28 09:51:13 +03:00
alexey.lysiuk 80c4a917a3
readme: update status badges urls
[skip ci]
2022-08-28 09:39:53 +03:00
alexey.lysiuk c09b5ea99e rebuild vorbis to remove full paths for libraries 2022-08-27 11:01:02 +03:00
alexey.lysiuk c4e1d00a43 rebuild instpatch to remove full paths for library 2022-08-27 11:00:45 +03:00
alexey.lysiuk 25cde9672e aedi: fix handling of argument value evaluated to false 2022-08-27 10:59:52 +03:00
alexey.lysiuk 81a99dd15f update meson to 0.63.1 2022-08-27 10:08:32 +03:00
alexey.lysiuk 0a4c08789f aedi: update meson to 0.63.1 2022-08-27 10:00:59 +03:00
alexey.lysiuk 68bfa7744b aedi: replace remaining usages of legacy subprocess api
apply state's environment variables when running an external process
2022-08-25 13:02:10 +03:00
alexey.lysiuk c4de585cd6 update sdl2_image to 2.6.2 2022-08-25 12:46:56 +03:00
alexey.lysiuk b74ad1e61d aedi: update sdl2_image to 2.6.2 2022-08-25 12:30:24 +03:00
alexey.lysiuk c6dbfe5be5 aedi: add option to build with static moltenvk
this applies to gzdoom and raze targets only
2022-08-22 10:50:18 +03:00
alexey.lysiuk efe513ec17 aedi: implement building with static moltenvk
this applies to gzdoom and raze targets only
2022-08-22 10:49:48 +03:00
alexey.lysiuk 21e032934d add replacement files to build with static moltenvk
this applies to gzdoom and raze targets only
2022-08-22 10:49:07 +03:00
alexey.lysiuk 2baea52c28 aedi: allow usage of += on command line argument values 2022-08-22 10:46:28 +03:00
alexey.lysiuk cbb77829ea update sdl2_net to 2.2.0 2022-08-21 11:59:48 +03:00
alexey.lysiuk ea9e19582a aedi: update sdl2_net to 2.2.0 2022-08-21 11:59:19 +03:00
alexey.lysiuk c38bffd7c4 add sdl2_net test 2022-08-21 11:59:05 +03:00
alexey.lysiuk bda525b49a aedi: replace usages of legacy subprocess api
apply state's environment variables when running an external process
2022-08-21 11:58:00 +03:00
alexey.lysiuk e410e3f7f4 aedi: do not overwrite state environment variables
some adjustments like temporary directory are made before target configuration stage
2022-08-21 10:54:50 +03:00
alexey.lysiuk 37484936a6 update sdl2_mixer to 2.6.2 2022-08-20 10:12:23 +03:00
alexey.lysiuk 52c82e4cb4 aedi: update sdl2_mixer to 2.6.2 2022-08-20 10:12:00 +03:00
alexey.lysiuk b868a1cd05 update sdl2 to 2.24.0 2022-08-20 10:01:20 +03:00
alexey.lysiuk 6835eb7d35 aedi: update sdl2 to 2.24.0 2022-08-20 09:59:52 +03:00
alexey.lysiuk 61d3fe964f remove moltenvk .dylib 2022-08-18 13:08:57 +03:00
alexey.lysiuk 97ef93504b update moltenvk to 1.1.11 2022-08-18 13:08:57 +03:00
alexey.lysiuk 10530a6663 aedi: build moltenvk as static library
dynamic library is created from the static one
2022-08-18 13:08:57 +03:00