vdr/vdr/debian/patches opt-20_elchiaio4d+1.dpatch 00list opt-20_elchiaio4d.dpatch

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 01 Aug 2004 10:43:50 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/patches
In directory haydn:/tmp/cvs-serv10176

Modified Files:
	00list 
Added Files:
	opt-20_elchiaio4d+1.dpatch 
Removed Files:
	opt-20_elchiaio4d.dpatch 
Log Message:
added framse and black square fix to elchi patch

--- opt-20_elchiaio4d.dpatch DELETED ---

Index: 00list
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/patches/00list,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- 00list	15 Jul 2004 21:28:50 -0000	1.4
+++ 00list	1 Aug 2004 10:43:48 -0000	1.5
@@ -2,5 +2,6 @@
 02_Makefile-CFGDIR
 03_cmdsubmenu
 
-# The Elchi AIO 4d patch for a nicer OSD:
-# opt-20_elchiaio4d
+# The Elchi AIO 4d patch for a nicer OSD, inlcuding the frames and black
+# square fix.
+# opt-20_elchiaio4d+1

--- NEW FILE: opt-20_elchiaio4d+1.dpatch ---
#!/bin/sh debian/patches/dpatch.sh

## elchiaio4d by Andy Grobb (Elchi) and Rolf Ahrenberg 
## (see HISTORY-ElchiAIO for all contributors)
##
## the frames an balck square fix by Thomas Günther and Gerhard Stein are 
## already included
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: ELCHI AIO Version 4d osd improvement patch

@DPATCH@
diff -Nur vdr.orig/config.c vdr/config.c
--- vdr.orig/config.c	2004-07-22 20:19:11.000000000 +0200
+++ vdr/config.c	2004-08-01 13:40:47.000000000 +0200
@@ -15,6 +15,8 @@
 #include "plugin.h"
 #include "recording.h"
 
[...12833 lines suppressed...]
+  fgchannelname   = LookupColor(Setup.ClrChannelName);
+  fgchanneldate   = LookupColor(Setup.ClrChannelDate);
+  fgepgtime       = LookupColor(Setup.ClrEpgTime);
+  fgtitle         = LookupColor(Setup.ClrTitle);
+  fgsubtitle      = LookupColor(Setup.ClrSubTitle);
+  fgmenufont      = LookupColor(Setup.ClrMenuFont);
+  fgtitleline     = LookupColor(Setup.ClrTitleLine);
+  fgscrolline     = LookupColor(Setup.ClrScrolLine);
+  volumebar       = LookupColor(Setup.ClrVolumeBar);
+  timebar1        = LookupColor(Setup.ClrTimeBar1);
+  timebar2        = LookupColor(Setup.ClrTimeBar2);
+  fgsymbolon      = LookupColor(Setup.ClrSymbolOn);
+  fgsymboloff     = LookupColor(Setup.ClrSymbolOff);
+  fgerrorfont     = LookupColor(Setup.ClrErrorFont);
+  fginfofont      = LookupColor(Setup.ClrInfoFont);
+  fgconfirmfont   = LookupColor(Setup.ClrConfirmFont);
+
   // DVB interfaces:
 
   cDvbDevice::Initialize();