diff --git a/scripts/deps/build-dependencies-linux-cross.sh b/scripts/deps/build-dependencies-linux-cross.sh index 586f17355..a3c0ee789 100755 --- a/scripts/deps/build-dependencies-linux-cross.sh +++ b/scripts/deps/build-dependencies-linux-cross.sh @@ -84,22 +84,22 @@ CMAKE_COMMON=( # TODO: Pull all of this from the main file. FREETYPE=2.13.3 -HARFBUZZ=10.1.0 +HARFBUZZ=10.2.0 LIBBACKTRACE=86885d14049fab06ef8a33aac51664230ca09200 -LIBJPEGTURBO=3.0.4 -LIBPNG=1.6.44 -LIBWEBP=1.4.0 -LIBZIP=1.11.2 -SDL3=3.2.0 -QT=6.8.1 +LIBJPEGTURBO=3.1.0 +LIBPNG=1.6.45 +LIBWEBP=1.5.0 +LIBZIP=1.11.3 +SDL3=3.2.2 +QT=6.8.2 ZSTD=1.5.6 CPUINFO=7524ad504fdcfcf75a18a133da6abd75c5d48053 DISCORD_RPC=144f3a3f1209994d8d9e8a87964a989cb9911c1e LUNASVG=9af1ac7b90658a279b372add52d6f77a4ebb482c -SHADERC=1c0d3d18819aa75ec74f1fbd9ff0461e1b69a4d6 +SHADERC=fc65b19d2098cf81e55b4edc10adad2ad8268361 SOUNDTOUCH=463ade388f3a51da078dc9ed062bf28e4ba29da7 -SPIRV_CROSS=vulkan-sdk-1.3.290.0 +SPIRV_CROSS=vulkan-sdk-1.4.304.0 mkdir -p "${INSTALLDIR}" mkdir -p deps-build @@ -118,11 +118,11 @@ fi cat > SHASUMS <> SHASUMS <> SHASUMS <> SHASUMS <> SHASUMS <> SHASUMS <> SHASUMS < SHASUMS <> SHASUMS <> SHASUMS <> SHASUMS <> SHASUMS <> SHASUMS <> SHASUMS < SHASUMS < +# SPDX-FileCopyrightText: 2019-2025 Connor McLaughlin # SPDX-License-Identifier: CC-BY-NC-ND-4.0 name: libzip @@ -26,7 +26,7 @@ build-options: sources: - type: git url: "https://github.com/nih-at/libzip.git" - commit: "64b62d6b1a686a1b0bac1b6b9dcb635be0499afb" + commit: "f30f5290de485348442d168cd7b2eb714d1f20f9" cleanup: - /bin - /include diff --git a/scripts/packaging/flatpak/modules/20-sdl3.yaml b/scripts/packaging/flatpak/modules/20-sdl3.yaml index a6441f636..9ff1ca8b4 100644 --- a/scripts/packaging/flatpak/modules/20-sdl3.yaml +++ b/scripts/packaging/flatpak/modules/20-sdl3.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin +# SPDX-FileCopyrightText: 2019-2025 Connor McLaughlin # SPDX-License-Identifier: CC-BY-NC-ND-4.0 name: sdl3 @@ -14,8 +14,8 @@ build-options: strip: true sources: - type: archive - url: "https://github.com/libsdl-org/SDL/releases/download/release-3.2.0/SDL3-3.2.0.tar.gz" - sha256: "bf308f92c5688b1479faf5cfe24af72f3cd4ce08d0c0670d6ce55bc2ec1e9a5e" + url: "https://github.com/libsdl-org/SDL/releases/download/release-3.2.2/SDL3-3.2.2.tar.gz" + sha256: "d3dcf1b2f64746be0f248ef27b35aec4f038dafadfb83491f98a7fecdaf6efec" cleanup: - /bin - /include diff --git a/scripts/packaging/flatpak/modules/21-shaderc.yaml b/scripts/packaging/flatpak/modules/21-shaderc.yaml index f27110640..abfbd41cb 100644 --- a/scripts/packaging/flatpak/modules/21-shaderc.yaml +++ b/scripts/packaging/flatpak/modules/21-shaderc.yaml @@ -14,7 +14,7 @@ build-options: sources: - type: git url: "https://github.com/stenzek/shaderc.git" - commit: "1c0d3d18819aa75ec74f1fbd9ff0461e1b69a4d6" + commit: "fc65b19d2098cf81e55b4edc10adad2ad8268361" cleanup: - /bin - /include diff --git a/scripts/packaging/flatpak/modules/22-spirv-cross.yaml b/scripts/packaging/flatpak/modules/22-spirv-cross.yaml index 8f1b643e3..725e4df77 100644 --- a/scripts/packaging/flatpak/modules/22-spirv-cross.yaml +++ b/scripts/packaging/flatpak/modules/22-spirv-cross.yaml @@ -22,8 +22,8 @@ build-options: sources: - type: git url: "https://github.com/KhronosGroup/SPIRV-Cross.git" - tag: "vulkan-sdk-1.3.290.0" - commit: "5d127b917f080c6f052553c47170ec0ba702e54f" + tag: "vulkan-sdk-1.4.304.0" + commit: "ebe2aa0cd80f5eb5cd8a605da604cacf72205f3b" cleanup: - /bin - /include