Commit graph

247 commits

Author SHA1 Message Date
alexey.lysiuk
e75ea5e3c9 build script: move prefix member and install() method to base target 2020-11-29 12:30:15 +02:00
alexey.lysiuk
e47d1ac69b build script: call parent's initialize() in all targets 2020-11-29 12:25:11 +02:00
alexey.lysiuk
2d99b8389a build script: fix sdk path in make target 2020-11-29 12:23:42 +02:00
alexey.lysiuk
1e5cbf9f76 add nasm 2.15.05 2020-11-29 12:22:52 +02:00
alexey.lysiuk
244c80a717 build script: add nasm target 2020-11-29 12:02:26 +02:00
alexey.lysiuk
219977a708 build script: add ogg target 2020-11-29 12:02:26 +02:00
alexey.lysiuk
cfc1052495 build script: add configure+make target 2020-11-29 12:02:26 +02:00
alexey.lysiuk
0a2b76affc build script: add ability to download source code packages 2020-11-29 11:57:39 +02:00
alexey.lysiuk
70e453f31b build script: move common members and functionality to base target class 2020-11-26 11:33:42 +02:00
alexey.lysiuk
4cf2925a48 build script: quakespasm is based on genetic make target 2020-11-25 11:23:18 +02:00
alexey.lysiuk
90c5a0cbbf build script: add generic make target 2020-11-25 11:21:04 +02:00
alexey.lysiuk
3e1ff1db3f build script: move cmake options from base class 2020-11-25 10:00:21 +02:00
alexey.lysiuk
c096d49c40 add quakespasm target 2020-11-24 18:22:55 +02:00
alexey.lysiuk
e0be637305 build script: extract recursive symlink creation to dedicated function 2020-11-24 18:22:15 +02:00
alexey.lysiuk
fc36ced59f build script: ability to specify number of parallel jobs 2020-11-24 18:10:57 +02:00
alexey.lysiuk
6339d73584 fix typo in comment 2020-11-24 17:51:08 +02:00
alexey.lysiuk
d4c18d2987 replace continuous integration artifacts with directory listing 2020-11-23 15:27:59 +02:00
alexey.lysiuk
90eeeb382e build script: support case insensitive target names 2020-11-23 15:24:01 +02:00
alexey.lysiuk
8baeb4e5c1 avoid using set-env in continuous integration workflow
Error: Unable to process command '::set-env name=PROJECT_NAME_LOWER::gzdoom' successfully.
Error: The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-11-23 13:42:54 +02:00
alexey.lysiuk
d04d4cc55e build script: extract target logic from builder class
this allows to have:
* target with build system other than cmake
* target with source code origin other than git repository
2020-11-23 13:22:07 +02:00
alexey.lysiuk
b3d06b1a29 build script: add doom64ex target 2020-11-14 16:29:26 +02:00
alexey.lysiuk
38b29c765a update vpx to 1.9.0 2020-11-11 16:47:10 +02:00
alexey.lysiuk
2cce683561 update openal to 1.21.0 2020-11-07 11:43:11 +02:00
alexey.lysiuk
430feb2378 update libjpeg-turbo to 2.0.5 2020-11-07 11:42:54 +02:00
alexey.lysiuk
f11de9c041 build script: add acc target 2020-11-05 12:40:00 +02:00
alexey.lysiuk
612fe41157 update zmusic to 1.1.4 2020-10-31 15:07:01 +02:00
alexey.lysiuk
b3b61c1011 update opusfile to 0.12 2020-10-31 14:56:23 +02:00
alexey.lysiuk
1d0f7a4f59 update mpg123 to 1.26.3 2020-10-31 14:56:06 +02:00
alexey.lysiuk
ee51ecd18f update freetype to 2.10.4 2020-10-22 09:41:01 +03:00
alexey.lysiuk
f7c205bc5d update moltenvk to reissued 1.1.0 2020-10-02 11:21:38 +03:00
alexey.lysiuk
7426285f9e update moltenvk to 1.1.0 2020-09-30 10:25:45 +03:00
alexey.lysiuk
47ccb9bbf3 update zmusic to 1.1.3 2020-09-27 14:47:30 +03:00
alexey.lysiuk
13829c7f90 update fluidsynth to 2.1.5 2020-09-26 11:17:16 +03:00
alexey.lysiuk
ecdfe12c25 update sndfile to 1.0.30 2020-09-21 09:49:28 +03:00
alexey.lysiuk
b1cf8547b1 revert openal to 1.19.1
missing sound issue isn't resolved yet in 1.20+
2020-09-13 16:04:00 +03:00
alexey.lysiuk
82ad3554cc rebuild sdl2 2.0.12 with own iconv 2020-08-22 10:05:52 +03:00
alexey.lysiuk
20cbc532f1 build script: use own iconv library
fixes #13
2020-08-18 12:34:31 +03:00
alexey.lysiuk
9282653c8f update glib to 2.64.4
rebuilt with own iconv
2020-08-18 12:33:42 +03:00
alexey.lysiuk
ac4e333ba2 update intl to gettext 0.21
rebuilt with own iconv
2020-08-18 12:33:02 +03:00
alexey.lysiuk
d4ec123b26 add iconv 1.16 2020-08-18 12:31:59 +03:00
alexey.lysiuk
347130166f disable import check for one line to make pylint happy 2020-08-15 12:34:34 +03:00
alexey.lysiuk
be5027a032 add test for cmake project name detection 2020-08-15 12:06:52 +03:00
alexey.lysiuk
d05711feb0 fix detection of target name from cmake config file
all supported targets are now detected correctly
2020-08-15 12:06:06 +03:00
alexey.lysiuk
b42a197854 update sndfile to 1.0.29 2020-08-15 10:31:45 +03:00
alexey.lysiuk
6681f73368 add logging to pkg-config wrapper 2020-08-13 19:17:27 +03:00
alexey.lysiuk
033e1135b4 add option to enable verbose build output 2020-08-11 18:22:42 +03:00
alexey.lysiuk
6c132e1c2e add doomretro target 2020-08-11 09:41:18 +03:00
alexey.lysiuk
c81f11dd16 build script: use own zlib and bz2 libraries for devilutionx 2020-08-02 13:29:13 +03:00
alexey.lysiuk
a41e67ada3 update moltenvk to 1.0.44 2020-08-01 15:43:20 +03:00
alexey.lysiuk
f5f4586a63 update openal to kcat/openal-soft@f409cb4
up-to-date version to test silenced sounds issue with patched 1.20.1
2020-07-18 12:58:09 +03:00