mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
ALL: Various toolchains upgrades
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
BUILDBOT_VERSION := 4.2.1
|
||||
BUILDBOT_BASEDIR := buildbot-workdir
|
||||
|
||||
BOTTLE_VERSION := 0.13.2
|
||||
BOTTLE_VERSION := 0.13.3
|
||||
DOCKER_PY_VERSION := 7.1.0
|
||||
|
||||
# Without toolchains/ part, all is a placeholder for all detected toolchains
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
CMDLINE_TOOLS_VERSION=11076708
|
||||
CMDLINE_TOOLS_CHECKSUM="sha256:2d2d50857e4eb553af5a6dc3ad507a17adf43d115264b1afc116f95c92e5e258"
|
||||
CMDLINE_TOOLS_VERSION=13114758
|
||||
CMDLINE_TOOLS_CHECKSUM="sha256:7ec965280a073311c339e571cd5de778b9975026cfcbe79f2b1cdcb1e15317ee"
|
||||
CMDLINE_TOOLS_SUBDIR=cmdline-tools
|
||||
|
||||
do_install_sdk_tools () {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
FLUIDLITE_VERSION=d59d2328818f913b7d1a6a59aed695c47a8ce388
|
||||
FLUIDLITE_VERSION=b0f187b404e393ee0a495b277154d55d7d03cbeb
|
||||
|
||||
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
HELPERS_DIR=$PACKAGE_DIR/../..
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
FLUIDSYNTH_VERSION=2.4.3
|
||||
FLUIDSYNTH_VERSION=2.4.5
|
||||
|
||||
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
HELPERS_DIR=$PACKAGE_DIR/../..
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
SDL_VERSION=73533a6a01b20a1870dc5f0edae7ea1999465771
|
||||
SDL_VERSION=18bc4d1a1d27b0cf5b06be9322c65ca88282b1ee
|
||||
|
||||
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
HELPERS_DIR=$PACKAGE_DIR/../..
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
SDL_NET_VERSION=0043be2e559f8d562d04bf62d6e3f4162ed8edad
|
||||
SDL_NET_VERSION=e2e041b81747bc01b2c5fb3757a082e525e5d25b
|
||||
|
||||
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
HELPERS_DIR=$PACKAGE_DIR/../..
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
SONIVOX_VERSION=3.6.15
|
||||
SONIVOX_VERSION=3.6.16
|
||||
|
||||
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
HELPERS_DIR=$PACKAGE_DIR/../..
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
diff --git a/arm-wt-22k/src/hostmm_ng.c b/arm-wt-22k/src/hostmm_ng.c
|
||||
index 3bb533c..34510be 100644
|
||||
--- a/arm-wt-22k/src/hostmm_ng.c
|
||||
+++ b/arm-wt-22k/src/hostmm_ng.c
|
||||
@@ -20,16 +20,16 @@
|
||||
/* Only for debugging LED, vibrate, and backlight functions */
|
||||
#include "eas_report.h"
|
||||
|
||||
-#if __has_include(<byteswap.h>)
|
||||
+#if defined(__GNUC__) || defined(__clang__)
|
||||
+#define bswap16 __builtin_bswap16
|
||||
+#define bswap32 __builtin_bswap32
|
||||
+#elif __has_include(<byteswap.h>)
|
||||
#include <byteswap.h>
|
||||
-#define bswap16 __bswap_16
|
||||
-#define bswap32 __bswap_32
|
||||
+#define bswap16 bswap_16
|
||||
+#define bswap32 bswap_32
|
||||
#elif defined(_MSC_VER)
|
||||
#define bswap16 _byteswap_ushort
|
||||
#define bswap32 _byteswap_ulong
|
||||
-#elif defined(__GNUC__) || defined(__clang__)
|
||||
-#define bswap16 __builtin_bswap16
|
||||
-#define bswap32 __builtin_bswap32
|
||||
#endif
|
||||
|
||||
const EAS_BOOL O32_BIG_ENDIAN =
|
||||
@@ -1,5 +1,5 @@
|
||||
m4_ifdef(`DEBIAN_RELEASE',,`m4_define(`DEBIAN_RELEASE',bookworm)')
|
||||
m4_ifdef(`DEBIAN_VERSION',,`m4_define(`DEBIAN_VERSION',20250203)')
|
||||
m4_ifdef(`DEBIAN_VERSION',,`m4_define(`DEBIAN_VERSION',20250407)')
|
||||
FROM toolchains/common AS helpers
|
||||
|
||||
FROM debian:DEBIAN_RELEASE-DEBIAN_VERSION-slim m4_ifdef(`STAGE_IMAGE_NAME',AS STAGE_IMAGE_NAME,)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
m4_define(`MXE_VERSION',df99ec78ab9ff526fb7b0df323f615c3aeeceb49)m4_dnl
|
||||
m4_define(`MXE_VERSION',ac1b95d2cd3fa8efc3646d1c88928c645f96b19f)m4_dnl
|
||||
|
||||
m4_include(`paths.m4')m4_dnl
|
||||
m4_include(`packages.m4')m4_dnl
|
||||
|
||||
@@ -2,8 +2,8 @@ PKG := fluidlite
|
||||
$(PKG)_WEBSITE := https://github.com/divideconcept/FluidLite
|
||||
$(PKG)_DESCR := Fluidlite
|
||||
$(PKG)_IGNORE :=
|
||||
$(PKG)_VERSION := d59d232
|
||||
$(PKG)_CHECKSUM := f119ff09fa7e3a87874eb51546de66ce50342bbefd9ab11e37f292a71b097c5e
|
||||
$(PKG)_VERSION := b0f187b
|
||||
$(PKG)_CHECKSUM := 44f240b0017eb76a5ae1b7c162d9199b0cb014f03f8bd863a56a980b101e6e88
|
||||
$(PKG)_GH_CONF := divideconcept/FluidLite/branches/master
|
||||
$(PKG)_DEPS := cc
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@ PKG := winsparkle
|
||||
$(PKG)_WEBSITE := https://winsparkle.org/
|
||||
$(PKG)_DESCR := WinSparkle
|
||||
$(PKG)_IGNORE :=
|
||||
$(PKG)_VERSION := 0.8.3
|
||||
$(PKG)_VERSION := 0.9.0
|
||||
$(PKG)_GH_CONF := vslavik/winsparkle/tags, v
|
||||
$(PKG)_CHECKSUM := a6e0052725e4caace57be5fcba82d82a90e3b97fe969686b6967f350838f2efc
|
||||
$(PKG)_CHECKSUM := f7410c4493b0a7c69bb7916918492a485729a6ecc29f8081cd9bd910649f6d45
|
||||
$(PKG)_SUBDIR := WinSparkle-$($(PKG)_VERSION)
|
||||
$(PKG)_FILE := WinSparkle-$($(PKG)_VERSION).zip
|
||||
$(PKG)_URL := https://github.com/vslavik/winsparkle/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
PSP_PACKAGES_VERSION=81a671cb38bb66bf42824b253525ced5243c9a9d
|
||||
PSP_PACKAGES_VERSION=d7f4744564e3b28b58571e41cb594a8976b80808
|
||||
|
||||
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
HELPERS_DIR=$PACKAGE_DIR/../..
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
PSPDEV_VERSION=fd4ab1a11508eac1a4bfc5beb09794cc0cb2d166
|
||||
PSPDEV_VERSION=5c1442695711ddc4fc3decbe52d56cbbb01e3426
|
||||
export PSPTOOLCHAIN_VERSION=7e2541df014480cd399a013240161e2592f30878
|
||||
export PSPSDK_VERSION=b34b44441693247f4dc0f0e1040f0f64eb3eb2c8
|
||||
export PSPSDK_VERSION=92a822d1b6009dac30ffa47224a7dc2d396eb886
|
||||
export PSPLINKUSB_VERSION=7d44fc10222df2d6f56d939ed4a15dc859651f4a
|
||||
export EBOOTSIGNER_VERSION=17d6386f034ac922f540ca78200961761b23ecae
|
||||
export PSPTOOLCHAIN_ALLEGREX_VERSION=cfde51aa074b16df52fe19af93092381fc087dc2
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
VITA_VERSION=2.527
|
||||
VITA_VERSION=2.529
|
||||
# This one must be updated as well
|
||||
PKG_DATE=2024-08-09_11-28-39
|
||||
PKG_DATE=2025-03-11_15-12-52
|
||||
|
||||
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
HELPERS_DIR=$PACKAGE_DIR/../..
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
m4_ifdef(`DEBIAN_RELEASE',,`m4_define(`DEBIAN_RELEASE',bookworm)')
|
||||
m4_ifdef(`DEBIAN_VERSION',,`m4_define(`DEBIAN_VERSION',20250203)')
|
||||
m4_ifdef(`DEBIAN_VERSION',,`m4_define(`DEBIAN_VERSION',20250407)')
|
||||
m4_define(`BASE_DEBIAN',`')m4_dnl
|
||||
FROM debian:DEBIAN_RELEASE-DEBIAN_VERSION-slim
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user