dev-qt/qtquick3d: drop 6.10.0

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-11-22 08:09:49 -05:00
parent d60904c5aa
commit 96480992eb
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
2 changed files with 0 additions and 58 deletions

View File

@ -1,3 +1,2 @@
DIST qtquick3d-everywhere-src-6.10.0.tar.xz 73958456 BLAKE2B 3c86690b638a894a6979760e5904e56eaf6b758bb1168b5688e5fed92b738e2bda10c1459e3c2c7ae6a404b7f9f449398cd354254f17137c949b5956b9e59498 SHA512 5e86ec1f92b49b4fe44a8b1c67190e1969e4385e1b106e09c186be61a0f3f4d7809791334b72ae9f6f5d75372cc9a97d248aeb0876651f4f156d2c365d4b9dfa
DIST qtquick3d-everywhere-src-6.10.1.tar.xz 73973028 BLAKE2B 972fa78e0560a810c1ca0085a483aff358a8dfe6bcaa70131020b43ef97ef3c78c214aebbfef3688ef81cc1d79d55ec56089a39fbbdb984404fef0d99b7e12ff SHA512 504ababdd325963d81a0539b843d34b71cc4059d646084d332bc02d48aa3d2e3d518e75e3fb975a58c6a9f13fa34dc1556b5c5a324c52401dbf3e53e56186004
DIST qtquick3d-everywhere-src-6.9.3.tar.xz 74192408 BLAKE2B 46ca5976ef30366f2e516999e58599dad8f8ddf79d68d8128f3bbd9ba4b7abf9c9e5e56e01df4e1f5ceac4507dbcbb04822d641029168bd5ba8675f2883d6dc4 SHA512 c0f440da01728b2ccee8ad8dc87e9439ccad7e76d8d1fa82a915fff008590ec2423f9b6ca4ffb063fc01700b08aece485df398a3717bac4de16c6e06679b3219

View File

@ -1,57 +0,0 @@
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
QT6_HAS_STATIC_LIBS=1
inherit qt6-build
DESCRIPTION="Qt module and API for defining 3D content in Qt QuickTools"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
elif [[ ${QT6_BUILD_TYPE} == live ]]; then
EGIT_SUBMODULES=() # skip qtquick3d-assimp
fi
IUSE="opengl vulkan"
RDEPEND="
~dev-qt/qtbase-${PV}:6[concurrent,gui,opengl=,vulkan=,widgets]
~dev-qt/qtdeclarative-${PV}:6
~dev-qt/qtquicktimeline-${PV}:6
~dev-qt/qtshadertools-${PV}:6
media-libs/assimp:=
virtual/zlib:=
"
DEPEND="
${RDEPEND}
test? ( ~dev-qt/qtbase-${PV}:6[network] )
vulkan? ( dev-util/vulkan-headers )
"
BDEPEND="
~dev-qt/qtshadertools-${PV}:6
"
CMAKE_SKIP_TESTS=(
# needs off-by-default assimp[collada] that is masked on some profiles,
# not worth the extra trouble
tst_qquick3dassetimport
)
PATCHES=(
"${FILESDIR}"/${PN}-6.6.2-gcc14.patch
"${FILESDIR}"/${PN}-6.6.2-x32abi.patch
"${FILESDIR}"/${PN}-6.9.2-assimp6.patch
)
src_configure() {
local mycmakeargs=(
# TODO: if someone wants it, openxr should likely have its own
# USE and be packaged rather than use the bundled copy (if use
# bundled, note need to setup python-any-r1)
-DQT_FEATURE_quick3dxr_openxr=OFF
)
qt6-build_src_configure
}