summaryrefslogtreecommitdiff
path: root/dev-qt
Commit message (Collapse)AuthorAgeFilesLines
* dev-qt/qtquick3d: fix build with x32 abiIonen Wolkens2024-03-045-0/+16
| | | | | | | | Have not tested myself, but this is harmless. Closes: https://bugs.gentoo.org/926094 Thanks-to: Andrii Batyiev Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebengine: add IUSE=webdriver to 6.7+Ionen Wolkens2024-03-043-2/+9
| | | | | | | | | | | | | | | | | No deps but make it optional given most people do not need this and it adds a bit of build time plus ~35MB to the install. For the IUSE name, debated IUSE=webenginedriver as well but "webdriver" is the name of the specification, and it felt redundant to have webengine in the IUSE name for the webengine package. wrt tests, unfortunately like most tools-related tests (see qttools), it tries to use the system's tool and makes it difficult to specify a path -- so skipping tst_webenginedriver for simplicity, it's not a component that need to be overly worried about either way (haven't tried but imagine may be further messy with sandbox too). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtserialbus: skip tst_qcandbcfileparser (qt6)Ionen Wolkens2024-03-044-0/+20
| | | | | | | | | Failed while I was trying out 6.7.9999, thought it was a regression at first but it passed when I tried again. Not going to worry about this, so let's just skip it. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtbase: drop upstreamed x32 fix from liveIonen Wolkens2024-02-283-3/+0
| | | | | | | Thanks for getting this fixed upstream. Bug: https://bugs.gentoo.org/925103 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt-creator: Stabilize 12.0.2 amd64, #925703Arthur Zamarin2024-02-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qt-docs: enable serialbus by default (qt6)Ionen Wolkens2024-02-281-1/+1
| | | | | | | Just because it is now packaged. Bug: https://bugs.gentoo.org/925517 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtserialbus: new slot, add 6.6.2:6 + liveIonen Wolkens2024-02-285-0/+133
| | | | | | | | | | | | | | | | Nothing special (same as Qt5) and tests pass.. albeit it does need extras to cleanup junk it installs when tests are enabled. It would be possible to make qtserialport optional by using cmake_use_find_package but unsure how much sense this makes. Given Qt5 didn't, not going to bother unless someone using this package actually wants to skip this dependency. Note that this has no revdeps neither for Qt5 nor Qt6, but some users apparently need it and the package itself is simple. Closes: https://bugs.gentoo.org/925517 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtmultimedia: depend on qtbase[concurrent] with ffmpegIonen Wolkens2024-02-274-4/+4
| | | | | | | Intentionally skipping revbump, see bug #925597's comments. Closes: https://bugs.gentoo.org/925597 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt-creator: disable designer by default in liveIonen Wolkens2024-02-251-1/+1
| | | | | | | | | | | | | | | | | This been set by default in the old ebuilds and opted to leave it like that but, with Qt6 and the non-split qttools where designer is off by default, this been annoying for users. Default designer on qttools when most users don't need it does not seem like the right move -- and believe users that actually want this will know to set it themselves (perhaps even globally). Not that I'm either a qt-creator nor designer user (just maintaining regardless), so opinions from actual users for defaults are welcome. (live-only to avoid long rebuilds, will propagate in next version) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebengine: fix build with upcoming clang18Ionen Wolkens2024-02-255-0/+179
| | | | | | | | | | | | Do not want to trigger rebuilds over this, so straight-to-stable with no revbump. Entirely untested for 6.7, not worrying too much until 6.7.0-rc. With some luck Qt may backport this themselves before release. Will move in patchset later if the patch needs to stay. Closes: https://bugs.gentoo.org/925486 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtbase: fix build with x32 abiIonen Wolkens2024-02-225-0/+17
| | | | | | Closes: https://bugs.gentoo.org/925103 Thanks-to: Andrii Batyiev Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebengine: enable py3.12 in 6.6.2+Ionen Wolkens2024-02-224-8/+4
| | | | | | | | | | | | | | | | Fixes were merged bit at last minute and the bug for it (QTBUG-117979) was updated late, and missed that 6.6.2 fixed py3.12 support. Note that while it still has several references to distutils and an upstream bug (QTBUG-115512), seems none are necessary as it built fine with setuptools[-python_target_python3_12] after double-checking that it did use 3.12. (if reading this wondering why portage asks to rebuild qtwebengine, it's time to start using -U/--changed-use rather than -N/--newuse -- alternatively could've held it back until 6.6.3 but well) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qttools: use := to match upcoming llvm-r1 changesIonen Wolkens2024-02-223-6/+6
| | | | | | | | | Currently ommited in the llvm-r1 example, but that's being changed and >=llvm-18.1.0_rc3 will use $(ver_cut 1-2) as subslot. No need for a revbump (slot 18 is still masked either way). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt-creator: use := to match upcoming llvm-r1 changesIonen Wolkens2024-02-222-2/+2
| | | | | | | | | Currently ommited in the llvm-r1 example, but that's being changed and >=llvm-18.1.0_rc3 will use $(ver_cut 1-2) as subslot. No need for a revbump (slot 18 is still masked either way). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt-docs: drop 6.6.1_p202311210527Ionen Wolkens2024-02-222-269/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebview: drop 6.6.1Ionen Wolkens2024-02-222-20/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebsockets: drop 6.6.1Ionen Wolkens2024-02-222-29/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebengine: drop 6.6.1Ionen Wolkens2024-02-222-316/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebchannel: drop 6.6.1Ionen Wolkens2024-02-222-28/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwayland: drop 6.6.1Ionen Wolkens2024-02-222-48/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtvirtualkeyboard: drop 6.6.1Ionen Wolkens2024-02-222-48/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qttranslations: drop 6.6.1Ionen Wolkens2024-02-222-16/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qttools: drop 6.6.1Ionen Wolkens2024-02-222-149/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtsvg: drop 6.6.1Ionen Wolkens2024-02-222-19/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtspeech: drop 6.6.1Ionen Wolkens2024-02-222-48/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtshadertools: drop 6.6.1Ionen Wolkens2024-02-222-18/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtserialport: drop 6.6.1Ionen Wolkens2024-02-222-19/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtsensors: drop 6.6.1Ionen Wolkens2024-02-222-29/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtscxml: drop 6.6.1Ionen Wolkens2024-02-222-35/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquicktimeline: drop 6.6.1Ionen Wolkens2024-02-222-19/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtquick3d: drop 6.6.1Ionen Wolkens2024-02-222-44/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtpositioning: drop 6.6.1Ionen Wolkens2024-02-222-64/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtnetworkauth: drop 6.6.1Ionen Wolkens2024-02-222-16/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtmultimedia: drop 6.6.1-r1Ionen Wolkens2024-02-222-86/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtlocation: drop 6.6.1Ionen Wolkens2024-02-222-45/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtimageformats: drop 6.6.1Ionen Wolkens2024-02-222-36/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qthttpserver: drop 6.6.1Ionen Wolkens2024-02-222-32/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtdeclarative: drop 6.6.1Ionen Wolkens2024-02-222-34/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtconnectivity: drop 6.6.1Ionen Wolkens2024-02-222-73/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtcharts: drop 6.6.1Ionen Wolkens2024-02-222-29/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: drop 6.6.1Ionen Wolkens2024-02-222-38/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt3d: drop 6.6.1Ionen Wolkens2024-02-222-37/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtbase: drop vulnerable 6.6.1-r4Ionen Wolkens2024-02-223-420/+0
| | | | | Bug: https://bugs.gentoo.org/924647 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qtwebview: Stabilize 6.6.2 amd64, #924651Arthur Zamarin2024-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtwebengine: Stabilize 6.6.2 amd64, #924651Arthur Zamarin2024-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtwebchannel: Stabilize 6.6.2 amd64, #924651Arthur Zamarin2024-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtwayland: Stabilize 6.6.2 amd64, #924651Arthur Zamarin2024-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtvirtualkeyboard: Stabilize 6.6.2 amd64, #924651Arthur Zamarin2024-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qttranslations: Stabilize 6.6.2 amd64, #924651Arthur Zamarin2024-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qttools: Stabilize 6.6.2 amd64, #924651Arthur Zamarin2024-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>