commit:     b38b09aab0ebf30c41b43d2bc42a9975d42c6893
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 22 01:04:01 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Sep 22 01:06:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38b09aa

dev-qt/qt3d: change assimp6.patch description

Really not quite sure what is happening here. I suspect it may
not be an issue in Qt but rather something with assimp itself.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qt3d/files/qt3d-6.9.2-assimp6.patch | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qt3d/files/qt3d-6.9.2-assimp6.patch 
b/dev-qt/qt3d/files/qt3d-6.9.2-assimp6.patch
index a1532b113881..a419d2e8b58d 100644
--- a/dev-qt/qt3d/files/qt3d-6.9.2-assimp6.patch
+++ b/dev-qt/qt3d/files/qt3d-6.9.2-assimp6.patch
@@ -1,6 +1,12 @@
-Qt bundles assimp-6.x but the system library check still enforces
-the major version (5) rather than only check minimum. Ignore version
-for simplicity (we don't package incompatible <5 versions).
+Reason is currently unclear, but somehow it thinks 6.0.2 is not
+higher than 5? Or is there some rule that enforces == major version?
+Dropping the lower bound allows it to find assimp6.
+
+Issue could potentially be in our own assimp6 rather than in Qt given
+it does sed some bits, but needs investigation.
+
+Either way, Qt bundles assimp-6.0.2 in Qt 6.9.2 and it should work fine
+with that system version.
 --- a/src/core/configure.cmake
 +++ b/src/core/configure.cmake
 @@ -16 +16 @@

Reply via email to