]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/blobdiff - qt5-qtwebengine.spec
- rebuild with libevent 2.1.11
[packages/qt5-qtwebengine.git] / qt5-qtwebengine.spec
index 983f0adf7e6fd4ff938830d3d4bba9535b4ba140..d2e03cd14366560da784e8574a0517719a3af679 100644 (file)
@@ -7,13 +7,12 @@
 Summary:       The Qt5 WebEngine library
 Summary(pl.UTF-8):     Biblioteka Qt5 WebEngine
 Name:          qt5-%{orgname}
-Version:       5.13.0
-Release:       1
+Version:       5.14.1
+Release:       2
 License:       LGPL v3 or GPL v2+ or commercial
 Group:         X11/Libraries
-Source0:       http://download.qt.io/official_releases/qt/5.13/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
-# Source0-md5: 235ecc14211ba03ae7331c175c1b7c78
-Patch0:                remove-compiler-check.patch
+Source0:       http://download.qt.io/official_releases/qt/5.14/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
+# Source0-md5: 26eb3bb5cd1e47320d74f4115a879b10
 Patch1:                x32.patch
 URL:           http://www.qt.io/
 BuildRequires: Mesa-khrplatform-devel
@@ -47,6 +46,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
@@ -174,7 +175,6 @@ PrzykĹ‚ady do biblioteki Qt5 WebEngine.
 
 %prep
 %setup -q -n %{orgname}-everywhere-src-%{version}
-%patch0 -p1
 %ifarch x32
 %patch1 -p1
 %endif
@@ -186,7 +186,8 @@ export V8_TARGET_ARCH="x32"
 %endif
 qmake-qt5 -- \
        -webengine-ffmpeg \
-       -webengine-icu
+       -webengine-icu \
+       -webengine-proprietary-codecs
 %{__make}
 %{?with_doc:%{__make} docs}
 
This page took 0.028347 seconds and 4 git commands to generate.