godot: Update to 4.5

This commit is contained in:
Christoph Reiter 2025-09-16 16:55:45 +02:00
parent 537969a0ee
commit 7f7c4eb196
2 changed files with 6 additions and 5 deletions

View File

@ -53,7 +53,7 @@ index b4830c5..bdaa150 100644
+ env.ParseConfig("pkg-config theoradec --cflags --libs")
+
+ if not env["builtin_libvorbis"]:
+ env.ParseConfig("pkg-config vorbis vorbisfile --cflags --libs")
+ env.ParseConfig("pkg-config vorbis vorbisfile vorbisenc --cflags --libs")
+
+ if not env["builtin_libwebp"]:
+ env.ParseConfig("pkg-config libwebp --cflags --libs")

View File

@ -5,12 +5,13 @@
_realname=godot
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=4.4.1
pkgrel=3
pkgver=4.5
pkgrel=1
pkgdesc='An advanced, feature packed, multi-platform 2D and 3D game engine (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://godotengine.org/'
msys2_repository_url="https://github.com/godotengine/godot"
msys2_references=(
"cpe: cpe:/a:godotengine:godot"
"cpe: cpe:/a:godotengine:godot_engine"
@ -41,8 +42,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-brotli"
optdepends=()
source=("https://github.com/godotengine/godot/releases/download/${pkgver}-stable/${_realname}-${pkgver}-stable.tar.xz"
"002-enforcing-pkgconfig-for-syslib.patch")
sha256sums=('ddbd6527cdb3ddb02910b383301a5c9117b1c33c777ef1c86d1b1eea43dcb651'
'27094b51a74ce2ff97283194d1b5f4516ceb69e4400fbd5e3ae5051d8cdc7eea')
sha256sums=('2cdb383d68bfe646c832064b9063310745e8db03a2e4b59f5946ee934b95c67d'
'0bc46520d2028839954be478c2975de6f05ae67429a1cf8d6fb39ef5deb60ccb')
apply_patch_with_msg() {
for _patch in "$@"