Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
godot


Commits:
f71396bb by Alexander F. Rødseth at 2024-08-24T16:23:10+02:00
Temporarily using mbedtls that comes with Godot, ref issue #3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = godot
        pkgdesc = Advanced cross-platform 2D and 3D game engine
        pkgver = 4.3
-       pkgrel = 2
+       pkgrel = 3
        url = https://godotengine.org/
        arch = x86_64
        license = MIT
@@ -27,7 +27,6 @@ pkgbase = godot
        depends = libxi
        depends = libxinerama
        depends = libxrandr
-       depends = mbedtls
        depends = openxr
        depends = miniupnpc
        depends = pcre2


=====================================
PKGBUILD
=====================================
@@ -7,15 +7,14 @@
 
 pkgname=godot
 pkgver=4.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Advanced cross-platform 2D and 3D game engine'
 url='https://godotengine.org/'
 license=(MIT)
 arch=(x86_64)
 makedepends=(alsa-lib pulseaudio scons yasm)
 depends=(brotli ca-certificates embree freetype2 graphite harfbuzz 
harfbuzz-icu libglvnd libspeechd
-         libsquish libtheora libvorbis libwebp libwslay libxcursor libxi
-         libxinerama libxrandr mbedtls openxr miniupnpc pcre2)
+         libsquish libtheora libvorbis libwebp libwslay libxcursor libxi 
libxinerama libxrandr openxr miniupnpc pcre2)
 optdepends=('pipewire-alsa: for audio support'
             'pulse-native-provider: for audio support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz";)
@@ -33,6 +32,7 @@ build() {
   cd $pkgname-$pkgver-stable
   export BUILD_NAME=arch_linux
   # Not unbundled (yet):
+  #  mbedtls
   #  enet (contains no upstreamed IPv6 support)
   #  AUR: libwebm, rvo2
   #  recastnavigation, xatlas
@@ -58,7 +58,7 @@ build() {
     builtin_libvorbis=no \
     builtin_libwebp=no \
     builtin_wslay=yes \
-    builtin_mbedtls=no \
+    builtin_mbedtls=yes \
     builtin_miniupnpc=no \
     builtin_openxr=no \
     builtin_pcre2=no \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/godot/-/commit/f71396bbe8f15a517fbdae0806e0f31d5d77274f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/godot/-/commit/f71396bbe8f15a517fbdae0806e0f31d5d77274f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to