summaryrefslogtreecommitdiff
path: root/dev-qt
Commit message (Collapse)AuthorAgeFilesLines
* dev-qt/kdsingleapplication: pkgmove to dev-libs/kdsingleapplicationAndreas Sturmlechner35 hours3-108/+0
| | | | | Bug: https://bugs.gentoo.org/935012 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qt-creator: sync liveIonen Wolkens39 hours1-10/+10
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt-creator: add 14.0.0Ionen Wolkens39 hours2-0/+269
| | | | | | | | | | | | | | | | | | Few ebuild changes, but for some notes: * Meant to use system's lua+sol2 (newly bundled), but it does not seem to have a switch to use system's easily and not going to bother on such a big package if not. * The bits requiring Go have not landed in 14 and remain 9999-only. * Dropped the comment about Qt's version given cmake files may optionally require yet a newer one for specific features. * There is a new switch for building docs, so can simplify a bit. * Thought to try unbundling syntax-highlighting but after finding out it uses the old slot opted to keep it like that for now. May possibly have overlooked something given there is a lot of noise in cmake files, please report a bug if anything is off. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt-creator: update journald commentIonen Wolkens2 days2-2/+6
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt-creator: drop 13.0.1Ionen Wolkens2 days2-269/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtbase: extend description for journald and syslogIonen Wolkens2 days1-2/+2
| | | | | | | | | | | Primary reason not using (profile default) USE=systemd or global descriptions is because this disables stderr and may come as unexpected. Arguably syslog should've been renamed too, albeit fwiw it's not a default and likely few people set it globally. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtbase: minor style/comment adjustmentsIonen Wolkens2 days4-8/+8
| | | | | | | | | Note that if needed this ?? () could be dropped, syslog just becomes a no-op if both are set, but given journald is not a global USE it shouldn't cause problems at this stage and lets users know only one will work. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtbase: depend on virtual/logger with syslogIonen Wolkens2 days4-8/+24
| | | | | | | | | | | Not super important but it shouldn't hurt, esp. given unsure how Qt behaves when it's missing. Introduce COMMON_DEPEND while at it to be correct, feel may potentially need it for other dependencies in the future. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtbase: add logging backends selectionHaochen Tong2 days5-4/+22
| | | | | | Signed-off-by: Haochen Tong <i@hexchain.org> Closes: https://github.com/gentoo/gentoo/pull/37668 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwayland: sync missing change to 6.7.9999Ionen Wolkens3 days1-0/+6
| | | | | | | | Already present in 6.7.2 and 6.8.9999 but seems forgot to add it to 6.7.9999 and it will likely still be needed for 6.7.3 as upstream seems to be giving low priority to this issue. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtmultimedia: update >=6.8 liveIonen Wolkens3 days3-8/+79
| | | | | | | | | | | | | | | | | | | Originally thought it added native pipewire audio support, but this is only for screencast and so not doing USE=pipewire. Split off [X=] hack and add a redundant [X?] in case we are ever able to remove it (aka gst not broken without xorg-proto, xorg-proto in RDEPEND, or if a new EAPI adds a way declare DEPEND-only deps for reverse deps). gst[egl] could technically be optional, but feel it's not worth introducing a USE. Arguably feel it should be unconditionally enabled on gst if USE=opengl. Updating the ebuild also exposed a bug in cmake's checks with gl_x11 and gl_wayland, been reported and doing a temporary workaround for now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: reword openxr commentIonen Wolkens3 days2-4/+4
| | | | | | | Have not re-tried bundled, but that comment will likely become outdated sooner or later if not already. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtmultimedia: disable unity build in >=6.8 for nowIonen Wolkens3 days2-0/+2
| | | | | | | Just so it builds, it's not the only problem (also 3 test failures to investigate, but will leave that for when it's closer to release). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebengine: update 6.7 and 6.8 patchsetsIonen Wolkens4 days5-6/+6
| | | | | | | | | | | | | | | | | 6.7-9 -> 6.7-10 changes: Added: * gcc15.patch (with two fixes wrt bug #936415, built fine with all USE enabled using gcc-15.0.0_pre20240721) 6.8-1 -> 6.8-2 changes: Added: * gcc15.patch (including an additional fix for 6.8+, untested) Removed: * ninja1.12.patch (upstreamed) + minor rebasing where needed Closes: https://bugs.gentoo.org/936415 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtconnectivity: skip tst_qbluetoothdevicediscoveryagentIonen Wolkens4 days4-0/+4
| | | | | Closes: https://bugs.gentoo.org/936485 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtbase: skip flaky tst_qprocessIonen Wolkens4 days4-8/+4
| | | | | Closes: https://bugs.gentoo.org/936484 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtbase: drop vulnerable 6.7.2Ionen Wolkens6 days1-349/+0
| | | | | Bug: https://bugs.gentoo.org/935869 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtnetwork: drop vulnerable 5.15.14Ionen Wolkens6 days1-62/+0
| | | | | Bug: https://bugs.gentoo.org/935869 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtnetwork: Stabilize 5.15.14-r1 ppc64, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtbase: Stabilize 6.7.2-r1 ppc64, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtnetwork: Stabilize 5.15.14-r1 arm, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtbase: Stabilize 6.7.2-r1 arm, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtnetwork: Stabilize 5.15.14-r1 amd64, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtbase: Stabilize 6.7.2-r1 amd64, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtnetwork: Stabilize 5.15.14-r1 ppc, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtbase: Stabilize 6.7.2-r1 ppc, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtnetwork: Stabilize 5.15.14-r1 arm64, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtbase: Stabilize 6.7.2-r1 arm64, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtnetwork: Stabilize 5.15.14-r1 x86, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtbase: Stabilize 6.7.2-r1 x86, #936171Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtquick3d: backport gcc15 fix for bundled embreeIonen Wolkens6 days5-0/+28
| | | | | | | | | | | Likely be a while before this lands in qtquick3d itself (bundled embree has not been touched in 2 years), so may as well backport now even if not urgent. Relatively long build so not going to revbump/re-stabilize over this. Closes: https://bugs.gentoo.org/936410 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwayland: Stabilize 6.7.2-r3 x86, #936166Jakov Smolić8 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-qt/qtwayland: Stabilize 6.7.2-r3 arm64, #936166Sam James8 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtwayland: Stabilize 6.7.2-r3 arm, #936166Sam James8 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtwayland: Stabilize 6.7.2-r3 amd64, #936166Sam James8 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtbase: backport fix for CVE-2024-39936Ionen Wolkens10 days2-0/+550
| | | | | | | | Still no update from Qt's blog, but given been handled for Qt5 may as well do it here too at this point. Bug: https://bugs.gentoo.org/935869 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtnetwork: Fix CVE-2024-39936Andreas Sturmlechner10 days2-0/+242
| | | | | Bug: https://bugs.gentoo.org/935869 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtwayland: backport yet another fix for plasmaIonen Wolkens11 days2-0/+30
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt-docs: drop 6.7.1_p202404231200Ionen Wolkens11 days2-254/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebview: drop 6.7.1Ionen Wolkens11 days2-20/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebsockets: drop 6.7.1Ionen Wolkens11 days2-29/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebengine: drop 6.7.1Ionen Wolkens11 days2-337/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebchannel: drop 6.7.1Ionen Wolkens11 days2-28/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwayland: drop 6.7.1Ionen Wolkens11 days2-62/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtvirtualkeyboard: drop 6.7.1Ionen Wolkens11 days2-52/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qttranslations: drop 6.7.1Ionen Wolkens11 days2-17/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qttools: drop 6.7.1Ionen Wolkens11 days2-155/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtsvg: drop 6.7.1Ionen Wolkens11 days2-27/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtspeech: drop 6.7.1Ionen Wolkens11 days2-45/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtshadertools: drop 6.7.1Ionen Wolkens11 days2-18/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>