commit 29ee384cb94d062dac687d010aa9eb324550dc83
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Jul 27 13:41:56 2019 +0100
Update cppmyth patch and add version to cppmyth buildrequires
kodi-pvr-mythtv-5.7.0-use_external_cppmyth.patch | 8 ++++----
kodi-pvr-mythtv.spec | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/kodi-pvr-mythtv-5.7.0-use_external_cppmyth.patch
b/kodi-pvr-mythtv-5.7.0-use_external_cppmyth.patch
index d041afa..8002845 100644
--- a/kodi-pvr-mythtv-5.7.0-use_external_cppmyth.patch
+++ b/kodi-pvr-mythtv-5.7.0-use_external_cppmyth.patch
@@ -97,18 +97,18 @@ diff -up ./src/cppmyth/MythScheduleManager.h.orig
./src/cppmyth/MythScheduleMana
#include "MythRecordingRule.h"
#include "MythProgramInfo.h"
#include "MythEPGInfo.h"
-diff -up ./src/fileOps.h.orig ./src/fileOps.h
---- ./src/fileOps.h.orig 2018-02-25 20:43:55.000000000 +0100
-+++ ./src/fileOps.h 2018-03-15 15:26:52.369583754 +0100
+diff -up ./src/artworksmanager.h.orig ./src/artworksmanager.h
+--- ./src/artworksmanager.h.orig 2019-07-27 13:13:17.724168594 +0100
++++ ./src/artworksmanager.h 2019-04-08 16:01:39.000000000 +0100
@@ -24,7 +24,7 @@
#include "cppmyth/MythChannel.h"
#include "cppmyth/MythProgramInfo.h"
-#include <mythwsapi.h>
+#include <cppmyth/mythwsapi.h>
- #include <p8-platform/threads/threads.h>
#include <string>
+
diff -up ./src/filestreaming.h.orig ./src/filestreaming.h
--- ./src/filestreaming.h.orig 2018-02-25 20:43:55.000000000 +0100
+++ ./src/filestreaming.h 2018-03-15 15:27:08.972125702 +0100
diff --git a/kodi-pvr-mythtv.spec b/kodi-pvr-mythtv.spec
index ebe696d..77317b1 100644
--- a/kodi-pvr-mythtv.spec
+++ b/kodi-pvr-mythtv.spec
@@ -28,7 +28,7 @@ BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_version}
-BuildRequires: pkgconfig(cppmyth)
+BuildRequires: pkgconfig(cppmyth) >= 2.12.1
BuildRequires: platform-devel
BuildRequires: zlib-devel
Requires: kodi >= %{kodi_version}