godot: update to 3.5.1.

Also enable the PulseAudio audio backend to fix audio playback on
PipeWire. Previously, the package's only enabled audio driver was ALSA,
but Godot on alsa-pipewire stutters, and Godot on HW ALSA devices
prevents PipeWire apps from playing audio.
This commit is contained in:
nyanpasu64 2022-10-14 05:30:24 -07:00 committed by John Zimmermann
parent b70c866531
commit 07b1af8dcc
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'godot'
pkgname=godot
version=3.5
version=3.5.1
revision=1
archs="x86_64* i686* aarch64* armv7* ppc64*"
build_style=scons
@ -9,7 +9,7 @@ build_style=scons
# Use builtin bullet for now as it's too old in repos (needs 2.89)
# Toggle to not use builtin once bullet has been updated
make_build_args="platform=x11 tools=yes target=release_debug dev=no progress=no
pulseaudio=no builtin_bullet=false builtin_libpng=false builtin_libvpx=false
builtin_bullet=false builtin_libpng=false builtin_libvpx=false
builtin_libwebp=false builtin_libogg=false builtin_libtheora=false
builtin_opus=false builtin_libvorbis=false builtin_enet=false
builtin_zlib=false builtin_freetype=false builtin_mbedtls=false
@ -20,13 +20,13 @@ makedepends="
libXinerama-devel libXrender-devel libXrandr-devel libX11-devel
bullet-devel libpng-devel libvpx-devel libwebp-devel libogg-devel libtheora-devel
opus-devel opusfile-devel libvorbis-devel libenet-devel zlib-devel mbedtls-devel
miniupnpc-devel pcre2-devel"
miniupnpc-devel pcre2-devel pulseaudio-devel"
short_desc="Multiplatform 2D and 3D engine"
maintainer="Nick Hahn <nick.hahn@hotmail.de>"
license="MIT"
homepage="https://www.godotengine.org/"
distfiles="https://github.com/godotengine/${pkgname}/archive/${version}-stable.tar.gz"
checksum=c65425e1d56a7097990f231c27c9271b7159f763dc59f0eaba9273633e59da36
distfiles="https://github.com/godotengine/godot/archive/${version}-stable.tar.gz"
checksum=164523c1c8aef0b69b135645794f5bece3f63788556a56aa293c118cde457023
nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
CFLAGS+=" -fPIE -fPIC"