commit:     412b31a848c1c13ceab96de890c169cceede5b0b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 22 14:19:31 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Sep 22 14:24:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412b31a8

dev-qt/qt3d: add issue link for assimp6.patch

Seen this issue before but kind of forgot about it.

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

 dev-qt/qt3d/files/qt3d-6.9.2-assimp6.patch | 12 +++++-------
 1 file changed, 5 insertions(+), 7 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 a419d2e8b58d..8ea1ee76e8f4 100644
--- a/dev-qt/qt3d/files/qt3d-6.9.2-assimp6.patch
+++ b/dev-qt/qt3d/files/qt3d-6.9.2-assimp6.patch
@@ -1,12 +1,10 @@
-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.
+Seems that the '5' enforces the major version and it refuses to find
+system's assimp-6.0.2 (which is perfectly usable given Qt 6.9.2 bundles
+that version without it).
 
-Issue could potentially be in our own assimp6 rather than in Qt given
-it does sed some bits, but needs investigation.
+We don't package older ones, so drop the check as a quick workaround.
 
-Either way, Qt bundles assimp-6.0.2 in Qt 6.9.2 and it should work fine
-with that system version.
+https://bugreports.qt.io/browse/QTBUG-137996
 --- a/src/core/configure.cmake
 +++ b/src/core/configure.cmake
 @@ -16 +16 @@

Reply via email to