forked from pool/qt6-webengine
Qt 6.2.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-webengine?expand=0&rev=4
This commit is contained in:
parent
7fe94ec738
commit
7f73b8e7fd
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 10:06:38 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 6.2.2
|
||||
* https://www.qt.io/blog/qt-6.2.2-released
|
||||
- Make sure all dependencies are present when installing devel
|
||||
packages. Qt >= 6.2.2 is much less permissive.
|
||||
- Rebase rtc-dont-use-h264.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 26 11:23:04 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.2.1
|
||||
%define real_version 6.2.2
|
||||
%define short_version 6.2
|
||||
%define tar_name qtwebengine-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
@ -42,7 +42,7 @@
|
||||
%bcond_without system_minizip
|
||||
#
|
||||
Name: qt6-webengine%{?pkg_suffix}
|
||||
Version: 6.2.1
|
||||
Version: 6.2.2
|
||||
Release: 0
|
||||
Summary: Web browser engine for Qt applications
|
||||
License: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
@ -94,6 +94,7 @@ BuildRequires: qt6-quickwidgets-private-devel
|
||||
BuildRequires: qt6-widgets-private-devel
|
||||
BuildRequires: snappy-devel
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
BuildRequires: cmake(Qt6Designer)
|
||||
BuildRequires: cmake(Qt6Gui)
|
||||
BuildRequires: cmake(Qt6GuiTools)
|
||||
BuildRequires: cmake(Qt6Network)
|
||||
@ -105,8 +106,11 @@ BuildRequires: cmake(Qt6Qml)
|
||||
BuildRequires: cmake(Qt6QmlModels)
|
||||
BuildRequires: cmake(Qt6QmlTools)
|
||||
BuildRequires: cmake(Qt6Quick)
|
||||
BuildRequires: cmake(Qt6QuickTest)
|
||||
BuildRequires: cmake(Qt6QuickControls2)
|
||||
BuildRequires: cmake(Qt6QuickWidgets)
|
||||
BuildRequires: cmake(Qt6WebChannel)
|
||||
BuildRequires: cmake(Qt6WebSockets)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: cmake(Qt6WidgetsTools)
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
@ -196,6 +200,8 @@ QML files and plugins from the Qt 6 Pdf module
|
||||
%package -n qt6-pdf-devel
|
||||
Summary: Development files for the Qt 6 Pdf library
|
||||
Requires: libQt6Pdf6 = %{version}
|
||||
Requires: cmake(Qt6Gui)
|
||||
Requires: cmake(Qt6Network)
|
||||
|
||||
%description -n qt6-pdf-devel
|
||||
Development files for the Qt 6 Pdf library.
|
||||
@ -217,6 +223,10 @@ The Qt6 PdfQuick library.
|
||||
%package -n qt6-pdfquick-devel
|
||||
Summary: Development files for the Qt 6 PdfQuick library
|
||||
Requires: libQt6PdfQuick6 = %{version}
|
||||
Requires: qt6-pdf-private-devel = %{version}
|
||||
Requires: cmake(Qt6Gui)
|
||||
Requires: cmake(Qt6Qml)
|
||||
%requires_eq qt6-quick-private-devel
|
||||
|
||||
%description -n qt6-pdfquick-devel
|
||||
Development files for the Qt 6 PdfQuick library.
|
||||
@ -238,6 +248,9 @@ The Qt6 PdfWidgets library.
|
||||
%package -n qt6-pdfwidgets-devel
|
||||
Summary: Development files for the Qt 6 PdfWidgets library
|
||||
Requires: libQt6PdfWidgets6 = %{version}
|
||||
Requires: cmake(Qt6Gui)
|
||||
Requires: cmake(Qt6Pdf) = %{real_version}
|
||||
Requires: cmake(Qt6Widgets)
|
||||
|
||||
%description -n qt6-pdfwidgets-devel
|
||||
Development files for the Qt 6 PdfWidgets library.
|
||||
@ -260,6 +273,11 @@ The Qt6 WebEngineCore library.
|
||||
%package -n qt6-webenginecore-devel
|
||||
Summary: Development files for the Qt 6 WebEngineCore library
|
||||
Requires: libQt6WebEngineCore6 = %{version}
|
||||
Requires: cmake(Qt6Gui)
|
||||
Requires: cmake(Qt6Network)
|
||||
Requires: cmake(Qt6Quick)
|
||||
Requires: cmake(Qt6WebChannel)
|
||||
Requires: cmake(Qt6Positioning)
|
||||
|
||||
%description -n qt6-webenginecore-devel
|
||||
Development files for the Qt 6 WebEngineCore library.
|
||||
@ -282,6 +300,8 @@ The Qt6 WebEngineQuick library.
|
||||
%package -n qt6-webenginequick-devel
|
||||
Summary: Development files for the Qt 6 WebEngineQuick library
|
||||
Requires: libQt6WebEngineQuick6 = %{version}
|
||||
Requires: cmake(Qt6Qml)
|
||||
Requires: cmake(Qt6WebEngineCore) = %{real_version}
|
||||
|
||||
%description -n qt6-webenginequick-devel
|
||||
Development files for the Qt 6 WebEngineQuick library.
|
||||
@ -303,6 +323,11 @@ The Qt6 WebEngineWidgets library.
|
||||
%package -n qt6-webenginewidgets-devel
|
||||
Summary: Development files for the Qt 6 WebEngineWidgets library
|
||||
Requires: libQt6WebEngineWidgets6 = %{version}
|
||||
Requires: cmake(Qt6Gui)
|
||||
Requires: cmake(Qt6PrintSupport)
|
||||
Requires: cmake(Qt6QuickWidgets)
|
||||
Requires: cmake(Qt6WebEngineCore)
|
||||
%requires_eq qt6-quick-private-devel
|
||||
|
||||
%description -n qt6-webenginewidgets-devel
|
||||
Development files for the Qt 6 WebEngineWidgets library.
|
||||
@ -361,6 +386,7 @@ export NINJAFLAGS="%{?_smp_mflags}"
|
||||
%if %{no_flavor}
|
||||
|
||||
# CMake files are not needed for plugins
|
||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Designer/
|
||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Gui/
|
||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
|
||||
@ -381,9 +407,11 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6BuildInternals
|
||||
%postun -n libQt6WebEngineWidgets6 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%dir %{_qt6_pluginsdir}/designer
|
||||
%{_qt6_datadir}/resources/
|
||||
%{_qt6_translationsdir}/qtwebengine_locales/
|
||||
%{_qt6_libexecdir}/QtWebEngineProcess
|
||||
%{_qt6_pluginsdir}/designer/libqwebengineview.so
|
||||
|
||||
%files imports
|
||||
%{_qt6_qmldir}/QtWebEngine/
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f933cffb8671c1e71b6b2a4924cb6b3f9878388ae6298ac8d31a76c1ecffbb7
|
||||
size 369758400
|
3
qtwebengine-everywhere-src-6.2.2.tar.xz
Normal file
3
qtwebengine-everywhere-src-6.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d2dcde6e4678ea96e4203a6e585b73e23fb61f83b47330f1f00c25e481cd3b4
|
||||
size 369695600
|
@ -15,18 +15,3 @@ index ca8acdbf259..36897a72aa8 100644
|
||||
|
||||
# Enable this flag to make webrtc::Mutex be implemented by absl::Mutex.
|
||||
rtc_use_absl_mutex = false
|
||||
|
||||
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
|
||||
index d9d64e76..cd0fd120 100644
|
||||
--- a/src/core/config/common.pri
|
||||
+++ b/src/core/config/common.pri
|
||||
@@ -26,9 +26,6 @@ qtConfig(webengine-webrtc) {
|
||||
|
||||
qtConfig(webengine-proprietary-codecs) {
|
||||
gn_args += proprietary_codecs=true ffmpeg_branding=\"Chrome\"
|
||||
- qtConfig(webengine-webrtc) {
|
||||
- gn_args += rtc_use_h264=true
|
||||
- }
|
||||
} else {
|
||||
gn_args += proprietary_codecs=false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user