Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package godot for openSUSE:Factory checked 
in at 2021-05-13 22:18:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/godot (Old)
 and      /work/SRC/openSUSE:Factory/.godot.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "godot"

Thu May 13 22:18:28 2021 rev:9 rq:892540 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/godot/godot.changes      2021-04-27 
21:36:00.708117084 +0200
+++ /work/SRC/openSUSE:Factory/.godot.new.2988/godot.changes    2021-05-13 
22:18:34.183582131 +0200
@@ -1,0 +2,8 @@
+Thu Apr 29 12:37:28 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Disable modules unsupported on aarch64 and %arm:
+  * module_denoise_enabled
+  * module_lightmapper_cpu_enabled
+  * module_raycast_enabled
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ godot.spec ++++++
--- /var/tmp/diff_new_pack.BbQU9K/_old  2021-05-13 22:18:34.867579752 +0200
+++ /var/tmp/diff_new_pack.BbQU9K/_new  2021-05-13 22:18:34.871579738 +0200
@@ -293,11 +293,18 @@
 mkdir -pv thirdparty/certs
 touch thirdparty/certs/ca-certificates.crt
 
-%define build_args %{?_smp_mflags} \\\
+%define build_args_common %{?_smp_mflags} \\\
         progress=no verbose=yes udev=yes use_lto=1 \\\
         use_static_cpp=no CCFLAGS='%{optflags}' \\\
         system_certs_path=%{ca_bundle} $system_libs
 
+%ifarch aarch64 %arm
+# Disable unsupported features - 
https://github.com/godotengine/godot/issues/48297#issuecomment-829165296
+%define build_args %{build_args_common} module_denoise_enabled=no 
module_lightmapper_cpu_enabled=no module_raycast_enabled=no
+%else
+%define build_args %{build_args_common}
+%endif
+
 # Build graphical editor (tools)
 # rename x11 to linuxbsd ?
 scons %{build_args} platform=x11 tools=yes target=release_debug

Reply via email to