[SCM] kodi-pvr-nextpvr/master: Adapt to Kodi PVR api change - SeekTime

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sat Dec 24 03:21:45 UTC 2016


The following commit has been merged in the master branch:
commit 1cc1520672385c24f735e5849a12c8f95684fd63
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sat Dec 24 02:01:24 2016 +0100

    Adapt to Kodi PVR api change - SeekTime

diff --git a/debian/patches/0001-adapt-to-api-change-SeekTime.patch b/debian/patches/0001-adapt-to-api-change-SeekTime.patch
new file mode 100644
index 0000000..720f9f7
--- /dev/null
+++ b/debian/patches/0001-adapt-to-api-change-SeekTime.patch
@@ -0,0 +1,25 @@
+From a35d5494a4709b85875ebc2760919fd29c5d1589 Mon Sep 17 00:00:00 2001
+From: Rainer Hochecker <fernetmenta at online.de>
+Date: Sat, 26 Nov 2016 14:22:02 +0100
+Subject: [PATCH] adapt to api change - SeekTime
+
+---
+ src/client.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/client.cpp b/src/client.cpp
+index b6399d8..184cd49 100644
+--- a/src/client.cpp
++++ b/src/client.cpp
+@@ -747,7 +747,7 @@ void DemuxFlush(void) {}
+ PVR_ERROR SetRecordingPlayCount(const PVR_RECORDING &recording, int count) { return PVR_ERROR_NOT_IMPLEMENTED; }
+ unsigned int GetChannelSwitchDelay(void) { return 0; }
+ 
+-bool SeekTime(int,bool,double*) { return false; }
++bool SeekTime(double,bool,double*) { return false; }
+ void SetSpeed(int) {};
+ bool IsTimeshifting(void) { return false; }
+ bool IsRealTimeStream(void) { return true; }
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
index 8b13789..37b20bb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 
+0001-adapt-to-api-change-SeekTime.patch

-- 
kodi-pvr-nextpvr packaging



More information about the pkg-multimedia-commits mailing list