r4850 - in /vdr/vdr-plugin-nordlichtsepg/trunk/debian: changelog patches/00list patches/91_nordlichtsepg-0.8a_vdr153.dpatch
tom-guest at users.alioth.debian.org
tom-guest at users.alioth.debian.org
Wed Jun 27 23:44:20 UTC 2007
Author: tom-guest
Date: Wed Jun 27 23:44:20 2007
New Revision: 4850
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=4850
Log:
Release for vdrdevel 1.5.5
Added:
vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_nordlichtsepg-0.8a_vdr153.dpatch
Modified:
vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog
vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list
Modified: vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog?rev=4850&op=diff
==============================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog Wed Jun 27 23:44:20 2007
@@ -1,8 +1,13 @@
-vdr-plugin-nordlichtsepg (0.8a-13) UNRELEASED; urgency=low
+vdr-plugin-nordlichtsepg (0.8a-13) experimental; urgency=low
+ [ Thomas Schmidt ]
* Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control
- -- Thomas Schmidt <tschmidt at debian.org> Wed, 16 May 2007 23:11:00 +0200
+ [ Thomas Günther ]
+ * Release for vdrdevel 1.5.5
+ * Added 91_nordlichtsepg-0.8a_vdr153.dpatch
+
+ -- Thomas Günther <tom at toms-cafe.de> Thu, 28 Jun 2007 00:06:13 +0200
vdr-plugin-nordlichtsepg (0.8a-12) experimental; urgency=low
Modified: vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list?rev=4850&op=diff
==============================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list Wed Jun 27 23:44:20 2007
@@ -1,3 +1,4 @@
01_Makefile-fPIC-fix
90_APIVERSION.dpatch
+91_nordlichtsepg-0.8a_vdr153
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_nordlichtsepg-0.8a_vdr153.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_nordlichtsepg-0.8a_vdr153.dpatch?rev=4850&op=file
==============================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_nordlichtsepg-0.8a_vdr153.dpatch (added)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_nordlichtsepg-0.8a_vdr153.dpatch Wed Jun 27 23:44:20 2007
@@ -1,0 +1,39 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## nordlichtsepg-0.8a_vdr153.dpatch by zulu at vdrportal.de
+## http://www.vdr-portal.de/board/thread.php?postid=624285#post624285
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes for VDR >= 1.5.3.
+
+ at DPATCH@
+diff -ruN nordlichtsepg-0.8a/nordlichtsepg.c nordlichtsepg-0.8a-patched/nordlichtsepg.c
+--- nordlichtsepg-0.8a/nordlichtsepg.c 2006-03-21 14:41:24.000000000 +0100
++++ nordlichtsepg-0.8a-patched/nordlichtsepg.c 2007-06-19 10:27:25.000000000 +0200
+@@ -114,8 +114,10 @@
+
+ myMenuWhatsOn::~myMenuWhatsOn()
+ {
++#if VDRVERSNUM < 10503
+ if(Setup.UseSmallFont==2)cFont::SetFont(fontSml);
+ else cFont::SetFont(fontOsd);
++#endif
+ }
+
+ void myMenuWhatsOn::LoadSchedules(int shift)
+diff -ruN nordlichtsepg-0.8a/patchfont.c nordlichtsepg-0.8a-patched/patchfont.c
+--- nordlichtsepg-0.8a/patchfont.c 2006-03-18 11:53:21.000000000 +0100
++++ nordlichtsepg-0.8a-patched/patchfont.c 2007-06-19 10:29:03.000000000 +0200
+@@ -7,6 +7,7 @@
+ // most of this function is from the epgsearch-plugin
+ void PatchFont(eDvbFont DvbFont)
+ {
++#if VDRVERSNUM < 10503
+ const cFont *font = cFont::GetFont(DvbFont);
+ int num_rows_global = font->Height();
+ int num_rows = num_rows_global+2;
+@@ -322,4 +323,5 @@
+ }
+
+ cFont::SetFont(DvbFont, font_data);
++#endif
+ }
More information about the pkg-vdr-dvb-changes
mailing list