Versions
v6.9999 :: 6/6.9999 :: gentoo
- Modified
- License
- || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3
- USE flags
- icu qml test
v6.6.9999 :: 6/6.6.9999 :: gentoo
- Modified
- License
- || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3
- USE flags
- icu qml test
v6.6.0_rc :: 6/6.6.0 :: gentoo
- Modified
- License
- || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3
- USE flags
- icu qml test
v6.5.3 :: 6/6.5.3 :: gentoo
- Modified
- License
- || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3
- Keywords
- ~amd64
- USE flags
- icu qml test
v6.5.2-r1 :: 6/6.5 :: gentoo
- Modified
- License
- || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3
- Keywords
- amd64
- USE flags
- icu qml test
USE flags
General
Dependencies
dev-libs / icu : International Components for Unicode
dev-qt / qtbase : Cross-platform application development framework
dev-qt / qtdeclarative : Qt Declarative (Quick 2)
dev-qt / qtshadertools : Qt APIs and Tools for Graphics Pipelines
Runtime Dependencies
dev-libs / icu : International Components for Unicode
dev-qt / qtbase : Cross-platform application development framework
dev-qt / qtdeclarative : Qt Declarative (Quick 2)
dev-qt / qtshadertools : Qt APIs and Tools for Graphics Pipelines
Depending packages
app-crypt / qca : Qt Cryptographic Architecture (QCA)
app-text / sigil : Multi-platform WYSIWYG ebook editor for ePub format
dev-libs / quazip : Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package
dev-qt / qt-creator : Lightweight IDE for C++/QML development centering around Qt
games-action / prismlauncher : A custom, open source Minecraft launcher
media-video / qmplay2 : A Qt-based video player, which can play most formats and codecs
net-analyzer / wireshark : Network protocol analyzer (sniffer)
net-im / telegram-desktop : Official desktop client for Telegram
net-news / rssguard : Simple (yet powerful) news feed reader
sci-geosciences / gpsbabel : GPS waypoints, tracks and routes converter
sci-mathematics / mathematica : Wolfram Mathematica
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
dev-qt/*: drop 6.5.9999
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> - Ionen Wolkens · gentoo
dev-qt/qt5compat: add 6.5.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
dev-qt/qt5compat: add 6.6.0_rc
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-qt/qt5compat: Stabilize 6.5.2-r1 amd64, #914113
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
dev-qt/*: add 6.6.9999
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> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
dev-qt/qt5compat: adjust qml check
Works either way but Qt6Qml produces cmake noise if qtdeclarative is not installed. Bug: https://bugs.gentoo.org/913692 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
dev-qt/*: replace = by ~ for dev-qt/*:6 deps
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> - Ionen Wolkens · gentoo
dev-qt/qt5compat: tighten deps a bit (qt6)
* qtbase[icu=]: links directly with it depending on qtbase, so we need to match and bind := for rebuilds * qtbase[xml]: bug #911927 * IUSE=qml: can be optional, and will also use shadertools with qml is found In theory we could add IUSE="gui xml" too but not convinced it's worth worrying about on a compat library, imagine roughly all revdeps will need IUSE="gui" too (unlike qml). Closes: https://bugs.gentoo.org/911927 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
dev-qt/qt5compat: use -j1 for tests (qt6)
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
dev-qt/*: streamline style a bit across qt6 ebuilds
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> - Ionen Wolkens · gentoo
dev-qt/*: import qt6 live ebuilds from ::qt
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> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/qt5compat: drop 6.5.1
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/qt5compat: add 6.5.2
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/qt5compat: drop 6.5.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> - Jimi Huotari · gentoo
dev-qt/qt5compat: add 6.5.1
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/qt5compat: drop 6.4.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/qt5compat: add 6.5.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/qt5compat: drop 6.4.2
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/qt5compat: add 6.4.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
dev-qt/qt5compat: drop 6.4.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/qt5compat: add 6.4.2
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
dev-qt/qt5compat: drop 6.3.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/*: add version 6.4.0
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> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
dev-qt/qt5compat: drop 6.3.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
dev-qt/qt5compat: add 6.3.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jimi Huotari · gentoo
dev-qt/qt5compat: new package
Version 6.3.1 of the Qt module containing the unsupported Qt 5 APIs. Bug: https://bugs.gentoo.org/838970 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25635 Signed-off-by: Sam James <sam@gentoo.org>