Commit Graph

900 Commits

Author SHA1 Message Date
alexey.lysiuk ff94078bb9 aedi: update vulkan-headers to 1.2.198 2021-11-16 10:16:14 +02:00
alexey.lysiuk 0f63b45bd9 aedi: remove unused imports
[skip build]
[skip test]
2021-10-31 11:45:46 +02:00
alexey.lysiuk 9855c24aa6 aedi: remove explicit os version for slade 2021-10-31 11:22:30 +02:00
alexey.lysiuk 6e61bdc089 aedi: remove explicit os version for wxwidgets 2021-10-31 11:22:17 +02:00
alexey.lysiuk 58d892e49f aedi: remove sdl2 build without metal support 2021-10-31 11:21:53 +02:00
alexey.lysiuk bbd152e543 update vpx to 1.11.0 2021-10-30 16:27:40 +03:00
alexey.lysiuk c36b5d81bb aedi: update vpx to 1.11.0 2021-10-30 16:27:11 +03:00
alexey.lysiuk 86d182f4e5 aedi: set vpx to target macos 10.12 2021-10-30 16:18:15 +03:00
alexey.lysiuk 298db9d7aa update mpg123 to 1.29.2 2021-10-30 16:15:38 +03:00
alexey.lysiuk def11622ac aedi: update mpg123 to 1.29.2 2021-10-30 16:15:18 +03:00
alexey.lysiuk 294e3cacdc aedi: bump minimum os version to 10.12 2021-10-21 09:40:04 +03:00
alexey.lysiuk 464a2f1b5b update pbzx binary with xar content patch 2021-10-07 10:50:36 +03:00
alexey.lysiuk c90a0cfd63 aedi: apply pbzx xar content patch 2021-10-07 10:50:20 +03:00
alexey.lysiuk c890469d7f add pbzx xar content patch
primary target of pbzx is xcode .xip files that have an entry named Content instead of Payload
2021-10-07 10:49:57 +03:00
alexey.lysiuk 7c41365058 aedi: extract common code from pbzx and zip targets 2021-09-24 12:01:01 +03:00
alexey.lysiuk 41e69979d9 aedi: rearrange tools targets in alphabetical order 2021-09-24 11:57:14 +03:00
alexey.lysiuk 1528a03c29 add pbzx 1.0.2 2021-09-24 11:11:52 +03:00
alexey.lysiuk 92e9a68ad9 aedi: add pbzx target 2021-09-24 11:11:23 +03:00
alexey.lysiuk 8e8ddd8435 aedi: rename target that builds cmake
`CMakeTarget` uses cmake to build targets, `BuildCMakeTarget` is building cmake itself
`
2021-09-24 11:09:43 +03:00
alexey.lysiuk 4c5a8b5221 build sdl2 with metal and vulkan support 2021-09-12 11:08:53 +03:00
alexey.lysiuk 33fd8218ed aedi: do not update SDL_revision.h 2021-09-12 11:08:53 +03:00
alexey.lysiuk 98701732af aedi: fix linter issues 2021-09-12 11:08:53 +03:00
alexey.lysiuk d6df02e52d aedi: enable position independent code for sdl2 2021-09-12 10:56:41 +03:00
alexey.lysiuk 9a2c979cd4 aedi: ability to build sdl2 with metal and vulkan support 2021-09-12 10:55:57 +03:00
alexey.lysiuk 43e9451e64 aedi: remove unused import from base targets module 2021-09-12 10:36:14 +03:00
alexey.lysiuk fa4ca5c906 update fluidsynth to 2.2.3 2021-09-12 10:24:33 +03:00
alexey.lysiuk 06266c5380 aedi: update fluidsynth to 2.2.3 2021-09-12 10:24:32 +03:00
alexey.lysiuk c6a577c3e2 aedi: avoid absolute path to default fluidsynth soundfont 2021-09-12 10:24:32 +03:00
alexey.lysiuk 0ec387c33e aedi: add `sdk_version()` method to build state 2021-09-12 10:19:16 +03:00
alexey.lysiuk e3289f88ba aedi: do not store absolute paths in object files
cmake generated makefiles pass absolute paths to compiler, -ffile-prefix-map command line option helps to avoid this issue
make target doesn't need this options because it's built in-tree
2021-09-10 12:13:56 +03:00
alexey.lysiuk 41a7f8cac3 update mpg123 to 1.29.0 2021-09-10 10:05:38 +03:00
alexey.lysiuk ce3814a21a aedi: update mpg123 to 1.29.0 2021-09-10 09:56:08 +03:00
alexey.lysiuk a205de49b5 update sdl2 to 2.0.16 2021-09-08 12:10:12 +03:00
alexey.lysiuk 753cc70de7 aedi: update sdl2 to 2.0.16 2021-09-08 12:06:55 +03:00
alexey.lysiuk 3de060b6ba ci: exclude vulkan registry from bandit checks
[skip build]
[skip test]
2021-09-08 11:31:03 +03:00
alexey.lysiuk b7b528f517 add vulkan-loader 1.2.189 2021-09-08 10:50:47 +03:00
alexey.lysiuk 2751868391 aedi: add vulkan-loader target 2021-09-08 10:49:49 +03:00
alexey.lysiuk f6784fe5fc remove vulkan loader as symlinks to moltenvk 2021-09-08 10:49:20 +03:00
alexey.lysiuk d598f9cf3b add vulkan-headers 1.2.189 2021-09-08 10:44:44 +03:00
alexey.lysiuk 17e9462881 aedi: do not copy vulkan headers during moltenvk installation 2021-09-08 10:43:57 +03:00
alexey.lysiuk 406f269f0a exclude vulkan registry from .gitignore 2021-09-08 10:40:25 +03:00
alexey.lysiuk e9a6d4d5e6 aedi: add vulkan-headers target 2021-09-08 10:36:56 +03:00
alexey.lysiuk d9585fd22a pkg-config wrapper: disable logging by default 2021-09-08 10:19:21 +03:00
alexey.lysiuk c15e85e713 pkg-config wrapper: use pathlib instead of strings 2021-09-08 10:06:46 +03:00
alexey.lysiuk 926f34f65d add vulkan loader as symlinks to moltenvk dylib
[skip build]
2021-09-04 16:21:06 +03:00
alexey.lysiuk 93425f8f6a add xmp 4.5.0 2021-09-03 11:33:14 +03:00
alexey.lysiuk 2340ed4c69 aedi: add xmp target 2021-09-03 11:32:52 +03:00
alexey.lysiuk 220e402879 update moltenvk to 1.1.5 2021-09-01 11:42:14 +03:00
alexey.lysiuk de7524107d aedi: update moltenvk to 1.1.5 2021-09-01 11:42:14 +03:00
alexey.lysiuk b56e042955 aedi: fix copying of moltenvk license file 2021-09-01 11:42:14 +03:00