New commits:
commit eee020559ce667f6264d4ddded0cdc38314519a3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
stellarium 24.2
commit a1712e2a5a8471a5e9d46284f129fdbf22b883e1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
obs-studio: Remove Qt6_DIR and LD_LIBRARY_PATH; PATCHLEVEL++
cmake_build now makes sure to add an rpath to the Qt6 libdir.
commit e0b03fadd74302fc75ea77cf922d9949ea22676b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
FUNCTIONS: cmake_build: Make use of -rpath for spells using Qt6
commit af7131fc12af71aea3432536e66a68e5c2944d70
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
FUNCTIONS: Use CMAKE_INSTALL_ALWAYS
When re-casting, the rules generated by CMake interact badly with castfs,
as
they don't update unchanged files, something castfs requires; this
behaviour
is corrected by setting CMAKE_INSTSALL_ALWAYS.
diff --git a/ChangeLog b/ChangeLog
index 8973e03..d0a99cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-30 Ismael Luceno <ismael AT sourcemage.org>
+ * FUNCTIONS: added CMAKE_INSTALL_ALWAYS on cmake_install, otherwise
+ cmake interacts badly with castfs;
+ added -rpath to LDFLAGS in cmake_build for Qt6 spells
+
2024-06-29 Ismael Luceno <ismael AT sourcemage.org>
* libs/nlopt: new spell, library for nonlinear optimization