Compare commits
22 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e9d15c61b0 | |||
| d11ba1e731 | |||
| 1fc8391de1 | |||
|
|
34fe624b24 | ||
|
|
050c48d84b | ||
|
|
35151f1a1f | ||
|
|
c70e50db6c | ||
| ba395eeecd | |||
|
|
4a85b52ecc | ||
| 229ae43132 | |||
|
|
6b93d27b71 | ||
| 2c4b0f6562 | |||
|
|
7442c8d1fe | ||
|
|
8223db7a41 | ||
| d7892f57c2 | |||
|
|
bfe382b39b | ||
|
|
414a05739c | ||
| 1e3888cc0b | |||
|
|
8d6ca1e542 | ||
|
|
ac58e9b48b | ||
| e68c3ef9ac | |||
|
|
871b1b953e |
@@ -5,7 +5,7 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">16</size>
|
||||
<size unit="G">30</size>
|
||||
</disk>
|
||||
<memory>
|
||||
<size unit="G">20</size>
|
||||
@@ -32,10 +32,10 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">7</size>
|
||||
<size unit="G">16</size>
|
||||
</disk>
|
||||
<memory>
|
||||
<size unit="G">2</size>
|
||||
<size unit="G">8</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
@@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 12:32:44 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- boo#1251922 - Re-enable LTO and pass -mno-outline-atomics to
|
||||
3rdparty/chromium for aarch64 as a workaround until fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 15:15:44 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.1
|
||||
https://www.qt.io/blog/qt-6.10.1-released
|
||||
Based on Chromium version: 134.0.6998.208
|
||||
Patched with security patches up to Chromium version: 142.0.7444.162
|
||||
- Drop patches:
|
||||
* 0001-webrtc-IWYU-modules-video_capture.patch
|
||||
* 0002-webrtc-IWYU-modules-desktop_capture-and-modules-video_captu.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 09:54:47 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Add patches from webrtc's upstream to fix header includes
|
||||
in order to build with pipewire 1.5.81:
|
||||
* 0001-webrtc-IWYU-modules-video_capture.patch
|
||||
* 0002-webrtc-IWYU-modules-desktop_capture-and-modules-video_captu.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 09:36:45 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Disable LTO on aarch64 until build is fixed - boo#1251922
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 08:53:32 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.0
|
||||
* https://www.qt.io/blog/qt-6.10-released
|
||||
* Patched with security patches up to Chromium version up
|
||||
to 140.0.7339.207
|
||||
- Drop patches:
|
||||
* QtWebEngine_6.9.2_QTBUG-139424.patch
|
||||
* qtwebengine_ffmpeg8.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 13:10:32 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Add upstream backport (boo#1249045)
|
||||
* qtwebengine_ffmpeg8.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 5 14:49:50 UTC 2025 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Add patch:
|
||||
* QtWebEngine_6.9.2_QTBUG-139424.patch (QTBUG-139424, boo#1249354)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 27 07:16:09 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.2:
|
||||
* https://www.qt.io/blog/qt-6.9.2-released
|
||||
* Patched with security patches up to Chromium version up
|
||||
to 139.0.7258.67
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 07:49:35 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-webengine
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,9 +15,8 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.9.1
|
||||
%define short_version 6.9
|
||||
%define real_version 6.10.1
|
||||
%define short_version 6.10
|
||||
%define tar_name qtwebengine-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@@ -55,7 +54,7 @@
|
||||
%global lts_version 6.8.0
|
||||
#
|
||||
Name: qt6-webengine%{?pkg_suffix}
|
||||
Version: 6.9.1
|
||||
Version: 6.10.1
|
||||
Release: 0
|
||||
Summary: Web browser engine for Qt applications
|
||||
License: GPL-2.0-only OR LGPL-3.0-only OR GPL-3.0-only
|
||||
@@ -110,6 +109,7 @@ BuildRequires: cmake(Qt6Quick) >= %{lts_version}
|
||||
BuildRequires: cmake(Qt6QuickControls2) >= %{lts_version}
|
||||
BuildRequires: cmake(Qt6QuickTest) >= %{lts_version}
|
||||
BuildRequires: cmake(Qt6QuickWidgets) >= %{lts_version}
|
||||
BuildRequires: cmake(Qt6Svg) >= %{lts_version}
|
||||
BuildRequires: cmake(Qt6WebChannel) >= %{lts_version}
|
||||
BuildRequires: cmake(Qt6WebChannelQuick) >= %{lts_version}
|
||||
BuildRequires: cmake(Qt6WebSockets) >= %{lts_version}
|
||||
@@ -381,6 +381,11 @@ ABI or API guarantees.
|
||||
# parallel processes instead of its defaults.
|
||||
export NINJAFLAGS="%{?_smp_mflags}"
|
||||
|
||||
%ifarch aarch64
|
||||
# Workaround for boo#1251922: force -mno-outline-atomics through the gn build for aarch64
|
||||
sed -e 's/cflags = \[\]/cflags = \[ \"-mno-outline-atomics\" \]/' -i ./src/3rdparty/chromium/build/config/linux/BUILD.gn
|
||||
%endif
|
||||
|
||||
%cmake_qt6 \
|
||||
-DCMAKE_TOOLCHAIN_FILE:STRING="%{_qt6_cmakedir}/Qt6/qt.toolchain.cmake" \
|
||||
%if 0%{?suse_version} == 1500
|
||||
@@ -483,7 +488,7 @@ done
|
||||
%{_qt6_includedir}/QtPdf/
|
||||
%{_qt6_libdir}/libQt6Pdf.prl
|
||||
%{_qt6_libdir}/libQt6Pdf.so
|
||||
%{_qt6_metatypesdir}/qt6pdf_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6pdf_*metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_pdf.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6Pdf.pc
|
||||
%exclude %{_qt6_includedir}/QtPdf/%{real_version}
|
||||
@@ -502,7 +507,7 @@ done
|
||||
%{_qt6_includedir}/QtPdfQuick/
|
||||
%{_qt6_libdir}/libQt6PdfQuick.prl
|
||||
%{_qt6_libdir}/libQt6PdfQuick.so
|
||||
%{_qt6_metatypesdir}/qt6pdfquick_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6pdfquick_*metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_pdfquick.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6PdfQuick.pc
|
||||
%exclude %{_qt6_includedir}/QtPdfQuick/%{real_version}
|
||||
@@ -521,7 +526,7 @@ done
|
||||
%{_qt6_includedir}/QtPdfWidgets/
|
||||
%{_qt6_libdir}/libQt6PdfWidgets.prl
|
||||
%{_qt6_libdir}/libQt6PdfWidgets.so
|
||||
%{_qt6_metatypesdir}/qt6pdfwidgets_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6pdfwidgets_*metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_pdfwidgets.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6PdfWidgets.pc
|
||||
%exclude %{_qt6_includedir}/QtPdfWidgets/%{real_version}
|
||||
@@ -549,7 +554,7 @@ done
|
||||
%{_qt6_libdir}/libQt6WebEngineCore.prl
|
||||
%{_qt6_libdir}/libQt6WebEngineCore.so
|
||||
%{_qt6_libexecdir}/gn
|
||||
%{_qt6_metatypesdir}/qt6webenginecore_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6webenginecore_*metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_webenginecore.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6WebEngineCore.pc
|
||||
%exclude %{_qt6_includedir}/QtWebEngineCore/%{real_version}
|
||||
@@ -573,8 +578,8 @@ done
|
||||
%{_qt6_libdir}/libQt6WebEngineQuick.so
|
||||
%{_qt6_libdir}/libQt6WebEngineQuickDelegatesQml.prl
|
||||
%{_qt6_libdir}/libQt6WebEngineQuickDelegatesQml.so
|
||||
%{_qt6_metatypesdir}/qt6webenginequick_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6webenginequickdelegatesqml_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6webenginequick_*metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6webenginequickdelegatesqml_*metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_webenginequick.pri
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_webenginequickdelegatesqml.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6WebEngineQuick.pc
|
||||
@@ -585,7 +590,6 @@ done
|
||||
%{_qt6_cmakedir}/Qt6WebEngineQuick*Private/
|
||||
%{_qt6_includedir}/QtWebEngineQuick/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_webenginequick_private.pri
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_webenginequickdelegatesqml_private.pri
|
||||
|
||||
%files -n libQt6WebEngineWidgets6
|
||||
%{_qt6_libdir}/libQt6WebEngineWidgets.so.*
|
||||
@@ -596,7 +600,7 @@ done
|
||||
%{_qt6_includedir}/QtWebEngineWidgets/
|
||||
%{_qt6_libdir}/libQt6WebEngineWidgets.prl
|
||||
%{_qt6_libdir}/libQt6WebEngineWidgets.so
|
||||
%{_qt6_metatypesdir}/qt6webenginewidgets_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6webenginewidgets_*metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_webenginewidgets.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6WebEngineWidgets.pc
|
||||
%exclude %{_qt6_includedir}/QtWebEngineWidgets/%{real_version}
|
||||
|
||||
3
qtwebengine-everywhere-src-6.10.1.tar.xz
Normal file
3
qtwebengine-everywhere-src-6.10.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77b5ea6186a0429a6b8e656faedd5cd3e8019d33856ee59637698ab578ead1e3
|
||||
size 881148292
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:787dfde22b348f6d620f2207ed7e32ad0a5389373182614272de28ff3f91c26c
|
||||
size 672204388
|
||||
Reference in New Issue
Block a user