vdr/vdr/debian/patches opt-20_elchiaio4d.dpatch 00list
Tobias Grimm
pkg-vdr-dvb-changes@lists.alioth.debian.org
Thu, 15 Jul 2004 21:28:52 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/patches
In directory haydn:/tmp/cvs-serv15500/debian/patches
Modified Files:
00list
Added Files:
opt-20_elchiaio4d.dpatch
Log Message:
introduction of optional patches and patch level mechanism
--- NEW FILE: opt-20_elchiaio4d.dpatch ---
#!/bin/sh debian/patches/dpatch.sh
## elchiaio4d by Andy Grobb (Elchi) and Rolf Ahrenberg
## (see HISTORY-ElchiAIO for all contributors)
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: ELCHI AIO Version 4d osd improvement patch
@DPATCH@
diff -Nru vdr-1.2.6-vanilla/HISTORY-ElchiAIO vdr-1.2.6-elchi4d/HISTORY-ElchiAIO
--- vdr-1.2.6-vanilla/HISTORY-ElchiAIO 1970-01-01 02:00:00.000000000 +0200
+++ vdr-1.2.6-elchi4d/HISTORY-ElchiAIO 2004-03-14 17:58:10.000000000 +0200
@@ -0,0 +1,114 @@
+History ElchiAIO:
+-----------------
+
+version 1: 2002-12-25
+
+- changed stop cutting, recording und replay changed to line 1
[...12773 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();
Index: 00list
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/patches/00list,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 00list 23 May 2004 21:43:10 -0000 1.3
+++ 00list 15 Jul 2004 21:28:50 -0000 1.4
@@ -1,3 +1,6 @@
01_vdr_1.2.6-3.1.diff.gz
02_Makefile-CFGDIR
03_cmdsubmenu
+
+# The Elchi AIO 4d patch for a nicer OSD:
+# opt-20_elchiaio4d