From 22d602de994994e696477a367a85533162d1ebe3 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 12 Apr 2023 23:17:56 +0300 Subject: [PATCH 30/30] Update to crosser-2.6 See osdn #47665 Signed-off-by: Marko Lindqvist --- windows/installer_cross/installer_build.sh | 2 +- windows/installer_cross/meson-winbuild.sh | 4 ++-- windows/installer_cross/winbuild.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/installer_cross/installer_build.sh b/windows/installer_cross/installer_build.sh index a20ba03161..ced4b9e6bc 100755 --- a/windows/installer_cross/installer_build.sh +++ b/windows/installer_cross/installer_build.sh @@ -66,7 +66,7 @@ add_gtk4_env() { cp $1/bin/libgtk-4-1.dll $2/ && cp $1/bin/libgraphene-1.0-0.dll $2/ && cp $1/bin/libcairo-script-interpreter-2.dll $2/ && - cp $1/bin/libtiff-5.dll $2/ && + cp $1/bin/libtiff-6.dll $2/ && cp $1/bin/gdbus.exe $2/ && cp $1/bin/gtk4-update-icon-cache.exe $2/bin/ && cp ./helpers/installer-helper-gtk4.cmd $2/bin/installer-helper.cmd diff --git a/windows/installer_cross/meson-winbuild.sh b/windows/installer_cross/meson-winbuild.sh index 8f4c9b2138..16a5e0d066 100755 --- a/windows/installer_cross/meson-winbuild.sh +++ b/windows/installer_cross/meson-winbuild.sh @@ -7,9 +7,9 @@ # See COPYING available from the same location you got this script. # -MESON_WINBUILD_VERSION="3.1.0-alpha" +MESON_WINBUILD_VERSION="3.1.0-beta" MIN_WINVER=0x0603 # Windows 8.1. Qt6-client and Qt6-ruledit builds override this -CROSSER_FEATURE_LEVEL=2.5 +CROSSER_FEATURE_LEVEL=2.6 if test "x$1" = x || test "x$1" = "x-h" || test "x$1" = "x--help" ; then echo "Usage: $0 " diff --git a/windows/installer_cross/winbuild.sh b/windows/installer_cross/winbuild.sh index 758f14ebcb..79bda650f3 100755 --- a/windows/installer_cross/winbuild.sh +++ b/windows/installer_cross/winbuild.sh @@ -11,7 +11,7 @@ WINBUILD_VERSION="2.4.2" MIN_WINVER=0x0603 # Windows 8.1, Qt6-client and Qt6-ruledit builds override this -CROSSER_FEATURE_LEVEL=2.5 +CROSSER_FEATURE_LEVEL=2.6 if test "x$1" = x || test "x$1" = "x-h" || test "x$1" = "x--help" ; then echo "Usage: $0 [gui]" -- 2.39.2