[SCM] kodi-pvr-wmc/master: Adapt to Kodi PVR api change - SeekTime
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Sat Dec 24 03:23:15 UTC 2016
The following commit has been merged in the master branch:
commit 6351b2ac2a71be3dfeb53cba01641e2976caa09d
Author: Balint Reczey <balint at balintreczey.hu>
Date: Sat Dec 24 02:02:03 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..1ff592b
--- /dev/null
+++ b/debian/patches/0001-adapt-to-api-change-SeekTime.patch
@@ -0,0 +1,25 @@
+From 493b1612cb890be66e37c755a57cecfcf8d74a08 Mon Sep 17 00:00:00 2001
+From: Rainer Hochecker <fernetmenta at online.de>
+Date: Sat, 26 Nov 2016 14:28:12 +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 69deae8..9edd65f 100644
+--- a/src/client.cpp
++++ b/src/client.cpp
+@@ -725,7 +725,7 @@ extern "C" {
+ DemuxPacket* DemuxRead(void) { return NULL; }
+ unsigned int GetChannelSwitchDelay(void) { return 0; }
+ const char * GetLiveStreamURL(const PVR_CHANNEL &channel) { return ""; }
+- bool SeekTime(int,bool,double*) { return false; }
++ bool SeekTime(double,bool,double*) { return false; }
+ void SetSpeed(int) {};
+ bool IsRealTimeStream(void) { return true; }
+ PVR_ERROR GetRecordingEdl(const PVR_RECORDING&, PVR_EDL_ENTRY[], int*) { return PVR_ERROR_NOT_IMPLEMENTED; };
+--
+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-wmc packaging
More information about the pkg-multimedia-commits
mailing list