godot: update to 4.7.1.
This commit is contained in:
committed by
Duncan Overbruck
parent
d22c8c75da
commit
fba9a04abc
@@ -1150,6 +1150,7 @@ librygel-db-2.8.so.0 librygel-0.42.0_1
|
||||
libharfbuzz.so.0 libharfbuzz-5.1.0_1
|
||||
libharfbuzz-icu.so.0 libharfbuzz-5.1.0_1
|
||||
libharfbuzz-raster.so.0 libharfbuzz-14.2.1_1
|
||||
libharfbuzz-vector.so.0 libharfbuzz-14.3.0_1
|
||||
libharfbuzz-subset.so.0 libharfbuzz-5.1.0_1
|
||||
libharfbuzz-gobject.so.0 libharfbuzz-5.1.0_1
|
||||
libharfbuzz-cairo.so.0 libharfbuzz-7.1.0_1
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/platform/linuxbsd/detect.py
|
||||
+++ b/platform/linuxbsd/detect.py
|
||||
@@ -256,7 +256,7 @@ def configure(env: "SConsEnvironment"):
|
||||
env.ParseConfig("pkg-config icu-i18n icu-uc --cflags --libs")
|
||||
|
||||
if not env["builtin_harfbuzz"]:
|
||||
- env.ParseConfig("pkg-config harfbuzz harfbuzz-icu --cflags --libs")
|
||||
+ env.ParseConfig("pkg-config harfbuzz harfbuzz-icu harfbuzz-raster --cflags --libs")
|
||||
|
||||
if not env["builtin_icu4c"] or not env["builtin_harfbuzz"]:
|
||||
print_warning(
|
||||
@@ -1,6 +1,6 @@
|
||||
# Template file for 'godot'
|
||||
pkgname=godot
|
||||
version=4.7
|
||||
version=4.7.1
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64* armv7* ppc64*"
|
||||
build_style=scons
|
||||
@@ -22,7 +22,7 @@ maintainer="zenobit <zen@osowoso.org>"
|
||||
license="MIT"
|
||||
homepage="https://www.godotengine.org/"
|
||||
distfiles="https://github.com/godotengine/godot/archive/${version}-stable.tar.gz"
|
||||
checksum=5960084fce0934dfa68acd26df1103385cf3675d0de2b5124922d3cae602bf1c
|
||||
checksum=eb2378d76964b25d5ecb61e16c934b59ae4f605c42cdb1a2a49eb7bf6d33dcf0
|
||||
nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
|
||||
|
||||
CFLAGS+=" -fPIE -fPIC"
|
||||
|
||||
Reference in New Issue
Block a user