forked from pool/vokoscreenNG
Accepting request 812571 from home:tux93:branches:multimedia:apps
- added adapt-to-qt-5.15.patch * upstream fix for Qt 5.15 build failure OBS-URL: https://build.opensuse.org/request/show/812571 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/vokoscreenNG?expand=0&rev=11
This commit is contained in:
parent
07ff30b661
commit
1888e2ea8e
22
adapt-to-qt-5.15.patch
Normal file
22
adapt-to-qt-5.15.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
From 924edeccfaaddf483959b8cf140f13ef64420378 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Volker Kohaupt <vkohaupt@freenet.de>
|
||||||
|
Date: Sat, 6 Jun 2020 08:42:07 +0200
|
||||||
|
Subject: [PATCH] Adapted to Qt 5.15.0
|
||||||
|
|
||||||
|
---
|
||||||
|
src/region/QvkRegionButtonArrow.cpp | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/src/region/QvkRegionButtonArrow.cpp b/src/region/QvkRegionButtonArrow.cpp
|
||||||
|
index 984048b0..82987915 100644
|
||||||
|
--- a/src/region/QvkRegionButtonArrow.cpp
|
||||||
|
+++ b/src/region/QvkRegionButtonArrow.cpp
|
||||||
|
@@ -22,6 +22,8 @@
|
||||||
|
|
||||||
|
#include "QvkRegionButtonArrow.h"
|
||||||
|
|
||||||
|
+#include <QPainterPath>
|
||||||
|
+
|
||||||
|
QvkRegionButtonArrow::QvkRegionButtonArrow()
|
||||||
|
{
|
||||||
|
}
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 8 11:33:18 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
- added adapt-to-qt-5.15.patch
|
||||||
|
* upstream fix for Qt 5.15 build failure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 30 12:03:33 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
Thu Apr 30 12:03:33 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@ License: GPL-2.0-only
|
|||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
URL: https://github.com/vkohaupt/vokoscreenNG
|
URL: https://github.com/vkohaupt/vokoscreenNG
|
||||||
Source: https://github.com/vkohaupt/%{name}/archive/%{version}.tar.gz
|
Source: https://github.com/vkohaupt/%{name}/archive/%{version}.tar.gz
|
||||||
|
# PATCH-FIX-UPSTREAM - Fix Qt 5.15 build failure
|
||||||
|
Patch0: adapt-to-qt-5.15.patch
|
||||||
BuildRequires: gstreamer-devel
|
BuildRequires: gstreamer-devel
|
||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -62,7 +64,7 @@ Obsoletes: vokoscreen < %{version}
|
|||||||
vokoscreenNG is a user friendly Open Source screencaster for Linux and Windows.
|
vokoscreenNG is a user friendly Open Source screencaster for Linux and Windows.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
cd src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user