r4068 - in vdr/vdr-plugin-epgsearch/trunk/debian: . patches

Thomas Günther tom-guest at alioth.debian.org
Wed Jan 17 01:18:25 CET 2007


Author: tom-guest
Date: 2007-01-17 01:18:25 +0100 (Wed, 17 Jan 2007)
New Revision: 4068

Added:
   vdr/vdr-plugin-epgsearch/trunk/debian/patches/91_epgsearch-1.5.0.dpatch
Modified:
   vdr/vdr-plugin-epgsearch/trunk/debian/changelog
   vdr/vdr-plugin-epgsearch/trunk/debian/patches/00list
Log:
Added 91_epgsearch-1.5.0.dpatch

Modified: vdr/vdr-plugin-epgsearch/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-epgsearch/trunk/debian/changelog	2007-01-17 00:17:45 UTC (rev 4067)
+++ vdr/vdr-plugin-epgsearch/trunk/debian/changelog	2007-01-17 00:18:25 UTC (rev 4068)
@@ -1,3 +1,10 @@
+vdr-plugin-epgsearch (0.9.19-4) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Added 91_epgsearch-1.5.0.dpatch
+
+ -- Thomas Günther <tom at toms-cafe.de>  Wed, 17 Jan 2007 01:17:40 +0100
+
 vdr-plugin-epgsearch (0.9.19-3) experimental; urgency=low
 
   [ Thomas Günther ]

Modified: vdr/vdr-plugin-epgsearch/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-epgsearch/trunk/debian/patches/00list	2007-01-17 00:17:45 UTC (rev 4067)
+++ vdr/vdr-plugin-epgsearch/trunk/debian/patches/00list	2007-01-17 00:18:25 UTC (rev 4068)
@@ -1 +1,2 @@
 01_debian-defaults
+91_epgsearch-1.5.0

Added: vdr/vdr-plugin-epgsearch/trunk/debian/patches/91_epgsearch-1.5.0.dpatch
===================================================================
--- vdr/vdr-plugin-epgsearch/trunk/debian/patches/91_epgsearch-1.5.0.dpatch	2007-01-17 00:17:45 UTC (rev 4067)
+++ vdr/vdr-plugin-epgsearch/trunk/debian/patches/91_epgsearch-1.5.0.dpatch	2007-01-17 00:18:25 UTC (rev 4068)
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 91_epgsearch-1.5.0.dpatch by Urig at vdrportal.de
+## http://vdrportal.de/board/thread.php?postid=564669#post564669
+##
+## Thomas Günther <tom at toms-cafe.de>:
+##   - added compatibility to VDR < 1.5.0
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes for VDR >= 1.5.0.
+
+ at DPATCH@
+--- epgsearch-0.9.19/conflictcheck.h
++++ epgsearch-0.9.19/conflictcheck.h
+@@ -103,7 +103,11 @@
+ 		return true;
+ 	    }
+ 	}
++#if APIVERSNUM >= 10500
++    int ProvidesCa(const cChannel* Channel) const { return true; }
++#else
+     int ProvidesCa(const cChannel* Channel) const { if (device) return device->ProvidesCa(Channel); else return true; }
++#endif
+     int Ca() const
+ 	{
+ 	    for(std::set<cConflictCheckTimerObj*,TimerObjSort>::iterator it = recTimers.begin(); it != recTimers.end(); it++)




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