forked from pool/qt6-webengine
Accepting request 1116657 from home:krop:Qt6:Release
Qt 6.6.0. Not built yet OBS-URL: https://build.opensuse.org/request/show/1116657 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-webengine?expand=0&rev=46
This commit is contained in:
parent
66a6e44375
commit
d974358bd8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 09:40:03 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.6.0
|
||||
* https://www.qt.io/blog/qt-6.6-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 07:34:25 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.5.3
|
||||
%define short_version 6.5
|
||||
%define real_version 6.6.0
|
||||
%define short_version 6.6
|
||||
%define tar_name qtwebengine-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@ -33,9 +33,11 @@
|
||||
%bcond_without system_harfbuzz
|
||||
# The ICU version is also too old incrementExact() appeared in ICU 71
|
||||
%bcond_without system_icu
|
||||
# and so is tiff...
|
||||
%bcond_without system_tiff
|
||||
%endif
|
||||
Name: qt6-webengine%{?pkg_suffix}
|
||||
Version: 6.5.3
|
||||
Version: 6.6.0
|
||||
Release: 0
|
||||
Summary: Web browser engine for Qt applications
|
||||
License: GPL-2.0-only OR LGPL-3.0-only OR GPL-3.0-only
|
||||
@ -90,6 +92,7 @@ BuildRequires: cmake(Qt6QuickControls2) = %{real_version}
|
||||
BuildRequires: cmake(Qt6QuickTest) = %{real_version}
|
||||
BuildRequires: cmake(Qt6QuickWidgets) = %{real_version}
|
||||
BuildRequires: cmake(Qt6WebChannel) = %{real_version}
|
||||
BuildRequires: cmake(Qt6WebChannelQuick) = %{real_version}
|
||||
BuildRequires: cmake(Qt6WebSockets) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
||||
BuildRequires: cmake(Qt6WidgetsTools) = %{real_version}
|
||||
@ -119,12 +122,18 @@ BuildRequires: pkgconfig(libevent)
|
||||
BuildRequires: pkgconfig(libopenjp2)
|
||||
BuildRequires: pkgconfig(libpci)
|
||||
BuildRequires: pkgconfig(libpulse) >= 0.9.10
|
||||
%if %{with system_tiff}
|
||||
BuildRequires: pkgconfig(libtiff-4) >= 4.2.0
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libva)
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libxslt)
|
||||
BuildRequires: pkgconfig(nss) >= 3.26
|
||||
BuildRequires: pkgconfig(opus) >= 1.3.1
|
||||
BuildRequires: pkgconfig(poppler-cpp)
|
||||
# Build fails with newer re2 versions (https://bugreports.qt.io/browse/QTBUG-115931)
|
||||
# NOTE still fais with 6.6.0-rc
|
||||
BuildRequires: pkgconfig(re2) <= 10.0.0
|
||||
BuildRequires: pkgconfig(vpx) >= 1.10.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2314ce9b0dd5f75f629077daad5a5781bac164d508ecff2ebad56ff2bc8745e5
|
||||
size 412372456
|
3
qtwebengine-everywhere-src-6.6.0.tar.xz
Normal file
3
qtwebengine-everywhere-src-6.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5dc9ff05a2c57adbf99cbf0c7cb6f19527f67216caf627b0cc160a1d253b780
|
||||
size 421117212
|
Loading…
Reference in New Issue
Block a user