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

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sat Dec 24 03:15:34 UTC 2016


The following commit has been merged in the master branch:
commit 8e41c34e9bb63a955c6fcd0a77c9a7b72f7f7444
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sat Dec 24 01:59:30 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..fe7c78b
--- /dev/null
+++ b/debian/patches/0001-adapt-to-api-change-SeekTime.patch
@@ -0,0 +1,25 @@
+From 7d3bdba79b17e0c26e2cc0998728034661026209 Mon Sep 17 00:00:00 2001
+From: Rainer Hochecker <fernetmenta at online.de>
+Date: Sat, 26 Nov 2016 13:49:33 +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 6fed196..20166e3 100644
+--- a/src/client.cpp
++++ b/src/client.cpp
+@@ -680,7 +680,7 @@ void DemuxReset(void) {}
+ void DemuxFlush(void) {}
+ PVR_ERROR GetRecordingEdl(const PVR_RECORDING&, PVR_EDL_ENTRY[], int*) { 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; }
+ time_t GetPlayingTime() { return 0; }
+-- 
+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-argustv packaging



More information about the pkg-multimedia-commits mailing list