Commit graph

85 commits

Author SHA1 Message Date
alexey.lysiuk
eadc423867 rewrite pkg-config wrapper as python script
set config path and improve logging
2020-12-06 10:05:32 +02:00
alexey.lysiuk
9b5bb88f7c build script: use automated patching for ogg target 2020-12-05 15:42:09 +02:00
alexey.lysiuk
490a7e86f5 build script: add automated patching 2020-12-05 15:41:48 +02:00
alexey.lysiuk
e375d23648 build script: setup environment variables for all targets 2020-12-05 15:41:09 +02:00
alexey.lysiuk
33ec97ea4b build script: add clean special target 2020-12-05 15:40:56 +02:00
alexey.lysiuk
5083a3c683 build script: extract base target class 2020-12-05 15:40:42 +02:00
alexey.lysiuk
4cec1b0463 build script: add ninja target 2020-12-03 13:13:16 +02:00
alexey.lysiuk
23522ec45d build script: add pcre target 2020-12-03 12:51:55 +02:00
alexey.lysiuk
20d038030b build script: add iconv target 2020-12-03 12:12:58 +02:00
alexey.lysiuk
ee05a2dc12 build script: add ffi target 2020-12-03 11:33:31 +02:00
alexey.lysiuk
82236aa071 build script: add sndfile target 2020-12-01 13:03:52 +02:00
alexey.lysiuk
48da7784e3 build script: add openal target 2020-12-01 13:03:39 +02:00
alexey.lysiuk
31ea8bc789 build script: add mpg123 target 2020-12-01 13:02:05 +02:00
alexey.lysiuk
79c436f34a build script: fix flac target class name 2020-12-01 13:00:53 +02:00
alexey.lysiuk
1ec9144924 build script: add flac target 2020-11-30 11:34:22 +02:00
alexey.lysiuk
5037eec424 build script: add bzip2 target 2020-11-30 11:33:59 +02:00
alexey.lysiuk
8fb8f4a868 build script: add zlib target 2020-11-30 11:32:41 +02:00
alexey.lysiuk
fb9a8b80be build script: use local macos sdk when found 2020-11-30 11:32:06 +02:00
alexey.lysiuk
446de1778e build script: handle additional options for target installation 2020-11-30 11:28:32 +02:00
alexey.lysiuk
3a0831425b build script: fix parent class of static cmake target 2020-11-30 11:27:05 +02:00
alexey.lysiuk
f9424e5c9c build script: add class to handle command line options 2020-11-30 10:41:49 +02:00
alexey.lysiuk
6e39dea6de build script: fix typo in comment 2020-11-30 10:10:18 +02:00
alexey.lysiuk
9ae301e1be build script: add opusfile target 2020-11-29 13:34:43 +02:00
alexey.lysiuk
b11947f7e6 build script: add opus target 2020-11-29 13:28:36 +02:00
alexey.lysiuk
47e053fb47 build script: add vorbis target 2020-11-29 13:22:45 +02:00
alexey.lysiuk
79224fa6a1 build script: move common code out of concrete dependency target classes 2020-11-29 13:22:32 +02:00
alexey.lysiuk
c4ce33718d build script: add jpeg-turbo target 2020-11-29 12:34:44 +02:00
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
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
90eeeb382e build script: support case insensitive target names 2020-11-23 15:24:01 +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
f11de9c041 build script: add acc target 2020-11-05 12:40:00 +02:00
alexey.lysiuk
20cbc532f1 build script: use own iconv library
fixes #13
2020-08-18 12:34:31 +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
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