summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-qt/qtquick3d: keyword 6.6.1 for ~loongWANG Xuerui2024-01-021-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-qt/qtquick3d: drop 6.5.3Ionen Wolkens2023-12-192-44/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: Stabilize 6.6.1 amd64, #920154Arthur Zamarin2023-12-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtquick3d: add 6.7.9999Ionen Wolkens2023-12-121-0/+43
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: drop 6.6.0Ionen Wolkens2023-12-122-44/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: Keyword 6.6.1 x86, #918896Joonas Niilola2023-12-051-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-qt/qtquick3d: Keyword 6.6.1 riscv, #918896Jakov Smolić2023-12-031-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-qt/qtquick3d: Keyword 6.6.1 ppc64, #918896Arthur Zamarin2023-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtquick3d: Keyword 6.6.1 ppc, #918896Arthur Zamarin2023-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtquick3d: Keyword 6.6.1 arm64, #918896Arthur Zamarin2023-12-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtquick3d: Keyword 6.6.1 arm, #918896Arthur Zamarin2023-12-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtquick3d: add 6.6.1Ionen Wolkens2023-11-272-0/+44
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: sort depsIonen Wolkens2023-11-194-4/+4
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: add missing build dependency for vulkanEli Schwartz2023-11-194-0/+4
| | | | | | | | | | | | | | | | | | | | When vulkan is enabled, qtbase has to be built with vulkan support, and a bunch of private qt headers are poked at. Those headers privately make use of the bdep which qtbase itself has (USE-conditional on vulkan), but since it is only a build time dependency it is not necessarily guaranteed to be installed when building qtquick3d. Often it will be installed, since qtbase does after all drag it in. But e.g. when building qtquick3d from source, but getting qtbase via a binpkg, no bdeps for qtbase are available. Since this is private headers stuff, it makes a certain amount of sense that qtquick3d should be independently responsible for adding the same bdep on its own, rather than forcing qtbase to runtime depend on it. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: drop 6.5.2-r1Ionen Wolkens2023-11-152-43/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: Stabilize 6.5.3 amd64, #915549Arthur Zamarin2023-11-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtquick3d: add 6.6.0Ionen Wolkens2023-10-102-0/+43
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: drop 6.6.0_rcIonen Wolkens2023-10-102-43/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: add 6.5.3Ionen Wolkens2023-09-282-0/+43
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: drop 6.5.9999Ionen Wolkens2023-09-281-42/+0
| | | | | | | | Technically an LTS branch but 6.5.3 is due to be the last "public" release for this branch plus Plasma 6 is based on 6.6, so should have no use for this anymore. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: add 6.6.0_rcIonen Wolkens2023-09-262-0/+43
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: Stabilize 6.5.2-r1 amd64, #914113Sam James2023-09-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/*: add 6.6.9999Ionen Wolkens2023-09-131-0/+42
| | | | | | | | | | Sraight copies from 6.9999, pending updates as-needed to prepare for 6.6 which is slowly approaching (6.9999 been 6.7 for some time). 6.5.9999 will be leaving soon given 6.5.3 is the last 6.5 release for plebians. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: tighten deps a bitIonen Wolkens2023-09-093-6/+15
| | | | | | QtNetwork seems only used for a test, not worth a revbump. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: depend on qtbase[opengl=,vulkan=]Ionen Wolkens2023-09-053-3/+9
| | | | | | | | | | | | Littered in QT_CONFIG(opengl/vulkan) and needed to avoid ABI issues. Hopefully the last of these as it is annoying for users not handling opengl/vulkan with global flags (and portage tend to give the wrong suggestion here). Non-issue on desktop profiles by default. [gles2-only=] is also a thing, but less of an issue given nothing normally depends on that and simply left unset. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: replace = by ~ for dev-qt/*:6 depsIonen Wolkens2023-09-053-12/+12
| | | | | | | | | | | | | | | | | Less jarring a little bit shorter. Made sense in Qt5 given it used a ver_cut QT5_PV and could be used to ignore additional components, but with PV it does nothing useful. Plus we still want _rc and _betas to match (_p<date> are where issues start though, if ever needed we could reintroduce QT6_PV, but for now...). Should have done this in the previous style commit. Still keeping :6, do prefer these being everywhere for clarity with Qt slots (and qa-vdb!) even if essentially a no-op here. Plus, even if this does not happen with Qt, two slots having the same version can happen with revisions (e.g. current webkit-gtk). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: add missing zlib depIonen Wolkens2023-09-053-6/+6
| | | | | | | Albeit very much unmissable given it inherits system_zlib from qtbase which itself depends on zlib because of it. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: skip incompatible test (qt6)Ionen Wolkens2023-09-053-0/+15
| | | | | | | | | Attempts to import a test .dae file but that requires collada which is hard-disabled in our system copy. May need revisiting in assimp if someone needs this. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: add github upstream metadata for qt6 packagesIonen Wolkens2023-09-051-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: streamline style a bit across qt6 ebuildsIonen Wolkens2023-09-053-18/+18
| | | | | | | | | | | | | Misc minor adjustments / sorting, but more commonly: * use same RDEPEND + DEPEND ordering everywhere, bit of both order is used all across and sometime inverted in Qt5's so let's match skel.ebuild to avoid confusion * use explicit :6 slots, not necessary with =PV but this is more about normalizing usage when multiple slots exist (plus *cough* qa-vdb won't complaint anymore) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: import qt6 live ebuilds from ::qtIonen Wolkens2023-09-052-0/+64
| | | | | | | | | | | | | | | | | As-is, no changes in this commit which is mostly the same as the current in-tree ebuilds. Maintaining these in two different repos feels like just a hassle (to me), and would rather have everything in one place so I can change live and release ebuilds simultaneously as needed, plus not have to sync metadata or eclass changes either (plus chiitoo has ::gentoo commit access now). May move packages if I happen to work on them, albeit I have no intention to really touch Qt5 or LXQt (anyone working on these are free to the same if they want, or keep current workflow). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: drop 6.5.1Jimi Huotari2023-07-262-33/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qtquick3d: add 6.5.2Jimi Huotari2023-07-202-0/+33
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qtquick3d: drop 6.5.0Jimi Huotari2023-06-102-33/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qtquick3d: add 6.5.1Jimi Huotari2023-06-102-0/+33
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qtquick3d: drop 6.4.3Jimi Huotari2023-05-062-33/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qtquick3d: add 6.5.0Jimi Huotari2023-04-152-0/+33
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qtquick3d: drop 6.4.2Jimi Huotari2023-03-262-33/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qtquick3d: add 6.4.3Jimi Huotari2023-03-192-0/+33
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qtquick3d: drop 6.4.0Andreas Sturmlechner2023-02-092-33/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtquick3d: add 6.4.2Jimi Huotari2023-01-062-0/+33
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qtquick3d: drop 6.3.2Andreas Sturmlechner2022-12-012-33/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/*: add version 6.4.0Jimi Huotari2022-11-022-0/+33
| | | | | | | | | | | Bug: https://bugs.gentoo.org/838970 Bug: https://bugs.gentoo.org/863224 Bug: https://bugs.gentoo.org/875956 Closes: https://bugs.gentoo.org/862525 Closes: https://bugs.gentoo.org/863395 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27812 Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtquick3d: drop 6.3.1Andreas Sturmlechner2022-09-242-33/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtquick3d: add 6.3.2Andreas Sturmlechner2022-09-242-0/+33
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtquick3d: [QA] fix DTD HTTP->HTTPSSam James2022-08-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtquick3d: new packageJimi Huotari2022-08-023-0/+50
Version 6.3.1 of the Qt module and API for defining 3D content in Qt QuickTools. Bug: https://bugs.gentoo.org/838970 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>