head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.6 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.11.11.12.34.13; author adam; state Exp; branches; next ; commitid h52x4P1rBTAtl8iG; desc @@ 1.1 log @qt6: updated to 6.10.0 Qt 6.10 is now available, with new features and improvements for application developers and device creators! Highlights for UI builders include a new flex-box layout system for Qt Quick, and support for more vector animations in SVG and Lottie format. And we have listened to your feedback and made it easier to exchange data between C++ code and a Qt Quick UI developed in QML. Such data can then be used with the new SearchField control, or with a new FilledSurface graph from the Qt Graphs module. If you prefer to maintain your existing codebase, upgrading to Qt 6.10 ensures your application automatically aligns with high-contrast system settings on both desktop and mobile platforms. This and other improvements in our accessibility implementation directly benefits users reliant on assistive technologies, improving usability and inclusivity without requiring any additional development effort. In addition to these highlights, new APIs across the Qt modules bring increased flexibility and productivity for both QML and C++ developers, and for users of Qt Widgets and Qt Quick. @ text @$NetBSD$ Add support for avoiding the cmake archiving api using configure since libarchive in pkgsrc that cmake uses is built without zstd support. --- qt_cmdline.cmake.orig 2025-11-09 11:48:20.825810916 +0000 +++ qt_cmdline.cmake @@@@ -44,6 +44,7 @@@@ qt_commandline_option(android-javac-sour ) qt_commandline_option(android-style-assets TYPE boolean) qt_commandline_option(appstore-compliant TYPE boolean) +qt_commandline_option(avoid_cmake_archiving_api TYPE boolean CMAKE_VARIABLE QT_AVOID_CMAKE_ARCHIVING_API) qt_commandline_option(avx TYPE boolean) qt_commandline_option(avx2 TYPE boolean) qt_commandline_option(avx512 TYPE boolean NAME avx512f) @