[vdr-plugin-skinelchi] 03/06: New upstream release

Tobias Grimm tiber-guest at moszumanska.debian.org
Mon Jan 8 23:34:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-skinelchi.

commit d3c1c1243d42e2bf4f272e7282138a880c8175e0
Author: Tobias Grimm <git at e-tobi.net>
Date:   Tue Jan 9 00:03:34 2018 +0100

    New upstream release
---
 debian/changelog         |  6 ++++++
 debian/patches/series    |  1 +
 debian/patches/stl.patch | 11 +++++++++++
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cf74b04..3418389 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-skinelchi (0.3.0-1) UNRELEASED; urgency=medium
+
+  * 
+
+ -- Tobias Grimm <etobi at debian.org>  Tue, 09 Jan 2018 00:03:18 +0100
+
 vdr-plugin-skinelchi (0.2.8-8) experimental; urgency=medium
 
   * Now supporting the /etc/vdr/conf.d mechanism
diff --git a/debian/patches/series b/debian/patches/series
index 9f60a41..c23ba95 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 20_epgimage-path.patch
+stl.patch
diff --git a/debian/patches/stl.patch b/debian/patches/stl.patch
new file mode 100644
index 0000000..459977d
--- /dev/null
+++ b/debian/patches/stl.patch
@@ -0,0 +1,11 @@
+--- a/DisplayChannel.c
++++ b/DisplayChannel.c
+@@ -724,7 +724,7 @@
+       }
+       else {
+          time_t t = time(NULL);
+-         int seen = max(0, min(y9 - y6a - 1, int((y9 - y6a) * double(t - Present->StartTime()) / Present->Duration())));
++         int seen = std::max(0, std::min(y9 - y6a - 1, int((y9 - y6a) * double(t - Present->StartTime()) / Present->Duration())));
+          osd->DrawRectangle(x4 + Gap, y6a + seen, x4 + Gap + ScrollWidth - 1, y9 - 1, Theme.Color(clrChannelTimebarRest));
+          osd->DrawRectangle(x4 + Gap, y6a, x4 + Gap + ScrollWidth - 1, y6a + seen - 1, Theme.Color(clrChannelTimebarSeen));
+          changed = true;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-skinelchi.git



More information about the pkg-vdr-dvb-changes mailing list