r3078 - in vdr/vdr-plugin-sysinfo/trunk/debian: . patches

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


Author: tiber-guest
Date: 2006-06-24 19:50:07 +0000 (Sat, 24 Jun 2006)
New Revision: 3078

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


Modified: vdr/vdr-plugin-sysinfo/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/changelog	2006-06-24 19:47:06 UTC (rev 3077)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/changelog	2006-06-24 19:50:07 UTC (rev 3078)
@@ -2,6 +2,7 @@
 
   * Tobias Grimm <tg at e-tobi.net>
     - Added real name of upstream author to debian/copyright
+    - Added 03_g++4.1.dpatch to fix some g++/gcc 4.1 issues
   * Thomas Schmidt <tschmidt at debian.org>
     - Build-Depend on vdr-dev (>=1.4.1-1)
 

Modified: vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list	2006-06-24 19:47:06 UTC (rev 3077)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list	2006-06-24 19:50:07 UTC (rev 3078)
@@ -1,4 +1,5 @@
 01_Makefile-fPIC-fix
 02_sysinfo.sh-path
+03_g++4.1
 
 90_APIVERSION.dpatch

Added: vdr/vdr-plugin-sysinfo/trunk/debian/patches/03_g++4.1.dpatch
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/patches/03_g++4.1.dpatch	2006-06-24 19:47:06 UTC (rev 3077)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/patches/03_g++4.1.dpatch	2006-06-24 19:50:07 UTC (rev 3078)
@@ -0,0 +1,20 @@
+#! /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-sysinfo-0.0.4a.orig/sysinfoosd.h
++++ vdr-plugin-sysinfo-0.0.4a/sysinfoosd.h
+@@ -40,8 +40,8 @@
+ 	
+ 	void SendPalette(void);
+ 	void SetColor(int Index, int Red, int Green, int Blue, int Alpha);
+-	void cSysInfoOsd::PleaseWait();
+-	void cSysInfoOsd::ShowData();
++	void PleaseWait();
++	void ShowData();
+ 	
+ 	void DrawMenu();
+ 	void DisplayBitmap(); 




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