From c9d028bb9174dd939bb087e804f50c897f3a5455 Mon Sep 17 00:00:00 2001 From: 0verLighT Date: Tue, 27 Jan 2026 18:38:48 +0100 Subject: [PATCH 1/2] chore: add MacroLibX-2.2.4 Signed-off-by: 0verLighT --- ci_config.json | 17 +++++++++++++++++ releases.json | 8 ++++++++ subprojects/macrolibx.wrap | 8 ++++++++ 3 files changed, 33 insertions(+) create mode 100644 subprojects/macrolibx.wrap diff --git a/ci_config.json b/ci_config.json index 6e242fccef..66b6545592 100644 --- a/ci_config.json +++ b/ci_config.json @@ -1013,6 +1013,23 @@ "lz4:tests=true" ] }, + "macrolibx": { + "build_on": { + "msys2": false, + "windows": false + }, + "alpine_packages": [ + "libx11-dev", + "sdl2-dev" + ], + "debian_packages": [ + "libx11-dev", + "libsdl2-dev" + ], + "brew_packages": [ + "sdl2" + ] + }, "magic_enum": { "build_options": [ "magic_enum:test=false" diff --git a/releases.json b/releases.json index 7206322330..b2d8f60fef 100644 --- a/releases.json +++ b/releases.json @@ -2980,6 +2980,14 @@ "1.4.19-1" ] }, + "macrolibx": { + "dependency_names": [ + "mlx" + ], + "versions": [ + "2.2.4-1" + ] + }, "magic_enum": { "dependency_names": [ "magic_enum" diff --git a/subprojects/macrolibx.wrap b/subprojects/macrolibx.wrap new file mode 100644 index 0000000000..7dfe7f2654 --- /dev/null +++ b/subprojects/macrolibx.wrap @@ -0,0 +1,8 @@ +[wrap-file] +directory = MacroLibX-2.2.4 +source_url = https://github.com/seekrs/MacroLibX/archive/v2.2.4.tar.gz +source_filename = MacroLibX-2.2.4.tar.gz +source_hash = 66bed06c8a17cf596555d6c899cd5b117538ef726ab4970664f853e791ef148b + +[provide] +dependency_names = mlx From c680ebf73d0af7d992046fcbae5279efe54223f0 Mon Sep 17 00:00:00 2001 From: 0verLighT Date: Wed, 28 Jan 2026 10:25:39 +0100 Subject: [PATCH 2/2] chore: add MacroLibX-2.2.5 Signed-off-by: 0verLighT --- ci_config.json | 13 ++----------- releases.json | 2 +- subprojects/macrolibx.wrap | 8 ++++---- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/ci_config.json b/ci_config.json index 66b6545592..27e3b68d99 100644 --- a/ci_config.json +++ b/ci_config.json @@ -1014,20 +1014,11 @@ ] }, "macrolibx": { - "build_on": { - "msys2": false, - "windows": false - }, "alpine_packages": [ - "libx11-dev", - "sdl2-dev" + "libx11-dev" ], "debian_packages": [ - "libx11-dev", - "libsdl2-dev" - ], - "brew_packages": [ - "sdl2" + "libx11-dev" ] }, "magic_enum": { diff --git a/releases.json b/releases.json index b2d8f60fef..68023ebc5c 100644 --- a/releases.json +++ b/releases.json @@ -2985,7 +2985,7 @@ "mlx" ], "versions": [ - "2.2.4-1" + "2.2.5-1" ] }, "magic_enum": { diff --git a/subprojects/macrolibx.wrap b/subprojects/macrolibx.wrap index 7dfe7f2654..17e618d15a 100644 --- a/subprojects/macrolibx.wrap +++ b/subprojects/macrolibx.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = MacroLibX-2.2.4 -source_url = https://github.com/seekrs/MacroLibX/archive/v2.2.4.tar.gz -source_filename = MacroLibX-2.2.4.tar.gz -source_hash = 66bed06c8a17cf596555d6c899cd5b117538ef726ab4970664f853e791ef148b +directory = MacroLibX-2.2.5 +source_url = https://github.com/seekrs/MacroLibX/archive/v2.2.5.tar.gz +source_filename = MacroLibX-2.2.5.tar.gz +source_hash = 48abb3f3b201ee81fd4b90088ea343f6892afd73a5b4edfa6d2fc2d63f87c6e6 [provide] dependency_names = mlx