r3075 - in vdr/vdr-plugin-recstatus/trunk/debian: . patches

Tobias Grimm tiber-guest at costa.debian.org
Sat Jun 24 19:42:36 UTC 2006


Author: tiber-guest
Date: 2006-06-24 19:42:35 +0000 (Sat, 24 Jun 2006)
New Revision: 3075

Added:
   vdr/vdr-plugin-recstatus/trunk/debian/patches/02_g++4.1.dpatch
Modified:
   vdr/vdr-plugin-recstatus/trunk/debian/changelog
   vdr/vdr-plugin-recstatus/trunk/debian/patches/00list
Log:
Added 02_g++4.1.dpatch to fix some g++/gcc 4.1 issues


Modified: vdr/vdr-plugin-recstatus/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-recstatus/trunk/debian/changelog	2006-06-24 19:38:34 UTC (rev 3074)
+++ vdr/vdr-plugin-recstatus/trunk/debian/changelog	2006-06-24 19:42:35 UTC (rev 3075)
@@ -2,6 +2,8 @@
 
   * Thomas Schmidt <tschmidt at debian.org>
     - Build-Depend on vdr-dev (>=1.4.1-1)
+  * Tobias Grimm <tg at e-tobi.net>
+    - Added 02_g++4.1.dpatch to fix some g++/gcc 4.1 issues
 
  -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 18 Jun 2006 15:55:11 +0200
 

Modified: vdr/vdr-plugin-recstatus/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-recstatus/trunk/debian/patches/00list	2006-06-24 19:38:34 UTC (rev 3074)
+++ vdr/vdr-plugin-recstatus/trunk/debian/patches/00list	2006-06-24 19:42:35 UTC (rev 3075)
@@ -1,4 +1,5 @@
 01_Makefile-fPIC-fix
+02_g++4.1
 
 90_APIVERSION.dpatch
 90_recstatus-0.0.1.beta1-1.3.38

Added: vdr/vdr-plugin-recstatus/trunk/debian/patches/02_g++4.1.dpatch
===================================================================
--- vdr/vdr-plugin-recstatus/trunk/debian/patches/02_g++4.1.dpatch	2006-06-24 19:38:34 UTC (rev 3074)
+++ vdr/vdr-plugin-recstatus/trunk/debian/patches/02_g++4.1.dpatch	2006-06-24 19:42:35 UTC (rev 3075)
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_g++4.1.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes some issues with g++/ggc 4.1
+
+ at DPATCH@
+--- vdr-plugin-recstatus-0+0.0.1.beta1.orig/recstatus.c
++++ vdr-plugin-recstatus-0+0.0.1.beta1/recstatus.c
+@@ -105,7 +105,7 @@
+ 	      }
+ 	  }	 
+       }
+-    eOSState cMenuRecStatus::Play(char* file)
++    eOSState Play(char* file)
+ 	{
+ 	    cRecording* recordingFound = NULL;
+ 	    for(cRecording* recording = Recordings.First(); recording; recording = Recordings.Next(recording))
+@@ -116,7 +116,7 @@
+ 	    cReplayControl::SetRecording(recordingFound->FileName(), recordingFound->Title());
+ 	    return osReplay;
+ 	}
+-    eOSState cMenuRecStatus::ProcessKey(eKeys Key)
++    eOSState ProcessKey(eKeys Key)
+ 	{
+ 	    eOSState state = cOsdMenu::ProcessKey(Key);	    
+ 	    if (state == osUnknown) 




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