]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/blobdiff - qt5-qtwebengine.spec
up to 5.13.2
[packages/qt5-qtwebengine.git] / qt5-qtwebengine.spec
index 7e1e41d8c73af9aae15eeb2dd3fad46e099fb973..cb902cc4c84852bfb65f5b9ce17e200da4755614 100644 (file)
@@ -1,20 +1,21 @@
 #
 # Conditional build:
 %bcond_without doc     # Documentation
-%bcond_with    system_libvpx   # Build with system libvpx
+%bcond_without system_libvpx   # Build with system libvpx
 
 %define                orgname         qtwebengine
 Summary:       The Qt5 WebEngine library
 Summary(pl.UTF-8):     Biblioteka Qt5 WebEngine
 Name:          qt5-%{orgname}
-Version:       5.12.2
-Release:       3
+Version:       5.13.2
+Release:       1
 License:       LGPL v3 or GPL v2+ or commercial
 Group:         X11/Libraries
-Source0:       http://download.qt.io/official_releases/qt/5.12/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
-# Source0-md5: a5182f10645103b54a35f8611fd13506
+Source0:       http://download.qt.io/official_releases/qt/5.13/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
+# Source0-md5: e688da1efa123f3158e85b08bd919489
 Patch0:                remove-compiler-check.patch
 Patch1:                x32.patch
+Patch2:                icu65.patch
 URL:           http://www.qt.io/
 BuildRequires: Mesa-khrplatform-devel
 BuildRequires: Qt5Core-devel >= %{version}
@@ -47,6 +48,8 @@ BuildRequires:        libevent-devel
 BuildRequires: libicu-devel >= 53
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel >= 1.6.0
+BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-static
 %{?with_system_libvpx:BuildRequires:   libvpx-devel >= 1.8.0}
 BuildRequires: libwebp-devel
 BuildRequires: libxml2-devel
@@ -178,6 +181,7 @@ PrzykĹ‚ady do biblioteki Qt5 WebEngine.
 %ifarch x32
 %patch1 -p1
 %endif
+%patch2 -p1
 cd ./src/3rdparty/chromium
 
 %build
This page took 0.087934 seconds and 4 git commands to generate.