[packages/qt5-qtwayland] up to 5.15.2
atler
atler at pld-linux.org
Fri Nov 20 16:08:05 CET 2020
commit 582ca84e888c3bd845db013735ef53b21d0c3cc7
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Nov 20 16:07:22 2020 +0100
up to 5.15.2
qt5-qtwayland-revert-QTBUG-83303.patch | 36 ++++++++++++++++++++++++++++++++++
qt5-qtwayland.spec | 6 ++++--
2 files changed, 40 insertions(+), 2 deletions(-)
---
diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec
index 8952266..e7949ce 100644
--- a/qt5-qtwayland.spec
+++ b/qt5-qtwayland.spec
@@ -12,12 +12,13 @@
Summary: The Qt5 Wayland libraries
Summary(pl.UTF-8): Biblioteki Qt5 Wayland
Name: qt5-%{orgname}
-Version: 5.15.1
+Version: 5.15.2
Release: 1
License: LGPL v2.1 with Digia Qt LGPL Exception v1.1 or GPL v3.0
Group: Libraries
Source0: http://download.qt.io/official_releases/qt/5.15/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
-# Source0-md5: aa95a5e8f65de0fb55fe45278ce79852
+# Source0-md5: 26577fbbe0d011b7034bca3c64bc38ae
+Patch0: %{name}-revert-QTBUG-83303.patch
URL: http://www.qt.io/
BuildRequires: EGL-devel
BuildRequires: OpenGL-GLX-devel
@@ -195,6 +196,7 @@ Przykłady do bibliotek Qt5 Wayland.
%prep
%setup -q -n %{orgname}-everywhere-src-%{version}
+%patch0 -p1
%build
qmake-qt5 \
diff --git a/qt5-qtwayland-revert-QTBUG-83303.patch b/qt5-qtwayland-revert-QTBUG-83303.patch
new file mode 100644
index 0000000..4232605
--- /dev/null
+++ b/qt5-qtwayland-revert-QTBUG-83303.patch
@@ -0,0 +1,36 @@
+diff --color -urN qtwayland-everywhere-src-5.15.2.orig/src/client/configure.json qtwayland-everywhere-src-5.15.2/src/client/configure.json
+--- qtwayland-everywhere-src-5.15.2.orig/src/client/configure.json 2020-10-27 09:02:11.000000000 +0100
++++ qtwayland-everywhere-src-5.15.2/src/client/configure.json 2020-11-20 16:03:22.634599860 +0100
+@@ -149,8 +149,7 @@
+ "#endif"
+ ]
+ },
+- "libs": "-ldrm",
+- "use": "egl"
++ "use": "egl drm"
+ },
+ "vulkan-server-buffer": {
+ "label": "Vulkan Buffer Sharing",
+diff --color -urN qtwayland-everywhere-src-5.15.2.orig/src/compositor/configure.json qtwayland-everywhere-src-5.15.2/src/compositor/configure.json
+--- qtwayland-everywhere-src-5.15.2.orig/src/compositor/configure.json 2020-10-27 09:02:11.000000000 +0100
++++ qtwayland-everywhere-src-5.15.2/src/compositor/configure.json 2020-11-20 16:03:18.924612802 +0100
+@@ -151,8 +151,7 @@
+ "#endif"
+ ]
+ },
+- "libs": "-ldrm",
+- "use": "egl"
++ "use": "egl drm"
+ },
+ "dmabuf-client-buffer": {
+ "label": "Linux Client dma-buf Buffer Sharing",
+@@ -176,8 +175,7 @@
+ "return 0;"
+ ]
+ },
+- "libs": "-ldrm",
+- "use": "egl"
++ "use": "egl drm"
+ },
+ "vulkan-server-buffer": {
+ "label": "Vulkan Buffer Sharing",
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwayland.git/commitdiff/582ca84e888c3bd845db013735ef53b21d0c3cc7
More information about the pld-cvs-commit
mailing list