Please find below a simple Qt6 LTS update to 6.8.3. This is a pure bugfix update without security fixes (except for QtWebEngine, where there was certainly a bug fixes):
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.8.3/release-note.md I don't necessarily want to push it into 7.7. But I think it would be right. CC jjt@ (pyside maintainer) Cheers, Rafael diff --git a/x11/qt6/Makefile.version b/x11/qt6/Makefile.version index fa2f63d9ed9..da658644d90 100644 --- a/x11/qt6/Makefile.version +++ b/x11/qt6/Makefile.version @@ -1,6 +1,6 @@ # Common source for Qt6 version -QT6_VERSION = 6.8.2 -PYSIDE_VERSION = 6.8.2.1 +QT6_VERSION = 6.8.3 +PYSIDE_VERSION = 6.8.3 # This one is used for building dependencies for examples and documentation, # which obviously should be in sync with core packages. diff --git a/x11/qt6/pyside6/Makefile.inc b/x11/qt6/pyside6/Makefile.inc index ca4c3a9519f..546a731ec4b 100644 --- a/x11/qt6/pyside6/Makefile.inc +++ b/x11/qt6/pyside6/Makefile.inc @@ -11,5 +11,3 @@ PERMIT_PACKAGE = Yes QTSRC = https://download.qt.io/official_releases/QtForPython SITES = ${QTSRC}/pyside6/PySide6-${VERSION}-src/ - -WRKDIST = ${WRKDIR}/${DISTNAME:R} diff --git a/x11/qt6/pyside6/pyside/Makefile b/x11/qt6/pyside6/pyside/Makefile index 5c59aefd8f3..fc7db64481f 100644 --- a/x11/qt6/pyside6/pyside/Makefile +++ b/x11/qt6/pyside6/pyside/Makefile @@ -1,6 +1,5 @@ COMMENT = Python Qt bindings for Qt 6 PKGNAME = pyside6-${VERSION} -REVISION = 0 SHARED_LIBS += pyside6.abi3 1.0 # 0.0 SHARED_LIBS += pyside6qml.abi3 0.0 # 0.0 diff --git a/x11/qt6/pyside6/pyside/distinfo b/x11/qt6/pyside6/pyside/distinfo index 8e1a3a3c605..1745fff75d3 100644 --- a/x11/qt6/pyside6/pyside/distinfo +++ b/x11/qt6/pyside6/pyside/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = E/egCzYKWGkIT8wIXEi6I2kVogC7WhPBVI7Yq3qLYGs= -SIZE (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = 16609240 +SHA256 (qt/pyside-setup-everywhere-src-6.8.3.tar.xz) = 0siW9/Gmp+pMn5jP4xcnL9E5cD3fYSuGmZ8J5Iru8OY= +SIZE (qt/pyside-setup-everywhere-src-6.8.3.tar.xz) = 16611768 diff --git a/x11/qt6/pyside6/pyside/pkg/PLIST b/x11/qt6/pyside6/pyside/pkg/PLIST index 6a7ba80d50b..ef89a483481 100644 --- a/x11/qt6/pyside6/pyside/pkg/PLIST +++ b/x11/qt6/pyside6/pyside/pkg/PLIST @@ -376,7 +376,6 @@ share/PySide6/typesystems/glue/plugins.h share/PySide6/typesystems/glue/qeasingcurve_glue.cpp share/PySide6/typesystems/glue/qeasingcurve_glue.h share/PySide6/typesystems/gui_common.xml -share/PySide6/typesystems/opengl_common.xml share/PySide6/typesystems/typesystem_3danimation.xml share/PySide6/typesystems/typesystem_3dcore.xml share/PySide6/typesystems/typesystem_3dextras.xml diff --git a/x11/qt6/pyside6/shiboken/Makefile b/x11/qt6/pyside6/shiboken/Makefile index c657225e278..3780c2d62a0 100644 --- a/x11/qt6/pyside6/shiboken/Makefile +++ b/x11/qt6/pyside6/shiboken/Makefile @@ -1,6 +1,5 @@ COMMENT = Python binding generator for C++ libraries PKGNAME = shiboken6-${VERSION} -REVISION = 1 SHARED_LIBS += shiboken6.abi3 1.0 # 0.0 diff --git a/x11/qt6/pyside6/shiboken/distinfo b/x11/qt6/pyside6/shiboken/distinfo index 8e1a3a3c605..1745fff75d3 100644 --- a/x11/qt6/pyside6/shiboken/distinfo +++ b/x11/qt6/pyside6/shiboken/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = E/egCzYKWGkIT8wIXEi6I2kVogC7WhPBVI7Yq3qLYGs= -SIZE (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = 16609240 +SHA256 (qt/pyside-setup-everywhere-src-6.8.3.tar.xz) = 0siW9/Gmp+pMn5jP4xcnL9E5cD3fYSuGmZ8J5Iru8OY= +SIZE (qt/pyside-setup-everywhere-src-6.8.3.tar.xz) = 16611768 diff --git a/x11/qt6/pyside6/tools/Makefile b/x11/qt6/pyside6/tools/Makefile index ae570adf13c..7241a289d67 100644 --- a/x11/qt6/pyside6/tools/Makefile +++ b/x11/qt6/pyside6/tools/Makefile @@ -1,6 +1,5 @@ COMMENT = PySide6 development tools PKGNAME = pyside6-tools-${VERSION} -REVISION = 1 WANTLIB += ${COMPILER_LIBCXX} GL Qt6Concurrent Qt6Core Qt6Designer WANTLIB += Qt6DesignerComponents Qt6Gui Qt6Help Qt6Network Qt6OpenGL @@ -12,6 +11,7 @@ WANTLIB += Qt6Sql Qt6UiTools Qt6Widgets Qt6Xml c execinfo m xkbcommon WANTLIB += zstd WANTLIB += llvm${MODCLANG_VERSION}/lib/clang +WANTLIB += llvm${MODCLANG_VERSION}/lib/LLVM MODULES += lang/clang \ lang/python diff --git a/x11/qt6/pyside6/tools/distinfo b/x11/qt6/pyside6/tools/distinfo index 8e1a3a3c605..1745fff75d3 100644 --- a/x11/qt6/pyside6/tools/distinfo +++ b/x11/qt6/pyside6/tools/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = E/egCzYKWGkIT8wIXEi6I2kVogC7WhPBVI7Yq3qLYGs= -SIZE (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = 16609240 +SHA256 (qt/pyside-setup-everywhere-src-6.8.3.tar.xz) = 0siW9/Gmp+pMn5jP4xcnL9E5cD3fYSuGmZ8J5Iru8OY= +SIZE (qt/pyside-setup-everywhere-src-6.8.3.tar.xz) = 16611768 diff --git a/x11/qt6/qt3d/distinfo b/x11/qt6/qt3d/distinfo index 38a7cca8e4a..01180dea39d 100644 --- a/x11/qt6/qt3d/distinfo +++ b/x11/qt6/qt3d/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qt3d-everywhere-src-6.8.2.tar.xz) = V3pjUvCRqNX9CHoKyUi++xhVg5We5ASACQc/Czd7jEQ= -SIZE (qt/qt3d-everywhere-src-6.8.2.tar.xz) = 141821364 +SHA256 (qt/qt3d-everywhere-src-6.8.3.tar.xz) = CV4b53/9SxWNnlfxbuiYyvfQ1uVAb0ZtnYMV1bHnlWM= +SIZE (qt/qt3d-everywhere-src-6.8.3.tar.xz) = 141825440 diff --git a/x11/qt6/qt5compat/distinfo b/x11/qt6/qt5compat/distinfo index c0ea60ba1e1..5d027999d33 100644 --- a/x11/qt6/qt5compat/distinfo +++ b/x11/qt6/qt5compat/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qt5compat-everywhere-src-6.8.2.tar.xz) = tTFUvJXsCOLdwma+8lD71oS06y35a8jCfSax6VNJUxY= -SIZE (qt/qt5compat-everywhere-src-6.8.2.tar.xz) = 14637788 +SHA256 (qt/qt5compat-everywhere-src-6.8.3.tar.xz) = VLnIS/80tCPdjEcoYs4QCXU/9QXkGLTvM5B0FtoWuC4= +SIZE (qt/qt5compat-everywhere-src-6.8.3.tar.xz) = 14634168 diff --git a/x11/qt6/qtbase/Makefile b/x11/qt6/qtbase/Makefile index fa4c7877bd2..13eb050c57d 100644 --- a/x11/qt6/qtbase/Makefile +++ b/x11/qt6/qtbase/Makefile @@ -4,7 +4,6 @@ COMMENT-main = C++ general-purpose toolkit COMMENT-global = global Qt6 documentation internals COMMENT-mysql = MySQL plugin for Qt6 COMMENT-psql = PostgresSQL plugin for Qt6 -REVISION-main = 1 PKGSPEC-main = qt6-qtbase-${QT6_PKGSPEC} diff --git a/x11/qt6/qtbase/distinfo b/x11/qt6/qtbase/distinfo index 91ad8bef2c7..44306a1b709 100644 --- a/x11/qt6/qtbase/distinfo +++ b/x11/qt6/qtbase/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtbase-everywhere-src-6.8.2.tar.xz) = ASBDzm1BHm6Kkf3E4F5r7c+hD8sTR9PDOQj3/dEN/gU= -SIZE (qt/qtbase-everywhere-src-6.8.2.tar.xz) = 48264736 +SHA256 (qt/qtbase-everywhere-src-6.8.3.tar.xz) = VgAbkFYBu5Aj05nzungNf6lA8+SGHklqfEkDMfSeC4A= +SIZE (qt/qtbase-everywhere-src-6.8.3.tar.xz) = 48426536 diff --git a/x11/qt6/qtbase/patches/patch-cmake_QtFeature_cmake b/x11/qt6/qtbase/patches/patch-cmake_QtFeature_cmake index 3c305b5630b..92d61b23df3 100644 --- a/x11/qt6/qtbase/patches/patch-cmake_QtFeature_cmake +++ b/x11/qt6/qtbase/patches/patch-cmake_QtFeature_cmake @@ -1,7 +1,7 @@ Index: cmake/QtFeature.cmake --- cmake/QtFeature.cmake.orig +++ cmake/QtFeature.cmake -@@ -1205,7 +1205,23 @@ function(qt_get_platform_try_compile_vars out_var) +@@ -1214,7 +1214,23 @@ function(qt_get_platform_try_compile_vars out_var) set("${out_var}" "${flags_cmd_line}" PARENT_SCOPE) endfunction() diff --git a/x11/qt6/qtbase/patches/patch-src_corelib_global_qlibraryinfo_cpp b/x11/qt6/qtbase/patches/patch-src_corelib_global_qlibraryinfo_cpp deleted file mode 100644 index b4d66578005..00000000000 --- a/x11/qt6/qtbase/patches/patch-src_corelib_global_qlibraryinfo_cpp +++ /dev/null @@ -1,36 +0,0 @@ -QLibraryInfo: speed up checking if ":/qt/etc/qt.conf" resource exists - -Go straight for QResource, because this is run very early in Qt's -initialization, usually as a result of some debug message, via -QLoggingRegistry::initializeRules(). This bypasses the need to create -QResourceFileEnginePrivate, QResourceFileEngine, QFileInfoPrivate, and -QFileInfo, all of which would end up in this .isValid() call. - -Additionally, I'm making it query in the C locale, which will also avoid -initializing the system & default QLocales. If a resource exists in any -language, the C locale query will find it. - -Task-number: QTBUG-133206 - -https://invent.kde.org/qt/qt/qtbase/-/commit/a43c7e58046604796aa69974ea1c5d3e2648c755 - -Index: src/corelib/global/qlibraryinfo.cpp ---- src/corelib/global/qlibraryinfo.cpp.orig -+++ src/corelib/global/qlibraryinfo.cpp -@@ -6,6 +6,7 @@ - #include "qstringlist.h" - #include "qfile.h" - #if QT_CONFIG(settings) -+#include "qresource.h" - #include "qsettings.h" - #endif - #include "qlibraryinfo.h" -@@ -103,7 +104,7 @@ static std::unique_ptr<QSettings> findConfiguration() - return std::make_unique<QSettings>(*qtconfManualPath, QSettings::IniFormat); - - QString qtconfig = QStringLiteral(":/qt/etc/qt.conf"); -- if (QFile::exists(qtconfig)) -+ if (QResource(qtconfig, QLocale::c()).isValid()) - return std::make_unique<QSettings>(qtconfig, QSettings::IniFormat); - #ifdef Q_OS_DARWIN - CFBundleRef bundleRef = CFBundleGetMainBundle(); diff --git a/x11/qt6/qtbase/patches/patch-src_corelib_text_qlocale_cpp b/x11/qt6/qtbase/patches/patch-src_corelib_text_qlocale_cpp deleted file mode 100644 index 43651c8e521..00000000000 --- a/x11/qt6/qtbase/patches/patch-src_corelib_text_qlocale_cpp +++ /dev/null @@ -1,32 +0,0 @@ -QLocale: try to survive being created during application shut down - -QLocale is very often accessed during global static destructors, so -let's try and survive if the default has already been destroyed. In that -case, we shall fall back to the C locale. - -I've placed the call to systemData(), which updates the system locale, -before the initialization of defaultLocalePrivate, as the initialization -of the latter depends on the former. - -https://invent.kde.org/qt/qt/qtbase/-/commit/12d4bf1ab52748cb84894f50d - -Index: src/corelib/text/qlocale.cpp ---- src/corelib/text/qlocale.cpp.orig -+++ src/corelib/text/qlocale.cpp -@@ -1112,10 +1112,13 @@ QLocale::QLocale(QStringView name) - */ - - QLocale::QLocale() -- : d(*defaultLocalePrivate) -+ : d(c_private()) - { -- // Make sure system data is up to date: -- systemData(); -+ if (!defaultLocalePrivate.isDestroyed()) { -+ // Make sure system data is up to date: -+ systemData(); -+ d = *defaultLocalePrivate; -+ } - } - - /*! diff --git a/x11/qt6/qtbase/patches/patch-src_corelib_text_qlocale_unix_cpp b/x11/qt6/qtbase/patches/patch-src_corelib_text_qlocale_unix_cpp deleted file mode 100644 index 50de4843f1b..00000000000 --- a/x11/qt6/qtbase/patches/patch-src_corelib_text_qlocale_unix_cpp +++ /dev/null @@ -1,21 +0,0 @@ -QSystemLocale: bail out if accessed post-destruction - -There's little we can do, but a lot of content ends up in QLocale very -late in the execution. Let's at least not crash. - -Task-number: QTBUG-133206 - -https://invent.kde.org/qt/qt/qtbase/-/commit/2ef615228bba9a8eb282437bfb7472f925610e89 - -Index: src/corelib/text/qlocale_unix.cpp ---- src/corelib/text/qlocale_unix.cpp.orig -+++ src/corelib/text/qlocale_unix.cpp -@@ -127,6 +127,8 @@ QLocale QSystemLocale::fallbackLocale() const - QVariant QSystemLocale::query(QueryType type, QVariant &&in) const - { - QSystemLocaleData *d = qSystemLocaleData(); -+ if (!d) -+ return QVariant(); - - if (type == LocaleChanged) { - d->readEnvironment(); diff --git a/x11/qt6/qtbase/patches/patch-src_corelib_text_qlocale_win_cpp b/x11/qt6/qtbase/patches/patch-src_corelib_text_qlocale_win_cpp deleted file mode 100644 index d2a3889dc9b..00000000000 --- a/x11/qt6/qtbase/patches/patch-src_corelib_text_qlocale_win_cpp +++ /dev/null @@ -1,21 +0,0 @@ -QSystemLocale: bail out if accessed post-destruction - -There's little we can do, but a lot of content ends up in QLocale very -late in the execution. Let's at least not crash. - -Task-number: QTBUG-133206 - -https://invent.kde.org/qt/qt/qtbase/-/commit/2ef615228bba9a8eb282437bfb7472f925610e89 - -Index: src/corelib/text/qlocale_win.cpp ---- src/corelib/text/qlocale_win.cpp.orig -+++ src/corelib/text/qlocale_win.cpp -@@ -828,6 +828,8 @@ QLocale QSystemLocale::fallbackLocale() const - QVariant QSystemLocale::query(QueryType type, QVariant &&in) const - { - QSystemLocalePrivate *d = systemLocalePrivate(); -+ if (!d) -+ return QVariant(); - switch(type) { - case DecimalPoint: - return d->decimalPoint(); diff --git a/x11/qt6/qtbase/patches/patch-src_gui_text_unix_qfontconfigdatabase_cpp b/x11/qt6/qtbase/patches/patch-src_gui_text_unix_qfontconfigdatabase_cpp index b8d98652a07..9ed26543744 100644 --- a/x11/qt6/qtbase/patches/patch-src_gui_text_unix_qfontconfigdatabase_cpp +++ b/x11/qt6/qtbase/patches/patch-src_gui_text_unix_qfontconfigdatabase_cpp @@ -1,7 +1,7 @@ Index: src/gui/text/unix/qfontconfigdatabase.cpp --- src/gui/text/unix/qfontconfigdatabase.cpp.orig +++ src/gui/text/unix/qfontconfigdatabase.cpp -@@ -580,7 +580,7 @@ void QFontconfigDatabase::populateFontDatabase() +@@ -587,7 +587,7 @@ void QFontconfigDatabase::populateFontDatabase() ++p; } @@ -10,7 +10,7 @@ Index: src/gui/text/unix/qfontconfigdatabase.cpp /* Support the named instance of Variable Fonts. */ FcPatternAddBool(pattern, FC_VARIABLE, FcFalse); #endif -@@ -1003,7 +1003,7 @@ void QFontconfigDatabase::setupFontEngine(QFontEngineF +@@ -1010,7 +1010,7 @@ void QFontconfigDatabase::setupFontEngine(QFontEngineF FcConfigSubstitute(nullptr, pattern, FcMatchPattern); FcDefaultSubstitute(pattern); diff --git a/x11/qt6/qtbase/pkg/PLIST-global b/x11/qt6/qtbase/pkg/PLIST-global index edfdda67fc0..f479c1d09c4 100644 --- a/x11/qt6/qtbase/pkg/PLIST-global +++ b/x11/qt6/qtbase/pkg/PLIST-global @@ -112,8 +112,6 @@ share/doc/qt6/global/template/images/feedbackground.png share/doc/qt6/global/template/images/header_bg.png share/doc/qt6/global/template/images/home.png share/doc/qt6/global/template/images/horBar.png -share/doc/qt6/global/template/images/ico_note.png -share/doc/qt6/global/template/images/ico_note_attention.png share/doc/qt6/global/template/images/ico_out.png share/doc/qt6/global/template/images/logo.png share/doc/qt6/global/template/images/page.png diff --git a/x11/qt6/qtbase/pkg/PLIST-main b/x11/qt6/qtbase/pkg/PLIST-main index 0425f8a7853..e83c7fae20b 100644 --- a/x11/qt6/qtbase/pkg/PLIST-main +++ b/x11/qt6/qtbase/pkg/PLIST-main @@ -598,6 +598,7 @@ include/X11/qt6/QtCore/QtPreprocessorSupport include/X11/qt6/QtCore/QtProcessorDetection include/X11/qt6/QtCore/QtResource include/X11/qt6/QtCore/QtStartUpFunction +include/X11/qt6/QtCore/QtStdLibDetection include/X11/qt6/QtCore/QtSwap include/X11/qt6/QtCore/QtSystemDetection include/X11/qt6/QtCore/QtTranslation @@ -612,6 +613,7 @@ include/X11/qt6/QtCore/q20iterator.h include/X11/qt6/QtCore/q20map.h include/X11/qt6/QtCore/q20memory.h include/X11/qt6/QtCore/q20type_traits.h +include/X11/qt6/QtCore/q20utility.h include/X11/qt6/QtCore/q20vector.h include/X11/qt6/QtCore/q23functional.h include/X11/qt6/QtCore/q23utility.h @@ -796,6 +798,7 @@ include/X11/qt6/QtCore/qspan.h include/X11/qt6/QtCore/qstack.h include/X11/qt6/QtCore/qstandardpaths.h include/X11/qt6/QtCore/qstaticlatin1stringmatcher.h +include/X11/qt6/QtCore/qstdlibdetection.h include/X11/qt6/QtCore/qstorageinfo.h include/X11/qt6/QtCore/qstring.h include/X11/qt6/QtCore/qstringalgorithms.h @@ -2777,6 +2780,7 @@ lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake +lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake lib/cmake/Qt6/QtPublicTargetHelpers.cmake lib/cmake/Qt6/QtPublicTestHelpers.cmake @@ -3234,6 +3238,17 @@ lib/cmake/Qt6Test/Qt6TestTargets${MODCMAKE_BUILD_SUFFIX} lib/cmake/Qt6Test/Qt6TestTargets.cmake lib/cmake/Qt6Test/Qt6TestVersionlessAliasTargets.cmake lib/cmake/Qt6Test/Qt6TestVersionlessTargets.cmake +lib/cmake/Qt6TestInternalsPrivate/ +lib/cmake/Qt6TestInternalsPrivate/3rdparty/ +lib/cmake/Qt6TestInternalsPrivate/3rdparty/cmake/ +lib/cmake/Qt6TestInternalsPrivate/3rdparty/cmake/QtRunCMakeTestHelpers.cmake +lib/cmake/Qt6TestInternalsPrivate/3rdparty/cmake/RunCMake.cmake +lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateConfig.cmake +lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateConfigVersion.cmake +lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateConfigVersionImpl.cmake +lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateTargets.cmake +lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateVersionlessAliasTargets.cmake +lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateVersionlessTargets.cmake lib/cmake/Qt6Widgets/ lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake @@ -3639,8 +3654,6 @@ lib/qt6/mkspecs/features/data/ lib/qt6/mkspecs/features/data/configure.json lib/qt6/mkspecs/features/data/dummy.cpp lib/qt6/mkspecs/features/data/dumpvcvars.bat -lib/qt6/mkspecs/features/data/mac/ -lib/qt6/mkspecs/features/data/mac/objc_namespace.sh lib/qt6/mkspecs/features/data/macros.cpp lib/qt6/mkspecs/features/data/testserver/ lib/qt6/mkspecs/features/data/testserver/Dockerfile @@ -3915,6 +3928,7 @@ lib/qt6/mkspecs/modules/qt_lib_printsupport.pri lib/qt6/mkspecs/modules/qt_lib_printsupport_private.pri lib/qt6/mkspecs/modules/qt_lib_sql.pri lib/qt6/mkspecs/modules/qt_lib_sql_private.pri +lib/qt6/mkspecs/modules/qt_lib_testinternals_private.pri lib/qt6/mkspecs/modules/qt_lib_testlib.pri lib/qt6/mkspecs/modules/qt_lib_testlib_private.pri lib/qt6/mkspecs/modules/qt_lib_widgets.pri @@ -4044,6 +4058,7 @@ lib/qt6/modules/OpenGLWidgets.json lib/qt6/modules/PrintSupport.json lib/qt6/modules/Sql.json lib/qt6/modules/Test.json +lib/qt6/modules/TestInternalsPrivate.json lib/qt6/modules/Widgets.json lib/qt6/modules/XcbQpaPrivate.json lib/qt6/modules/Xml.json diff --git a/x11/qt6/qtcharts/distinfo b/x11/qt6/qtcharts/distinfo index 0a2570b14de..e47c5c4934e 100644 --- a/x11/qt6/qtcharts/distinfo +++ b/x11/qt6/qtcharts/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtcharts-everywhere-src-6.8.2.tar.xz) = 7HyE2hpdey+M6mEN9vmT+jxImQ3J9r7JlcacW/s0xV8= -SIZE (qt/qtcharts-everywhere-src-6.8.2.tar.xz) = 4662320 +SHA256 (qt/qtcharts-everywhere-src-6.8.3.tar.xz) = NKpfWki7dIHJvWIXJpaDHHPCzvMnqmuHGxhhaTs+CRQ= +SIZE (qt/qtcharts-everywhere-src-6.8.3.tar.xz) = 4664228 diff --git a/x11/qt6/qtconnectivity/distinfo b/x11/qt6/qtconnectivity/distinfo index 9caeba6aac2..1b7e76c732a 100644 --- a/x11/qt6/qtconnectivity/distinfo +++ b/x11/qt6/qtconnectivity/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtconnectivity-everywhere-src-6.8.2.tar.xz) = 5hcSDghKw2n9YGTywXfenhws2ZiaHxd07qExgA1SgSo= -SIZE (qt/qtconnectivity-everywhere-src-6.8.2.tar.xz) = 1069068 +SHA256 (qt/qtconnectivity-everywhere-src-6.8.3.tar.xz) = R3F2ODMIznf5dKFvEYAn6DMGHK7Veusw7rQwalg8mzk= +SIZE (qt/qtconnectivity-everywhere-src-6.8.3.tar.xz) = 1071152 diff --git a/x11/qt6/qtdatavis3d/distinfo b/x11/qt6/qtdatavis3d/distinfo index c526a056d67..53e7bde58a5 100644 --- a/x11/qt6/qtdatavis3d/distinfo +++ b/x11/qt6/qtdatavis3d/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtdatavis3d-everywhere-src-6.8.2.tar.xz) = zaKSQa9fb5g8LJhkpJIPv95CUh4+aXR1iRQwjZXFHiY= -SIZE (qt/qtdatavis3d-everywhere-src-6.8.2.tar.xz) = 3952576 +SHA256 (qt/qtdatavis3d-everywhere-src-6.8.3.tar.xz) = gyO21K1xm5MyNDdg3ifw6FEfdbwrh1DHghsImIWF/ho= +SIZE (qt/qtdatavis3d-everywhere-src-6.8.3.tar.xz) = 3954668 diff --git a/x11/qt6/qtdeclarative/Makefile b/x11/qt6/qtdeclarative/Makefile index 19650273111..d8e2446063c 100644 --- a/x11/qt6/qtdeclarative/Makefile +++ b/x11/qt6/qtdeclarative/Makefile @@ -58,12 +58,6 @@ CONFIGURE_STYLE = cmake MODQT6_DEPS = No -#.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" -#PKG_ARGS+= -Dx86=1 -#.else -#PKG_ARGS+= -Dx86=0 -#.endif - BUILD_DEPENDS = graphics/vulkan-loader \ x11/qt6/qtlanguageserver \ x11/qt6/qtshadertools diff --git a/x11/qt6/qtdeclarative/distinfo b/x11/qt6/qtdeclarative/distinfo index a7878b46bf2..27033cc18a5 100644 --- a/x11/qt6/qtdeclarative/distinfo +++ b/x11/qt6/qtdeclarative/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtdeclarative-everywhere-src-6.8.2.tar.xz) = FE2HatyLtVkJc1FD5njR4k6tzQo4CgGGeS2ItzE0bVY= -SIZE (qt/qtdeclarative-everywhere-src-6.8.2.tar.xz) = 36485320 +SHA256 (qt/qtdeclarative-everywhere-src-6.8.3.tar.xz) = HwOiuPVYi0+s59qHkm6bLBNys6MhV8Ut8Hp1Bnqdsa8= +SIZE (qt/qtdeclarative-everywhere-src-6.8.3.tar.xz) = 36503988 diff --git a/x11/qt6/qtgraphs/distinfo b/x11/qt6/qtgraphs/distinfo index 33c0816b114..247827c0a6a 100644 --- a/x11/qt6/qtgraphs/distinfo +++ b/x11/qt6/qtgraphs/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtgraphs-everywhere-src-6.8.2.tar.xz) = Bceko0gvb/1+kAWWS7WrY0BiptAjzNlvVEfbbq48RtQ= -SIZE (qt/qtgraphs-everywhere-src-6.8.2.tar.xz) = 4868552 +SHA256 (qt/qtgraphs-everywhere-src-6.8.3.tar.xz) = pAuyIhHMj3gpJVfhhxizpyHoq1gJsawl863zbcWWXHQ= +SIZE (qt/qtgraphs-everywhere-src-6.8.3.tar.xz) = 4870904 diff --git a/x11/qt6/qtgrpc/Makefile b/x11/qt6/qtgrpc/Makefile index e16da1fc924..326746c6026 100644 --- a/x11/qt6/qtgrpc/Makefile +++ b/x11/qt6/qtgrpc/Makefile @@ -23,22 +23,23 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_log_entry absl_log_globals absl_log_initialize +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_initialize WANTLIB += absl_log_internal_check_op absl_log_internal_conditions WANTLIB += absl_log_internal_fnmatch absl_log_internal_format WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set WANTLIB += absl_log_internal_message absl_log_internal_nullguard -WANTLIB += absl_log_internal_proto absl_log_severity absl_log_sink -WANTLIB += absl_low_level_hash absl_malloc_internal absl_random_distributions -WANTLIB += absl_random_internal_platform absl_random_internal_pool_urbg -WANTLIB += absl_random_internal_randen absl_random_internal_randen_hwaes -WANTLIB += absl_random_internal_randen_hwaes_impl absl_random_internal_randen_slow -WANTLIB += absl_random_internal_seed_material absl_random_seed_gen_exception -WANTLIB += absl_random_seed_sequences absl_raw_hash_set absl_raw_logging_internal -WANTLIB += absl_spinlock_wait absl_stacktrace absl_status absl_statusor -WANTLIB += absl_str_format_internal absl_strerror absl_string_view -WANTLIB += absl_strings absl_strings_internal absl_symbolize absl_synchronization -WANTLIB += absl_throw_delegate absl_time absl_time_zone absl_utf8_for_code_point +WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto +WANTLIB += absl_log_severity absl_log_sink absl_low_level_hash +WANTLIB += absl_malloc_internal absl_random_distributions absl_random_internal_platform +WANTLIB += absl_random_internal_pool_urbg absl_random_internal_randen +WANTLIB += absl_random_internal_randen_hwaes absl_random_internal_randen_hwaes_impl +WANTLIB += absl_random_internal_randen_slow absl_random_internal_seed_material +WANTLIB += absl_random_seed_gen_exception absl_random_seed_sequences +WANTLIB += absl_raw_hash_set absl_raw_logging_internal absl_spinlock_wait +WANTLIB += absl_stacktrace absl_status absl_statusor absl_str_format_internal +WANTLIB += absl_strerror absl_string_view absl_strings absl_strings_internal +WANTLIB += absl_symbolize absl_synchronization absl_throw_delegate +WANTLIB += absl_time absl_time_zone absl_tracing_internal absl_utf8_for_code_point WANTLIB += absl_vlog_config_internal c m protobuf protoc BUILD_DEPENDS = graphics/glslang diff --git a/x11/qt6/qtgrpc/distinfo b/x11/qt6/qtgrpc/distinfo index b72cb83a7b4..56824b71bba 100644 --- a/x11/qt6/qtgrpc/distinfo +++ b/x11/qt6/qtgrpc/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtgrpc-everywhere-src-6.8.2.tar.xz) = jGXxDdoYECSqHGA+C11zTD0G30AB4xKm2T7cWLxpNts= -SIZE (qt/qtgrpc-everywhere-src-6.8.2.tar.xz) = 493488 +SHA256 (qt/qtgrpc-everywhere-src-6.8.3.tar.xz) = BS+kidHEW53ycxnuYU8VNOSckQOotQQCSrfiyeWwhJs= +SIZE (qt/qtgrpc-everywhere-src-6.8.3.tar.xz) = 606692 diff --git a/x11/qt6/qtgrpc/pkg/PLIST b/x11/qt6/qtgrpc/pkg/PLIST index 4829bc557d5..bbeb921f0a8 100644 --- a/x11/qt6/qtgrpc/pkg/PLIST +++ b/x11/qt6/qtgrpc/pkg/PLIST @@ -65,6 +65,7 @@ include/X11/qt6/QtProtobuf/${VERSION}/QtProtobuf/private/protobuffieldpresencech include/X11/qt6/QtProtobuf/${VERSION}/QtProtobuf/private/protobufscalarjsonserializers_p.h include/X11/qt6/QtProtobuf/${VERSION}/QtProtobuf/private/protobufscalarserializers_p.h include/X11/qt6/QtProtobuf/${VERSION}/QtProtobuf/private/qprotobufdeserializerbase_p.h +include/X11/qt6/QtProtobuf/${VERSION}/QtProtobuf/private/qprotobufjsonserializer_p.h include/X11/qt6/QtProtobuf/${VERSION}/QtProtobuf/private/qprotobufmessage_p.h include/X11/qt6/QtProtobuf/${VERSION}/QtProtobuf/private/qprotobufpropertyorderingbuilder_p.h include/X11/qt6/QtProtobuf/${VERSION}/QtProtobuf/private/qprotobufregistration_p.h @@ -144,6 +145,10 @@ include/X11/qt6/QtProtobufQuick/QtProtobufQuickVersion include/X11/qt6/QtProtobufQuick/qtprotobufquickexports.h include/X11/qt6/QtProtobufQuick/qtprotobufquickversion.h include/X11/qt6/QtProtobufWellKnownTypes/ +include/X11/qt6/QtProtobufWellKnownTypes/${VERSION}/ +include/X11/qt6/QtProtobufWellKnownTypes/${VERSION}/QtProtobufWellKnownTypes/ +include/X11/qt6/QtProtobufWellKnownTypes/${VERSION}/QtProtobufWellKnownTypes/private/ +include/X11/qt6/QtProtobufWellKnownTypes/${VERSION}/QtProtobufWellKnownTypes/private/qprotobufwellknowntypesjsonserializers_p.h include/X11/qt6/QtProtobufWellKnownTypes/QtProtobufWellKnownTypes include/X11/qt6/QtProtobufWellKnownTypes/QtProtobufWellKnownTypesDepends include/X11/qt6/QtProtobufWellKnownTypes/QtProtobufWellKnownTypesVersion diff --git a/x11/qt6/qthttpserver/distinfo b/x11/qt6/qthttpserver/distinfo index 0ed483846e8..5655077796a 100644 --- a/x11/qt6/qthttpserver/distinfo +++ b/x11/qt6/qthttpserver/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qthttpserver-everywhere-src-6.8.2.tar.xz) = LZUXwQSaWzMIMfetwd4m2NtTV/3r5hbAop6a4diQBpI= -SIZE (qt/qthttpserver-everywhere-src-6.8.2.tar.xz) = 183844 +SHA256 (qt/qthttpserver-everywhere-src-6.8.3.tar.xz) = eSvpjdl5o/HPQkdxOTIaiZmmSLfnrQQa4TOWXDzDX2U= +SIZE (qt/qthttpserver-everywhere-src-6.8.3.tar.xz) = 185480 diff --git a/x11/qt6/qtimageformats/distinfo b/x11/qt6/qtimageformats/distinfo index efc79b69ed5..4c7e4488dc2 100644 --- a/x11/qt6/qtimageformats/distinfo +++ b/x11/qt6/qtimageformats/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtimageformats-everywhere-src-6.8.2.tar.xz) = 0qG7uEcHuKCuwpInsXC+APBDg/vyNhlDWW0J5+RDyOE= -SIZE (qt/qtimageformats-everywhere-src-6.8.2.tar.xz) = 2036976 +SHA256 (qt/qtimageformats-everywhere-src-6.8.3.tar.xz) = BJv7mYReSAFnKsoHw8T8TBQPkyo6M/qomUGVeeM+8cg= +SIZE (qt/qtimageformats-everywhere-src-6.8.3.tar.xz) = 2035140 diff --git a/x11/qt6/qtlanguageserver/distinfo b/x11/qt6/qtlanguageserver/distinfo index 78944aed401..6d5010564b7 100644 --- a/x11/qt6/qtlanguageserver/distinfo +++ b/x11/qt6/qtlanguageserver/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtlanguageserver-everywhere-src-6.8.2.tar.xz) = nut0rBUzTAh3dUjAHk7egKTi028evLMiQj8k8Uwnhfs= -SIZE (qt/qtlanguageserver-everywhere-src-6.8.2.tar.xz) = 150280 +SHA256 (qt/qtlanguageserver-everywhere-src-6.8.3.tar.xz) = 5NMgBzxVs6QYp4TnhmxDvD49UoFzaL5W59Rohm/4tGk= +SIZE (qt/qtlanguageserver-everywhere-src-6.8.3.tar.xz) = 152144 diff --git a/x11/qt6/qtlocation/distinfo b/x11/qt6/qtlocation/distinfo index d1a0bc8b1d7..7cf5e86b5bb 100644 --- a/x11/qt6/qtlocation/distinfo +++ b/x11/qt6/qtlocation/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtlocation-everywhere-src-6.8.2.tar.xz) = k0kLy0FrhgLq1vM1+5f4LJluE7uK8l6pkfVBo5t9Fxk= -SIZE (qt/qtlocation-everywhere-src-6.8.2.tar.xz) = 3164164 +SHA256 (qt/qtlocation-everywhere-src-6.8.3.tar.xz) = HQXpWqW2vSa/+gBM2MXHCuKvZJSWAQoacBJCk7wJ/UM= +SIZE (qt/qtlocation-everywhere-src-6.8.3.tar.xz) = 3165768 diff --git a/x11/qt6/qtlottie/distinfo b/x11/qt6/qtlottie/distinfo index 8d1d751dab1..4180707afb1 100644 --- a/x11/qt6/qtlottie/distinfo +++ b/x11/qt6/qtlottie/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtlottie-everywhere-src-6.8.2.tar.xz) = XtQ+sg0Dk90FyJD7NUjes7grrWsCZcEtSZWUCyOOviA= -SIZE (qt/qtlottie-everywhere-src-6.8.2.tar.xz) = 84196 +SHA256 (qt/qtlottie-everywhere-src-6.8.3.tar.xz) = 1zLnVEl6EpXE9RIxKCihFVH+iUMyWa+e6fHmK7cmPSQ= +SIZE (qt/qtlottie-everywhere-src-6.8.3.tar.xz) = 86104 diff --git a/x11/qt6/qtmultimedia/Makefile b/x11/qt6/qtmultimedia/Makefile index bf67409ea26..efc2aef3781 100644 --- a/x11/qt6/qtmultimedia/Makefile +++ b/x11/qt6/qtmultimedia/Makefile @@ -18,7 +18,8 @@ WANTLIB += gstbase-1.0 gstgl-1.0 gstpbutils-1.0 gstphotography-1.0 WANTLIB += gstplay-1.0 gstreamer-1.0 gstvideo-1.0 iconv intl lzma WANTLIB += m mp3lame opus pulse speex ssl swresample swscale theoradec WANTLIB += theoraenc va va-drm va-x11 vorbis vorbisenc vpx wayland-client -WANTLIB += wayland-egl x264 x265 xcb xkbcommon xml2 xvidcore z +WANTLIB += wayland-egl webp webpmux x264 x265 xcb xkbcommon xml2 +WANTLIB += xvidcore z BUILD_DEPENDS = graphics/vulkan-loader \ x11/qt6/qtshadertools \ diff --git a/x11/qt6/qtmultimedia/distinfo b/x11/qt6/qtmultimedia/distinfo index 630c9570f82..6193509767b 100644 --- a/x11/qt6/qtmultimedia/distinfo +++ b/x11/qt6/qtmultimedia/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtmultimedia-everywhere-src-6.8.2.tar.xz) = NPVh/cB7FYvMStBAtZb8YIbEiQgGDoVLRztVfk/rFWk= -SIZE (qt/qtmultimedia-everywhere-src-6.8.2.tar.xz) = 9646120 +SHA256 (qt/qtmultimedia-everywhere-src-6.8.3.tar.xz) = MugjB9eDFyo7mEzDxHxeTouBnO48v8cCxwEsR/FfawE= +SIZE (qt/qtmultimedia-everywhere-src-6.8.3.tar.xz) = 9705340 diff --git a/x11/qt6/qtmultimedia/patches/patch-src_multimedia_CMakeLists_txt b/x11/qt6/qtmultimedia/patches/patch-src_multimedia_CMakeLists_txt index 33326522df0..ebc1dab0ec9 100644 --- a/x11/qt6/qtmultimedia/patches/patch-src_multimedia_CMakeLists_txt +++ b/x11/qt6/qtmultimedia/patches/patch-src_multimedia_CMakeLists_txt @@ -1,7 +1,7 @@ Index: src/multimedia/CMakeLists.txt --- src/multimedia/CMakeLists.txt.orig +++ src/multimedia/CMakeLists.txt -@@ -120,7 +120,7 @@ qt_internal_extend_target(Multimedia CONDITION QT_FEAT +@@ -129,7 +129,7 @@ qt_internal_extend_target(Multimedia CONDITION QT_FEAT ) qt_internal_extend_target(Multimedia diff --git a/x11/qt6/qtmultimedia/pkg/PLIST b/x11/qt6/qtmultimedia/pkg/PLIST index 84fbb5ee31f..236166d37e1 100644 --- a/x11/qt6/qtmultimedia/pkg/PLIST +++ b/x11/qt6/qtmultimedia/pkg/PLIST @@ -1,18 +1,126 @@ +include/X11/qt6/QtFFmpegMediaPluginImpl/ +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/ +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/ +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/ +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qeglfsscreencapture_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpeg_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegaudiodecoder_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegaudioencoder_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegaudioencoderutils_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegaudioinput_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegaudiorenderer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegavaudioformat_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegcodec_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegcodeccontext_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegcodecstorage_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegconverter_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegdefs_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegdemuxer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegencoderoptions_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegencoderthread_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegencodingformatcontext_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegencodinginitializer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegframe_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpeghwaccel_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegimagecapture_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegioutils_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegmediacapturesession_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegmediadataholder_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegmediaformatinfo_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegmediaintegration_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegmediametadata_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegmediaplayer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegmediarecorder_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegmuxer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegpacket_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegplaybackengine_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegplaybackenginedefs_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegplaybackengineobject_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegplaybackutils_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegrecordingengine_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegrecordingengineutils_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegrenderer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegresampler_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegstreamdecoder_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegsubtitlerenderer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegsurfacecapturegrabber_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegtextureconverter_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegthread_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegtime_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegtimecontroller_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegvideobuffer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegvideoencoder_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegvideoencoderutils_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegvideoframeencoder_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegvideorenderer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qffmpegvideosink_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qgrabwindowsurfacecapture_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qopenglvideobuffer_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qx11capturablewindows_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/${VERSION}/QtFFmpegMediaPluginImpl/private/qx11surfacecapture_p.h +include/X11/qt6/QtFFmpegMediaPluginImpl/QtFFmpegMediaPluginImpl +include/X11/qt6/QtFFmpegMediaPluginImpl/QtFFmpegMediaPluginImplDepends +include/X11/qt6/QtFFmpegMediaPluginImpl/QtFFmpegMediaPluginImplVersion +include/X11/qt6/QtFFmpegMediaPluginImpl/qtffmpegmediapluginimplversion.h +include/X11/qt6/QtGstreamerMediaPluginImpl/ +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/ +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/ +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/ +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qglist_helper_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgst_bus_observer_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgst_debug_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgst_discoverer_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgst_handle_types_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgst_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgst_play_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstpipeline_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamer_qiodevice_handler_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamer_qrc_handler_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreameraudiodecoder_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreameraudiodevice_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreameraudioinput_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreameraudiooutput_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamerbufferprobe_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamercamera_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamerformatinfo_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamerimagecapture_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamerintegration_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamermediacapturesession_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamermediaplayer_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamermediarecorder_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamermessage_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamermetadata_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamervideodevices_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamervideooutput_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstreamervideosink_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstsubtitlesink_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstutils_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstvideobuffer_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/${VERSION}/QtGstreamerMediaPluginImpl/private/qgstvideorenderersink_p.h +include/X11/qt6/QtGstreamerMediaPluginImpl/QtGstreamerMediaPluginImpl +include/X11/qt6/QtGstreamerMediaPluginImpl/QtGstreamerMediaPluginImplDepends +include/X11/qt6/QtGstreamerMediaPluginImpl/QtGstreamerMediaPluginImplVersion +include/X11/qt6/QtGstreamerMediaPluginImpl/qtgstreamermediapluginimplversion.h include/X11/qt6/QtMultimedia/ include/X11/qt6/QtMultimedia/${VERSION}/ include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/ include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/ +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudio_alignment_support_p.h +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudio_qiodevice_support_p.h +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudio_qspan_support_p.h +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudio_rtsan_support_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudiobuffer_support_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudiobufferoutput_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudiodecoder_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudiodevice_p.h -include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudioengine_pulse_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudioformat_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudiohelpers_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudioringbuffer_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudiostatemachine_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudiostatemachineutils_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qaudiosystem_p.h +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qautoresetevent_p.h +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qautoresetevent_pipe_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qcachedvalue_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qcamera_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qcameradevice_p.h @@ -51,14 +159,18 @@ include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qplatformvideodevic include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qplatformvideoframeinput_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qplatformvideosink_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qplatformvideosource_p.h +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qpulseaudio_contextmanager_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qpulseaudiodevices_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qpulseaudiosink_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qpulseaudiosource_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qpulsehelpers_p.h +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qrhitextureformats_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qrhivaluemapper_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qsamplecache_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qsharedhandle_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qsymbolsresolveutils_p.h +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qtaggedtime_p.h +include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qthreadlocalrhi_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qtmultimedia-config_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qtmultimediaglobal_p.h include/X11/qt6/QtMultimedia/${VERSION}/QtMultimedia/private/qvideoframe_p.h @@ -169,10 +281,12 @@ include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/ include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/ include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/audiogenerationutils_p.h include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/capturesessionfixture_p.h +include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/formatutils_p.h include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/framegenerator_p.h include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/mediabackendutils_p.h include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/mediafileselector_p.h include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/mediainfo_p.h +include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/osdetection_p.h include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/qcolorutil_p.h include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/qfileutil_p.h include/X11/qt6/QtMultimediaTestLib/${VERSION}/QtMultimediaTestLib/private/qmockiodevice_p.h @@ -199,45 +313,6 @@ include/X11/qt6/QtMultimediaWidgets/qtmultimediawidgetsexports.h include/X11/qt6/QtMultimediaWidgets/qtmultimediawidgetsglobal.h include/X11/qt6/QtMultimediaWidgets/qtmultimediawidgetsversion.h include/X11/qt6/QtMultimediaWidgets/qvideowidget.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/ -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/ -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/ -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/ -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qglist_helper_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgst_bus_observer_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgst_debug_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgst_discoverer_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgst_handle_types_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgst_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgst_play_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstpipeline_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamer_qiodevice_handler_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamer_qrc_handler_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreameraudiodecoder_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreameraudiodevice_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreameraudioinput_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreameraudiooutput_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamerbufferprobe_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamercamera_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamerformatinfo_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamerimagecapture_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamerintegration_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamermediacapturesession_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamermediaplayer_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamermediarecorder_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamermessage_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamermetadata_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamervideodevices_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamervideooutput_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstreamervideosink_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstsubtitlesink_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstutils_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstvideobuffer_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/${VERSION}/QtQGstreamerMediaPluginImpl/private/qgstvideorenderersink_p.h -include/X11/qt6/QtQGstreamerMediaPluginImpl/QtQGstreamerMediaPluginImpl -include/X11/qt6/QtQGstreamerMediaPluginImpl/QtQGstreamerMediaPluginImplDepends -include/X11/qt6/QtQGstreamerMediaPluginImpl/QtQGstreamerMediaPluginImplVersion -include/X11/qt6/QtQGstreamerMediaPluginImpl/qtqgstreamermediapluginimplversion.h include/X11/qt6/QtQuick3DSpatialAudio/ include/X11/qt6/QtQuick3DSpatialAudio/${VERSION}/ include/X11/qt6/QtQuick3DSpatialAudio/${VERSION}/QtQuick3DSpatialAudio/ @@ -302,6 +377,26 @@ lib/cmake/Qt6BundledResonanceAudio/Qt6BundledResonanceAudioTargets${MODCMAKE_BUI lib/cmake/Qt6BundledResonanceAudio/Qt6BundledResonanceAudioTargets.cmake lib/cmake/Qt6BundledResonanceAudio/Qt6BundledResonanceAudioVersionlessAliasTargets.cmake lib/cmake/Qt6BundledResonanceAudio/Qt6BundledResonanceAudioVersionlessTargets.cmake +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/ +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6FFmpegMediaPluginImplPrivateAdditionalTargetInfo.cmake +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6FFmpegMediaPluginImplPrivateConfig.cmake +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6FFmpegMediaPluginImplPrivateConfigVersion.cmake +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6FFmpegMediaPluginImplPrivateConfigVersionImpl.cmake +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6FFmpegMediaPluginImplPrivateDependencies.cmake +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6FFmpegMediaPluginImplPrivateTargets${MODCMAKE_BUILD_SUFFIX} +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6FFmpegMediaPluginImplPrivateTargets.cmake +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6FFmpegMediaPluginImplPrivateVersionlessAliasTargets.cmake +lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6FFmpegMediaPluginImplPrivateVersionlessTargets.cmake +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/ +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/Qt6GstreamerMediaPluginImplPrivateAdditionalTargetInfo.cmake +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/Qt6GstreamerMediaPluginImplPrivateConfig.cmake +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/Qt6GstreamerMediaPluginImplPrivateConfigVersion.cmake +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/Qt6GstreamerMediaPluginImplPrivateConfigVersionImpl.cmake +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/Qt6GstreamerMediaPluginImplPrivateDependencies.cmake +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/Qt6GstreamerMediaPluginImplPrivateTargets${MODCMAKE_BUILD_SUFFIX} +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/Qt6GstreamerMediaPluginImplPrivateTargets.cmake +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/Qt6GstreamerMediaPluginImplPrivateVersionlessAliasTargets.cmake +lib/cmake/Qt6GstreamerMediaPluginImplPrivate/Qt6GstreamerMediaPluginImplPrivateVersionlessTargets.cmake lib/cmake/Qt6Multimedia/ lib/cmake/Qt6Multimedia/Qt6MultimediaAdditionalTargetInfo.cmake lib/cmake/Qt6Multimedia/Qt6MultimediaConfig.cmake @@ -356,16 +451,6 @@ lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsTargets${MODCMAKE_BUILD_SUFFI lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsTargets.cmake lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsVersionlessAliasTargets.cmake lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsVersionlessTargets.cmake -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/ -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/Qt6QGstreamerMediaPluginImplPrivateAdditionalTargetInfo.cmake -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/Qt6QGstreamerMediaPluginImplPrivateConfig.cmake -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/Qt6QGstreamerMediaPluginImplPrivateConfigVersion.cmake -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/Qt6QGstreamerMediaPluginImplPrivateConfigVersionImpl.cmake -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/Qt6QGstreamerMediaPluginImplPrivateDependencies.cmake -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/Qt6QGstreamerMediaPluginImplPrivateTargets${MODCMAKE_BUILD_SUFFIX} -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/Qt6QGstreamerMediaPluginImplPrivateTargets.cmake -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/Qt6QGstreamerMediaPluginImplPrivateVersionlessAliasTargets.cmake -lib/cmake/Qt6QGstreamerMediaPluginImplPrivate/Qt6QGstreamerMediaPluginImplPrivateVersionlessTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfigVersion.cmake @@ -399,6 +484,10 @@ lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioTargets.cmake lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioVersionlessAliasTargets.cmake lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioVersionlessTargets.cmake @static-lib lib/libQt6BundledResonanceAudio.a +@static-lib lib/libQt6FFmpegMediaPluginImpl.a +lib/libQt6FFmpegMediaPluginImpl.prl +@static-lib lib/libQt6GstreamerMediaPluginImpl.a +lib/libQt6GstreamerMediaPluginImpl.prl lib/libQt6Multimedia.prl @lib lib/libQt6Multimedia.so.${LIBQt6Multimedia_VERSION} lib/libQt6MultimediaQuick.prl @@ -407,8 +496,6 @@ lib/libQt6MultimediaQuick.prl lib/libQt6MultimediaTestLib.prl lib/libQt6MultimediaWidgets.prl @lib lib/libQt6MultimediaWidgets.so.${LIBQt6MultimediaWidgets_VERSION} -@static-lib lib/libQt6QGstreamerMediaPluginImpl.a -lib/libQt6QGstreamerMediaPluginImpl.prl lib/libQt6Quick3DSpatialAudio.prl @lib lib/libQt6Quick3DSpatialAudio.so.${LIBQt6Quick3DSpatialAudio_VERSION} lib/libQt6SpatialAudio.prl @@ -416,28 +503,31 @@ lib/libQt6SpatialAudio.prl lib/pkgconfig/Qt6Multimedia.pc lib/pkgconfig/Qt6MultimediaWidgets.pc lib/pkgconfig/Qt6SpatialAudio.pc +lib/qt6/metatypes/qt6ffmpegmediapluginimplprivate_release_metatypes.json +lib/qt6/metatypes/qt6gstreamermediapluginimplprivate_release_metatypes.json lib/qt6/metatypes/qt6multimedia_release_metatypes.json lib/qt6/metatypes/qt6multimediaquickprivate_release_metatypes.json lib/qt6/metatypes/qt6multimediatestlibprivate_release_metatypes.json lib/qt6/metatypes/qt6multimediawidgets_release_metatypes.json -lib/qt6/metatypes/qt6qgstreamermediapluginimplprivate_release_metatypes.json lib/qt6/metatypes/qt6quick3dspatialaudioprivate_release_metatypes.json lib/qt6/metatypes/qt6spatialaudio_release_metatypes.json +lib/qt6/mkspecs/modules/qt_lib_ffmpegmediapluginimpl_private.pri +lib/qt6/mkspecs/modules/qt_lib_gstreamermediapluginimpl_private.pri lib/qt6/mkspecs/modules/qt_lib_multimedia.pri lib/qt6/mkspecs/modules/qt_lib_multimedia_private.pri lib/qt6/mkspecs/modules/qt_lib_multimediaquick_private.pri lib/qt6/mkspecs/modules/qt_lib_multimediatestlibprivate_private.pri lib/qt6/mkspecs/modules/qt_lib_multimediawidgets.pri lib/qt6/mkspecs/modules/qt_lib_multimediawidgets_private.pri -lib/qt6/mkspecs/modules/qt_lib_qgstreamermediapluginimpl_private.pri lib/qt6/mkspecs/modules/qt_lib_quick3dspatialaudio_private.pri lib/qt6/mkspecs/modules/qt_lib_spatialaudio.pri lib/qt6/mkspecs/modules/qt_lib_spatialaudio_private.pri +lib/qt6/modules/FFmpegMediaPluginImplPrivate.json +lib/qt6/modules/GstreamerMediaPluginImplPrivate.json lib/qt6/modules/Multimedia.json lib/qt6/modules/MultimediaQuickPrivate.json lib/qt6/modules/MultimediaTestLibPrivate.json lib/qt6/modules/MultimediaWidgets.json -lib/qt6/modules/QGstreamerMediaPluginImplPrivate.json lib/qt6/modules/Quick3DSpatialAudioPrivate.json lib/qt6/modules/SpatialAudio.json lib/qt6/plugins/multimedia/ diff --git a/x11/qt6/qtnetworkauth/distinfo b/x11/qt6/qtnetworkauth/distinfo index 937d92b4f77..1cbbf8caf16 100644 --- a/x11/qt6/qtnetworkauth/distinfo +++ b/x11/qt6/qtnetworkauth/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtnetworkauth-everywhere-src-6.8.2.tar.xz) = 1JW0tSfsh6umWvGo4gKR6wpIJt36+niwywrB70RVtNc= -SIZE (qt/qtnetworkauth-everywhere-src-6.8.2.tar.xz) = 255292 +SHA256 (qt/qtnetworkauth-everywhere-src-6.8.3.tar.xz) = J+6LfBBanddfEYLY3dw4N7h18RRfBTEbyjQ/CDjvS0k= +SIZE (qt/qtnetworkauth-everywhere-src-6.8.3.tar.xz) = 257476 diff --git a/x11/qt6/qtpositioning/distinfo b/x11/qt6/qtpositioning/distinfo index fcd6981c79b..63c7a95aa89 100644 --- a/x11/qt6/qtpositioning/distinfo +++ b/x11/qt6/qtpositioning/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtpositioning-everywhere-src-6.8.2.tar.xz) = 3zBmT06TZGan4RV/8mq8Ye+16UyeuHUOG83/7slduOU= -SIZE (qt/qtpositioning-everywhere-src-6.8.2.tar.xz) = 661464 +SHA256 (qt/qtpositioning-everywhere-src-6.8.3.tar.xz) = araafnGneVqrnKJ5juoSbjbfVRWadx69LzfK09pj6dM= +SIZE (qt/qtpositioning-everywhere-src-6.8.3.tar.xz) = 663612 diff --git a/x11/qt6/qtquick3d/distinfo b/x11/qt6/qtquick3d/distinfo index 40d35f0dcf6..a16bfb4f159 100644 --- a/x11/qt6/qtquick3d/distinfo +++ b/x11/qt6/qtquick3d/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtquick3d-everywhere-src-6.8.2.tar.xz) = CEzrzLjFsca6+3dWq4mwjO0jwgzS6ZbtVJCaFUqfC20= -SIZE (qt/qtquick3d-everywhere-src-6.8.2.tar.xz) = 75298116 +SHA256 (qt/qtquick3d-everywhere-src-6.8.3.tar.xz) = MEg8cA5SG5vFOl9oy67QiUFsmR/Cn1+0F5zeU/02Ut8= +SIZE (qt/qtquick3d-everywhere-src-6.8.3.tar.xz) = 75305840 diff --git a/x11/qt6/qtquick3dphysics/distinfo b/x11/qt6/qtquick3dphysics/distinfo index 15be04cf9c3..cfff6562256 100644 --- a/x11/qt6/qtquick3dphysics/distinfo +++ b/x11/qt6/qtquick3dphysics/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtquick3dphysics-everywhere-src-6.8.2.tar.xz) = 3xgmLUp2maKXlvFrQRhgYN8XIVURAimrPM1MYEC6eT8= -SIZE (qt/qtquick3dphysics-everywhere-src-6.8.2.tar.xz) = 4680424 +SHA256 (qt/qtquick3dphysics-everywhere-src-6.8.3.tar.xz) = 6GIjNTB3Xb2c6RREfSOh5xFuY97PW/jloliZpZ4pf6w= +SIZE (qt/qtquick3dphysics-everywhere-src-6.8.3.tar.xz) = 4682552 diff --git a/x11/qt6/qtquickeffectmaker/distinfo b/x11/qt6/qtquickeffectmaker/distinfo index 9ee029af534..3a6d4515624 100644 --- a/x11/qt6/qtquickeffectmaker/distinfo +++ b/x11/qt6/qtquickeffectmaker/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtquickeffectmaker-everywhere-src-6.8.2.tar.xz) = T888WJMXKBbf3EOL1LaxBeFer9SuucWsSOptfXIOYHw= -SIZE (qt/qtquickeffectmaker-everywhere-src-6.8.2.tar.xz) = 4348100 +SHA256 (qt/qtquickeffectmaker-everywhere-src-6.8.3.tar.xz) = z/SBjqDefR4LmrIh+spiZtMo3Zeqeb+fAIU5DKxNugc= +SIZE (qt/qtquickeffectmaker-everywhere-src-6.8.3.tar.xz) = 4350080 diff --git a/x11/qt6/qtquicktimeline/distinfo b/x11/qt6/qtquicktimeline/distinfo index e197f185b22..39981254aee 100644 --- a/x11/qt6/qtquicktimeline/distinfo +++ b/x11/qt6/qtquicktimeline/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtquicktimeline-everywhere-src-6.8.2.tar.xz) = wz287tn6uz1/ZzGmiu5gK61aBLtvCkc3kuYYWMC8Gqo= -SIZE (qt/qtquicktimeline-everywhere-src-6.8.2.tar.xz) = 110584 +SHA256 (qt/qtquicktimeline-everywhere-src-6.8.3.tar.xz) = srpX+k+5KdPNED3/Zd16YtwuOFL5pP3dCB5KdZtoT90= +SIZE (qt/qtquicktimeline-everywhere-src-6.8.3.tar.xz) = 112572 diff --git a/x11/qt6/qtremoteobjects/distinfo b/x11/qt6/qtremoteobjects/distinfo index 6830bbf6b0c..eb447b16262 100644 --- a/x11/qt6/qtremoteobjects/distinfo +++ b/x11/qt6/qtremoteobjects/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtremoteobjects-everywhere-src-6.8.2.tar.xz) = 0CrT7eEbC7+Bh8t5InODrtW0U4EHtSLRJJ6rextetik= -SIZE (qt/qtremoteobjects-everywhere-src-6.8.2.tar.xz) = 537584 +SHA256 (qt/qtremoteobjects-everywhere-src-6.8.3.tar.xz) = WkDRpnwuApEfMBSXfNzlnrSeivLIL04YwGznAxdErq8= +SIZE (qt/qtremoteobjects-everywhere-src-6.8.3.tar.xz) = 539556 diff --git a/x11/qt6/qtscxml/distinfo b/x11/qt6/qtscxml/distinfo index 4a70e9c25e4..11111abe090 100644 --- a/x11/qt6/qtscxml/distinfo +++ b/x11/qt6/qtscxml/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtscxml-everywhere-src-6.8.2.tar.xz) = aDxKEaJAAekBzISFNyMEahuicAS8wGaApy6qxs+OoZM= -SIZE (qt/qtscxml-everywhere-src-6.8.2.tar.xz) = 558848 +SHA256 (qt/qtscxml-everywhere-src-6.8.3.tar.xz) = 26yXarcpn7eC38TB5Lscr8BZkpvvInGidfEdl85/L1w= +SIZE (qt/qtscxml-everywhere-src-6.8.3.tar.xz) = 560632 diff --git a/x11/qt6/qtsensors/distinfo b/x11/qt6/qtsensors/distinfo index d5d0ded6f55..2f7c9a77ebf 100644 --- a/x11/qt6/qtsensors/distinfo +++ b/x11/qt6/qtsensors/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtsensors-everywhere-src-6.8.2.tar.xz) = ioF8mwAa0Kvb8VBkgmymqO5rZv748EtDQ6yfey3b9Mo= -SIZE (qt/qtsensors-everywhere-src-6.8.2.tar.xz) = 1498148 +SHA256 (qt/qtsensors-everywhere-src-6.8.3.tar.xz) = uHGnUB+fpgnzUmDqOaDxmEJ9bWue6NGm3bmHzCZRHq4= +SIZE (qt/qtsensors-everywhere-src-6.8.3.tar.xz) = 1500140 diff --git a/x11/qt6/qtserialbus/distinfo b/x11/qt6/qtserialbus/distinfo index c9331c3e1fa..58310886d3f 100644 --- a/x11/qt6/qtserialbus/distinfo +++ b/x11/qt6/qtserialbus/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtserialbus-everywhere-src-6.8.2.tar.xz) = GRnWutLZNVh/22KclzfO0v/jwQTGtUvts1DqlZO5oRI= -SIZE (qt/qtserialbus-everywhere-src-6.8.2.tar.xz) = 548272 +SHA256 (qt/qtserialbus-everywhere-src-6.8.3.tar.xz) = Q0gO63FydX0q8sVxfP7YSpJUvvd1zXFf0nJYqBx7fp4= +SIZE (qt/qtserialbus-everywhere-src-6.8.3.tar.xz) = 550256 diff --git a/x11/qt6/qtserialport/distinfo b/x11/qt6/qtserialport/distinfo index 1a38b8ab2d6..56e270b8f1c 100644 --- a/x11/qt6/qtserialport/distinfo +++ b/x11/qt6/qtserialport/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtserialport-everywhere-src-6.8.2.tar.xz) = 7RfgI2HpifFJ9Y0CGrjNZvIdtM37jN4KRiAX5qweO+c= -SIZE (qt/qtserialport-everywhere-src-6.8.2.tar.xz) = 274700 +SHA256 (qt/qtserialport-everywhere-src-6.8.3.tar.xz) = wWSgOS3HyrPQcvqP3KzI/E8+aFI0sCGzEoAgcZzfX6U= +SIZE (qt/qtserialport-everywhere-src-6.8.3.tar.xz) = 276532 diff --git a/x11/qt6/qtshadertools/distinfo b/x11/qt6/qtshadertools/distinfo index 48f37f340e5..ea03aa70cab 100644 --- a/x11/qt6/qtshadertools/distinfo +++ b/x11/qt6/qtshadertools/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtshadertools-everywhere-src-6.8.2.tar.xz) = 0dX5DoiF/HDWOsVaTOTZomiFYgM6AAvEr/kyD19VGHE= -SIZE (qt/qtshadertools-everywhere-src-6.8.2.tar.xz) = 1138404 +SHA256 (qt/qtshadertools-everywhere-src-6.8.3.tar.xz) = 9uyIv0LeuoTY9rXQkUY2zu1HScy1HRlFsvebMit+z0c= +SIZE (qt/qtshadertools-everywhere-src-6.8.3.tar.xz) = 1140608 diff --git a/x11/qt6/qtspeech/distinfo b/x11/qt6/qtspeech/distinfo index 9f439425efa..0a48e0f253e 100644 --- a/x11/qt6/qtspeech/distinfo +++ b/x11/qt6/qtspeech/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtspeech-everywhere-src-6.8.2.tar.xz) = 4JtSM2u5AJD0WCo4L6CE91c+vSB8yB8wZu+UzBvyAsM= -SIZE (qt/qtspeech-everywhere-src-6.8.2.tar.xz) = 262484 +SHA256 (qt/qtspeech-everywhere-src-6.8.3.tar.xz) = sN0+O/mT4V3APTSG7htFLCuS8EYKYh6zLSYe7MBAUEs= +SIZE (qt/qtspeech-everywhere-src-6.8.3.tar.xz) = 264416 diff --git a/x11/qt6/qtsvg/distinfo b/x11/qt6/qtsvg/distinfo index f6b682b8785..e11ffd0d548 100644 --- a/x11/qt6/qtsvg/distinfo +++ b/x11/qt6/qtsvg/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtsvg-everywhere-src-6.8.2.tar.xz) = qiV58hymbRnLzzHYfpBn4HkyY102hpyCOdTezQqdwfo= -SIZE (qt/qtsvg-everywhere-src-6.8.2.tar.xz) = 2006996 +SHA256 (qt/qtsvg-everywhere-src-6.8.3.tar.xz) = NetRZGDwDyZOtQS6olNDI4Q1HPI/uZgKWFcZDo3u9Dg= +SIZE (qt/qtsvg-everywhere-src-6.8.3.tar.xz) = 2009072 diff --git a/x11/qt6/qttools/Makefile b/x11/qt6/qttools/Makefile index cbc6ac51b9f..87a02508fb1 100644 --- a/x11/qt6/qttools/Makefile +++ b/x11/qt6/qttools/Makefile @@ -1,7 +1,6 @@ QT6NAME = QtTools COMMENT = Qt6 development tools PKGSPEC = qt6-qttools-${QT6_PKGSPEC} -REVISION = 3 SHARED_LIBS += Qt6Designer 3.1 # 6.7 SHARED_LIBS += Qt6DesignerComponents 2.0 # 6.7 diff --git a/x11/qt6/qttools/distinfo b/x11/qt6/qttools/distinfo index 1523ad19bef..6dfacc551d7 100644 --- a/x11/qt6/qttools/distinfo +++ b/x11/qt6/qttools/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qttools-everywhere-src-6.8.2.tar.xz) = MmOBt9Q/B5E2EvKRq8KYrnm9lTguIjOrzpgs/ytT0sA= -SIZE (qt/qttools-everywhere-src-6.8.2.tar.xz) = 10297596 +SHA256 (qt/qttools-everywhere-src-6.8.3.tar.xz) = AqTiGSSLlPEzPfhD0ldj81JRwQdM3E+1vaZ9NA+Mizo= +SIZE (qt/qttools-everywhere-src-6.8.3.tar.xz) = 10301984 diff --git a/x11/qt6/qttranslations/distinfo b/x11/qt6/qttranslations/distinfo index a1471186f67..cbd3f8903de 100644 --- a/x11/qt6/qttranslations/distinfo +++ b/x11/qt6/qttranslations/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qttranslations-everywhere-src-6.8.2.tar.xz) = 0hBuilgL/XdwLEwYQCmSiNNEkCsOLHWMqBPqBMbWo9E= -SIZE (qt/qttranslations-everywhere-src-6.8.2.tar.xz) = 1550960 +SHA256 (qt/qttranslations-everywhere-src-6.8.3.tar.xz) = w8YdecPY/jFqILNhfGRnPOW1UZsuRVNfSb7jExUvpTE= +SIZE (qt/qttranslations-everywhere-src-6.8.3.tar.xz) = 1577680 diff --git a/x11/qt6/qttranslations/pkg/PLIST b/x11/qt6/qttranslations/pkg/PLIST index 2e70a5c711f..6eb7b4ff877 100644 --- a/x11/qt6/qttranslations/pkg/PLIST +++ b/x11/qt6/qttranslations/pkg/PLIST @@ -117,6 +117,7 @@ share/qt6/translations/qt_it.qm share/qt6/translations/qt_ja.qm share/qt6/translations/qt_ka.qm share/qt6/translations/qt_ko.qm +share/qt6/translations/qt_lg.qm share/qt6/translations/qt_lt.qm share/qt6/translations/qt_lv.qm share/qt6/translations/qt_nl.qm @@ -151,6 +152,7 @@ share/qt6/translations/qtbase_it.qm share/qt6/translations/qtbase_ja.qm share/qt6/translations/qtbase_ka.qm share/qt6/translations/qtbase_ko.qm +share/qt6/translations/qtbase_lg.qm share/qt6/translations/qtbase_lv.qm share/qt6/translations/qtbase_nl.qm share/qt6/translations/qtbase_nn.qm diff --git a/x11/qt6/qtvirtualkeyboard/distinfo b/x11/qt6/qtvirtualkeyboard/distinfo index 33bb9d69298..43a16bec643 100644 --- a/x11/qt6/qtvirtualkeyboard/distinfo +++ b/x11/qt6/qtvirtualkeyboard/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtvirtualkeyboard-everywhere-src-6.8.2.tar.xz) = LdzlFWl4tdoEyXsN4au51RcqBnlrVrylPLtel2J3yyc= -SIZE (qt/qtvirtualkeyboard-everywhere-src-6.8.2.tar.xz) = 3264624 +SHA256 (qt/qtvirtualkeyboard-everywhere-src-6.8.3.tar.xz) = gREGEmHtjYjsQLeQg/jtAlZQ6xgHoFUoYVJl02ITux0= +SIZE (qt/qtvirtualkeyboard-everywhere-src-6.8.3.tar.xz) = 3288724 diff --git a/x11/qt6/qtwayland/distinfo b/x11/qt6/qtwayland/distinfo index 3071602f372..f59b4c9da6f 100644 --- a/x11/qt6/qtwayland/distinfo +++ b/x11/qt6/qtwayland/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtwayland-everywhere-src-6.8.2.tar.xz) = XkYVeQgpXyv5JEYtjAhVsFCLozjO2egQiR/vopXclkc= -SIZE (qt/qtwayland-everywhere-src-6.8.2.tar.xz) = 1138764 +SHA256 (qt/qtwayland-everywhere-src-6.8.3.tar.xz) = IP44WIfSEZAWWjGAwX3PyLmg4dpOx2hltjNL3HCZlLA= +SIZE (qt/qtwayland-everywhere-src-6.8.3.tar.xz) = 1141132 diff --git a/x11/qt6/qtwebchannel/distinfo b/x11/qt6/qtwebchannel/distinfo index dc0ea2f0e64..cbeaa6dd4a8 100644 --- a/x11/qt6/qtwebchannel/distinfo +++ b/x11/qt6/qtwebchannel/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtwebchannel-everywhere-src-6.8.2.tar.xz) = hp8eU/RGc6V2cABbEjnNZ7ml83LIyueZweSvPxxot6w= -SIZE (qt/qtwebchannel-everywhere-src-6.8.2.tar.xz) = 207372 +SHA256 (qt/qtwebchannel-everywhere-src-6.8.3.tar.xz) = lnBGsmULf8eydUdSLpmONdYikdeVsg2Ul+S8xxSDEmI= +SIZE (qt/qtwebchannel-everywhere-src-6.8.3.tar.xz) = 209372 diff --git a/x11/qt6/qtwebengine/Makefile b/x11/qt6/qtwebengine/Makefile index 3a5746c9a82..d0c6a18921b 100644 --- a/x11/qt6/qtwebengine/Makefile +++ b/x11/qt6/qtwebengine/Makefile @@ -1,21 +1,16 @@ # Based on Chromium version: 122.0.6261.171 # Patched with security patches up to Chromium version: 131.0.6778.70 -ONLY_FOR_ARCHS = amd64 aarch64 i386 -BROKEN-i386 = reloc problems with embedded FFmpeg (relocation R_386_32 cannot be used against local symbol) +ONLY_FOR_ARCHS = amd64 aarch64 USE_WXNEEDED = Yes USE_NOBTCFI = Yes DPB_PROPERTIES = parallel parallel2 -.if ${MACHINE_ARCH} == "i386" -DPB_PROPERTIES += lonesome -.endif QT6NAME = QtWebEngine COMMENT = Qt chromium based web engine VERSION = ${QT6_VERSION} PKGSPEC = qt6-qtwebengine-${QT6_PKGSPEC} -REVISION = 1 SHARED_LIBS += Qt6Pdf 2.0 # 0.0 SHARED_LIBS += Qt6PdfQuick 1.0 # 0.0 @@ -148,9 +143,6 @@ FFMPEG_TARGET= arm64 .elif ${MACHINE_ARCH} == "amd64" BUILD_DEPENDS+= devel/nasm FFMPEG_TARGET= x64 -.elif ${MACHINE_ARCH} == "i386" -BUILD_DEPENDS+= devel/nasm -FFMPEG_TARGET= ia32 .endif FFMPEG_BRAND= Chrome diff --git a/x11/qt6/qtwebengine/distinfo b/x11/qt6/qtwebengine/distinfo index c90eb7d013c..a6af93c644a 100644 --- a/x11/qt6/qtwebengine/distinfo +++ b/x11/qt6/qtwebengine/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtwebengine-everywhere-src-6.8.2.tar.xz) = /5WYfxbBl7Ma1NlpcvjZsAx0DFvtcMPmjuQtZz7lSAI= -SIZE (qt/qtwebengine-everywhere-src-6.8.2.tar.xz) = 566518084 +SHA256 (qt/qtwebengine-everywhere-src-6.8.3.tar.xz) = 304Zuis6VAVRtvmY1iWXN3/6aIwc/1ZFibfaLiv4czc= +SIZE (qt/qtwebengine-everywhere-src-6.8.3.tar.xz) = 566553436 diff --git a/x11/qt6/qtwebengine/patches/patch-cmake_Functions_cmake b/x11/qt6/qtwebengine/patches/patch-cmake_Functions_cmake index 90bd6b1e4a3..3e09fc9e260 100644 --- a/x11/qt6/qtwebengine/patches/patch-cmake_Functions_cmake +++ b/x11/qt6/qtwebengine/patches/patch-cmake_Functions_cmake @@ -1,5 +1,3 @@ -- https://github.com/qt/qtwebengine/commit/e372bb3dad121465d61cc15de18c06c85f938072 -- https://github.com/qt/qtwebengine/commit/8f7b00ee89f383cbf6eeda47560a4cecc897e9be Index: cmake/Functions.cmake --- cmake/Functions.cmake.orig +++ cmake/Functions.cmake @@ -48,7 +46,7 @@ Index: cmake/Functions.cmake ) extend_gn_list(gnArgArg ARGS dcheck_always_on -@@ -939,7 +941,7 @@ macro(append_compiler_linker_sdk_setup) +@@ -962,7 +964,7 @@ macro(append_compiler_linker_sdk_setup) use_libcxx=true ) endif() @@ -57,7 +55,7 @@ Index: cmake/Functions.cmake extend_gn_list(gnArgArg ARGS use_libcxx CONDITION QT_FEATURE_stdlib_libcpp ) -@@ -977,7 +979,7 @@ macro(append_compiler_linker_sdk_setup) +@@ -1000,7 +1002,7 @@ macro(append_compiler_linker_sdk_setup) ) endif() get_gn_arch(cpu ${TEST_architecture_arch}) @@ -66,7 +64,7 @@ Index: cmake/Functions.cmake extend_gn_list_cflag(gnArgArg ARG arm_tune -@@ -1067,7 +1069,7 @@ macro(append_toolchain_setup) +@@ -1090,7 +1092,7 @@ macro(append_toolchain_setup) host_cpu="${cpu}" ) endif() @@ -75,40 +73,7 @@ Index: cmake/Functions.cmake get_gn_arch(cpu ${TEST_architecture_arch}) list(APPEND gnArgArg custom_toolchain="${buildDir}/target_toolchain:target" -@@ -1122,7 +1124,7 @@ endmacro() - - function(add_ninja_command) - cmake_parse_arguments(PARSE_ARGV 0 arg -- "" "TARGET;BUILDDIR;MODULE" "OUTPUT;BYPRODUCTS" -+ "" "TARGET;BUILDDIR;MODULE" "OUTPUT;BYPRODUCTS;DEPENDS" - ) - _qt_internal_validate_all_args_are_parsed(arg) - -@@ -1142,7 +1144,7 @@ function(add_ninja_command) - USES_TERMINAL - VERBATIM - COMMAND_EXPAND_LISTS -- DEPENDS run_${arg_MODULE}_NinjaReady -+ DEPENDS run_${arg_MODULE}_NinjaReady ${arg_DEPENDS} - ) - endfunction() - -@@ -1172,7 +1174,7 @@ endfunction() - - function(add_gn_build_artifacts_to_target) - cmake_parse_arguments(PARSE_ARGV 0 arg -- "" "CMAKE_TARGET;NINJA_TARGET;BUILDDIR;MODULE;COMPLETE_STATIC;NINJA_STAMP;NINJA_DATA_STAMP" "" -+ "" "CMAKE_TARGET;NINJA_TARGET;BUILDDIR;MODULE;COMPLETE_STATIC;NINJA_STAMP;NINJA_DATA_STAMP;DEPENDS" "" - ) - _qt_internal_validate_all_args_are_parsed(arg) - -@@ -1200,11 +1202,26 @@ function(add_gn_build_artifacts_to_target) - OUTPUT ${stamps} - BUILDDIR ${arg_BUILDDIR}/${config}/${arch} - MODULE ${arg_MODULE} -+ DEPENDS ${arg_DEPENDS} - ) - add_dependencies(run_${arg_MODULE}_NinjaDone ${target}) +@@ -1229,6 +1231,20 @@ function(add_gn_build_artifacts_to_target) set_target_properties(${arg_CMAKE_TARGET} PROPERTIES LINK_DEPENDS ${arg_BUILDDIR}/${config}/${arch}/${arg_NINJA_STAMP} ) @@ -129,7 +94,7 @@ Index: cmake/Functions.cmake if(QT_IS_MACOS_UNIVERSAL) add_intermediate_archive(${target} ${arg_BUILDDIR}/${config}/${arch} ${arg_COMPLETE_STATIC}) elseif(IOS) -@@ -1331,7 +1348,7 @@ endfunction() +@@ -1355,7 +1371,7 @@ endfunction() function(check_for_ulimit) message("-- Checking 'ulimit -n'") @@ -138,7 +103,7 @@ Index: cmake/Functions.cmake OUTPUT_VARIABLE ulimitOutput ) string(REGEX MATCHALL "[0-9]+" limit "${ulimitOutput}") -@@ -1340,7 +1357,7 @@ function(check_for_ulimit) +@@ -1364,7 +1380,7 @@ function(check_for_ulimit) if(NOT ${CMAKE_VERSION} VERSION_LESS "3.21.0") message(" -- Creating linker launcher") file(GENERATE OUTPUT ${PROJECT_BINARY_DIR}/linker_ulimit.sh diff --git a/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc b/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc index 5ce00ce419b..f44a48d3297 100644 --- a/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc +++ b/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc @@ -1,7 +1,7 @@ Index: src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc --- src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig +++ src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc -@@ -6364,7 +6364,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid +@@ -6358,7 +6358,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid constexpr bool kAllowZeroCopyImages = true; #endif diff --git a/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_lzma_sdk_C_CpuArch_c b/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_lzma_sdk_C_CpuArch_c index 393e819a385..5103040721d 100644 --- a/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_lzma_sdk_C_CpuArch_c +++ b/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_lzma_sdk_C_CpuArch_c @@ -1,12 +1,22 @@ Index: src/3rdparty/chromium/third_party/lzma_sdk/C/CpuArch.c --- src/3rdparty/chromium/third_party/lzma_sdk/C/CpuArch.c.orig +++ src/3rdparty/chromium/third_party/lzma_sdk/C/CpuArch.c -@@ -412,12 +412,40 @@ BoolInt CPU_IsSupported_SHA1(void) { return APPLE_CRYP +@@ -789,7 +789,6 @@ BoolInt CPU_IsSupported_CRYPTO(void) { return IsProces + BoolInt CPU_IsSupported_NEON(void) { return IsProcessorFeaturePresent(PF_ARM_NEON_INSTRUCTIONS_AVAILABLE) ? 1 : 0; } + + #else +- + #if defined(__APPLE__) + + /* +@@ -853,6 +852,36 @@ BoolInt CPU_IsSupported_SHA3(void) + BoolInt CPU_IsSupported_SHA1(void) { return APPLE_CRYPTO_SUPPORT_VAL; } BoolInt CPU_IsSupported_SHA2(void) { return APPLE_CRYPTO_SUPPORT_VAL; } BoolInt CPU_IsSupported_AES (void) { return APPLE_CRYPTO_SUPPORT_VAL; } - ++ ++ +#elif defined(__OpenBSD__) - ++ +#include <sys/param.h> +#include <sys/sysctl.h> +#include <machine/cpu.h> @@ -33,13 +43,6 @@ Index: src/3rdparty/chromium/third_party/lzma_sdk/C/CpuArch.c +MY_HWCAP_CHECK_FUNC (SHA1) +MY_HWCAP_CHECK_FUNC (SHA2) +MY_HWCAP_CHECK_FUNC (AES) -+ - #else // __APPLE__ - #include <sys/auxv.h> - --#if !defined(ARMV8_OS_FUCHSIA) -+#if !defined(ARMV8_OS_FUCHSIA) && !defined(__FreeBSD__) - #define USE_HWCAP - #endif // !defined(ARMV8_OS_FUCHSIA) + #else // __APPLE__ diff --git a/x11/qt6/qtwebengine/patches/patch-src_core_CMakeLists_txt b/x11/qt6/qtwebengine/patches/patch-src_core_CMakeLists_txt index 320f10c8e3e..5473604c7ec 100644 --- a/x11/qt6/qtwebengine/patches/patch-src_core_CMakeLists_txt +++ b/x11/qt6/qtwebengine/patches/patch-src_core_CMakeLists_txt @@ -1,5 +1,3 @@ -- https://github.com/qt/qtwebengine/commit/e372bb3dad121465d61cc15de18c06c85f938072 -- https://github.com/qt/qtwebengine/commit/8f7b00ee89f383cbf6eeda47560a4cecc897e9be Index: src/core/CMakeLists.txt --- src/core/CMakeLists.txt.orig +++ src/core/CMakeLists.txt @@ -48,22 +46,16 @@ Index: src/core/CMakeLists.txt list(APPEND gnArgArg angle_enable_gl=true use_gtk=false # GTK toolkit bindings -@@ -506,6 +508,10 @@ foreach(arch ${archs}) +@@ -506,7 +508,11 @@ foreach(arch ${archs}) CONDITION QT_FEATURE_webengine_system_pulseaudio ) extend_gn_list(gnArgArg -+ ARGS use_sndio +- ARGS use_system_minigbm ++ ARGS use_system_sndi + CONDITION QT_FEATURE_webengine_system_sndio + ) + extend_gn_list(gnArgArg - ARGS use_system_minigbm ++ ARGS use_sndio CONDITION QT_FEATURE_webengine_system_gbm ) -@@ -597,6 +603,7 @@ add_gn_build_artifacts_to_target( - CMAKE_TARGET WebEngineCore - NINJA_TARGET QtWebEngineCore - MODULE core -+ DEPENDS WebEngineCore_sync_headers - BUILDDIR ${buildDir} - COMPLETE_STATIC FALSE - NINJA_STAMP QtWebEngineCore.stamp + extend_gn_list(gnArgArg diff --git a/x11/qt6/qtwebengine/patches/patch-src_core_compositor_native_skia_output_device_opengl_cpp b/x11/qt6/qtwebengine/patches/patch-src_core_compositor_native_skia_output_device_opengl_cpp index 8358c6f62a0..5d6486fb218 100644 --- a/x11/qt6/qtwebengine/patches/patch-src_core_compositor_native_skia_output_device_opengl_cpp +++ b/x11/qt6/qtwebengine/patches/patch-src_core_compositor_native_skia_output_device_opengl_cpp @@ -1,7 +1,7 @@ Index: src/core/compositor/native_skia_output_device_opengl.cpp --- src/core/compositor/native_skia_output_device_opengl.cpp.orig +++ src/core/compositor/native_skia_output_device_opengl.cpp -@@ -289,7 +289,7 @@ QSGTexture *NativeSkiaOutputDeviceOpenGL::texture(QQui +@@ -299,7 +299,7 @@ QSGTexture *NativeSkiaOutputDeviceOpenGL::texture(QQui EGL_LINUX_DRM_FOURCC_EXT, drmFormat, EGL_DMA_BUF_PLANE0_FD_EXT, scopedFd.get(), EGL_DMA_BUF_PLANE0_OFFSET_EXT, static_cast<EGLAttrib>(nativePixmap->GetDmaBufOffset(0)), diff --git a/x11/qt6/qtwebengine/patches/patch-src_pdf_CMakeLists_txt b/x11/qt6/qtwebengine/patches/patch-src_pdf_CMakeLists_txt index f361bb74c7e..743e15a3230 100644 --- a/x11/qt6/qtwebengine/patches/patch-src_pdf_CMakeLists_txt +++ b/x11/qt6/qtwebengine/patches/patch-src_pdf_CMakeLists_txt @@ -1,5 +1,3 @@ -- https://github.com/qt/qtwebengine/commit/e372bb3dad121465d61cc15de18c06c85f938072 -- https://github.com/qt/qtwebengine/commit/8f7b00ee89f383cbf6eeda47560a4cecc897e9be Index: src/pdf/CMakeLists.txt --- src/pdf/CMakeLists.txt.orig +++ src/pdf/CMakeLists.txt @@ -30,11 +28,3 @@ Index: src/pdf/CMakeLists.txt list(APPEND gnArgArg is_cfi=false ozone_auto_platforms=false -@@ -253,6 +255,7 @@ add_gn_build_artifacts_to_target( - CMAKE_TARGET Pdf - NINJA_TARGET QtPdf - MODULE pdf -+ DEPENDS Pdf_sync_headers - BUILDDIR ${buildDir} - COMPLETE_STATIC TRUE - NINJA_STAMP QtPdf.stamp diff --git a/x11/qt6/qtwebsockets/distinfo b/x11/qt6/qtwebsockets/distinfo index bf9a901ceb2..1183e21000a 100644 --- a/x11/qt6/qtwebsockets/distinfo +++ b/x11/qt6/qtwebsockets/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtwebsockets-everywhere-src-6.8.2.tar.xz) = kZ31Yro0Rsg5OZLREgha0tltI6r4ArHNejC/O6L+jL4= -SIZE (qt/qtwebsockets-everywhere-src-6.8.2.tar.xz) = 460372 +SHA256 (qt/qtwebsockets-everywhere-src-6.8.3.tar.xz) = /GMQwbEtbiKjEGJyeqZXTtaSOdA2yKQkezsImQJwmxE= +SIZE (qt/qtwebsockets-everywhere-src-6.8.3.tar.xz) = 461996 diff --git a/x11/qt6/qtwebview/distinfo b/x11/qt6/qtwebview/distinfo index d768956105e..834be7b2085 100644 --- a/x11/qt6/qtwebview/distinfo +++ b/x11/qt6/qtwebview/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/qtwebview-everywhere-src-6.8.2.tar.xz) = hrQ2JxGT2VgRm/iGbewWtq04ecjj4GRY4/ecqEa+0EM= -SIZE (qt/qtwebview-everywhere-src-6.8.2.tar.xz) = 139040 +SHA256 (qt/qtwebview-everywhere-src-6.8.3.tar.xz) = LEbkcgNMiiVLtNvRUlCj+o9ycTWhRxij/xF1aXtIftI= +SIZE (qt/qtwebview-everywhere-src-6.8.3.tar.xz) = 141020