[SCM] kodi-pvr-vuplus/master: Drop 0001-adapt-to-api-change-SeekTime.patch integrated upstream

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sun Nov 26 03:16:11 UTC 2017


The following commit has been merged in the master branch:
commit 912e917ae6120217d7b32b04b9718ff584b3da74
Author: Debian's Automated Developer <debian-dad at example.com>
Date:   Sun Nov 26 02:47:01 2017 +0000

    Drop 0001-adapt-to-api-change-SeekTime.patch integrated upstream

diff --git a/debian/patches/0001-adapt-to-api-change-SeekTime.patch b/debian/patches/0001-adapt-to-api-change-SeekTime.patch
deleted file mode 100644
index e2509d5..0000000
--- a/debian/patches/0001-adapt-to-api-change-SeekTime.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From e42ac0059137f513119a6425a9d8cf6b7f7a7f16 Mon Sep 17 00:00:00 2001
-From: Rainer Hochecker <fernetmenta at online.de>
-Date: Sat, 26 Nov 2016 14:27: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 fa65aae..beb3829 100644
---- a/src/client.cpp
-+++ b/src/client.cpp
-@@ -588,7 +588,7 @@ unsigned int GetChannelSwitchDelay(void) { return 0; }
- void PauseStream(bool bPaused) {}
- bool CanPauseStream(void) { return false; }
- bool CanSeekStream(void) { return false; }
--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
deleted file mode 100644
index 37b20bb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-
-0001-adapt-to-api-change-SeekTime.patch

-- 
kodi-pvr-vuplus packaging



More information about the pkg-multimedia-commits mailing list