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

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sat Dec 24 03:17:07 UTC 2016


The following commit has been merged in the master branch:
commit db0b8ea9b0ce910fa6c3ec30c7d76be72e1992dd
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sat Dec 24 02:00:45 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..3de1561
--- /dev/null
+++ b/debian/patches/0001-adapt-to-api-change-SeekTime.patch
@@ -0,0 +1,25 @@
+From 47071a5272edd95ccc954844acbf377e5a67a57b Mon Sep 17 00:00:00 2001
+From: Rainer Hochecker <fernetmenta at online.de>
+Date: Sat, 26 Nov 2016 13:50:24 +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 200a64e..171564b 100644
+--- a/src/client.cpp
++++ b/src/client.cpp
+@@ -384,7 +384,7 @@ void DemuxAbort(void) {}
+ DemuxPacket* DemuxRead(void) { return NULL; }
+ unsigned int GetChannelSwitchDelay(void) { return 0; }
+ void PauseStream(bool bPaused) {}
+-bool SeekTime(int,bool,double*) { return false; }
++bool SeekTime(double,bool,double*) { return false; }
+ void SetSpeed(int) {};
+ time_t GetPlayingTime() { return 0; }
+ time_t GetBufferTimeStart() { 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-hdhomerun packaging



More information about the pkg-multimedia-commits mailing list