r4074 - in vdr/vdr-plugin-ffnetdev/trunk/debian: . patches

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


Author: tom-guest
Date: 2007-01-17 01:47:50 +0100 (Wed, 17 Jan 2007)
New Revision: 4074

Added:
   vdr/vdr-plugin-ffnetdev/trunk/debian/patches/91_ffnetdev-0.1.0+svn20060625-1.5.0.dpatch
Modified:
   vdr/vdr-plugin-ffnetdev/trunk/debian/changelog
   vdr/vdr-plugin-ffnetdev/trunk/debian/patches/00list
Log:
Added 91_ffnetdev-0.1.0+svn20060625-1.5.0.dpatch

Modified: vdr/vdr-plugin-ffnetdev/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-ffnetdev/trunk/debian/changelog	2007-01-17 00:45:31 UTC (rev 4073)
+++ vdr/vdr-plugin-ffnetdev/trunk/debian/changelog	2007-01-17 00:47:50 UTC (rev 4074)
@@ -1,3 +1,10 @@
+vdr-plugin-ffnetdev (0.1.0+svn20060625-6) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Added 91_ffnetdev-0.1.0+svn20060625-1.5.0.dpatch
+
+ -- Thomas Günther <tom at toms-cafe.de>  Wed, 17 Jan 2007 01:47:05 +0100
+
 vdr-plugin-ffnetdev (0.1.0+svn20060625-5) experimental; urgency=low
 
   [ Thomas Günther ]

Modified: vdr/vdr-plugin-ffnetdev/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-ffnetdev/trunk/debian/patches/00list	2007-01-17 00:45:31 UTC (rev 4073)
+++ vdr/vdr-plugin-ffnetdev/trunk/debian/patches/00list	2007-01-17 00:47:50 UTC (rev 4074)
@@ -1 +1,2 @@
 01_Makefile-fPIC-fix
+91_ffnetdev-0.1.0+svn20060625-1.5.0

Added: vdr/vdr-plugin-ffnetdev/trunk/debian/patches/91_ffnetdev-0.1.0+svn20060625-1.5.0.dpatch
===================================================================
--- vdr/vdr-plugin-ffnetdev/trunk/debian/patches/91_ffnetdev-0.1.0+svn20060625-1.5.0.dpatch	2007-01-17 00:45:31 UTC (rev 4073)
+++ vdr/vdr-plugin-ffnetdev/trunk/debian/patches/91_ffnetdev-0.1.0+svn20060625-1.5.0.dpatch	2007-01-17 00:47:50 UTC (rev 4074)
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 91_ffnetdev-0.1.0+svn20060625-1.5.0.dpatch by Thomas Günther <tom at toms-cafe.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes for VDR >= 1.5.0 (applicable to VDR >= 1.4.5).
+
+ at DPATCH@
+--- ffnetdev-0.1.0+svn20060625/remote.c
++++ ffnetdev-0.1.0+svn20060625/remote.c
+@@ -27,7 +27,7 @@
+ 	return true;
+ }
+ 
+-bool cMyRemote::Put(uint64 Code, bool Repeat, bool Release)
++bool cMyRemote::Put(uint64_t Code, bool Repeat, bool Release)
+ {
+ #if VDRVERSNUM >= 10347
+     if ((cRemote::IsLearning()) && (Release))
+--- ffnetdev-0.1.0+svn20060625/remote.h
++++ ffnetdev-0.1.0+svn20060625/remote.h
+@@ -17,7 +17,7 @@
+   cMyRemote(const char *Name);
+   virtual bool Initialize(void);
+   virtual bool Ready(void);
+-  virtual bool Put(uint64 Code, bool Repeat, bool Release);
++  virtual bool Put(uint64_t Code, bool Repeat, bool Release);
+ };
+ 
+ 




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