r1002 - in vdr/vdr/trunk/debian: . patches
Tobias Grimm
tiber-guest at costa.debian.org
Mon Aug 22 15:41:19 UTC 2005
Author: tiber-guest
Date: 2005-08-22 15:41:18 +0000 (Mon, 22 Aug 2005)
New Revision: 1002
Added:
vdr/vdr/trunk/debian/patches/13_epgfix.dpatch
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/patches/00list
Log:
added 13_epgfix
Modified: vdr/vdr/trunk/debian/changelog
===================================================================
--- vdr/vdr/trunk/debian/changelog 2005-08-21 16:58:08 UTC (rev 1001)
+++ vdr/vdr/trunk/debian/changelog 2005-08-22 15:41:18 UTC (rev 1002)
@@ -7,6 +7,7 @@
* Thomas Günther <tom at toms-cafe.de>
- Improved newplugin script
- Updated opt-24_jumpplay-0.6.dpatch
+ - Added 13_epgfix.dpatch to force saving of EPG data on exit
-- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Mon, 15 Aug 2005 17:31:44 +0200
Modified: vdr/vdr/trunk/debian/patches/00list
===================================================================
--- vdr/vdr/trunk/debian/patches/00list 2005-08-21 16:58:08 UTC (rev 1001)
+++ vdr/vdr/trunk/debian/patches/00list 2005-08-22 15:41:18 UTC (rev 1002)
@@ -9,6 +9,7 @@
09_sort_options
10_dd-record-option
12_osdbase-maxitems
+13_epgfix
14_update-resume
15_dvbplayer
17_replay
Added: vdr/vdr/trunk/debian/patches/13_epgfix.dpatch
===================================================================
--- vdr/vdr/trunk/debian/patches/13_epgfix.dpatch 2005-08-21 16:58:08 UTC (rev 1001)
+++ vdr/vdr/trunk/debian/patches/13_epgfix.dpatch 2005-08-22 15:41:18 UTC (rev 1002)
@@ -0,0 +1,19 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+
+## 13_epgfix.dpatch by clocker at vdrportal.de
+## http://www.vdrportal.de/board/thread.php?postid=246358#post246358
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Force saving EPG data on exit.
+
+ at DPATCH@
+--- vdr-1.3.22-orig/vdr.c 2005-02-12 16:06:16.000000000 +0100
++++ vdr-1.3.22/vdr.c 2005-03-26 13:13:11.000000000 +0100
+@@ -929,6 +929,7 @@
+ Exit:
+
+ PluginManager.StopPlugins();
++ cSchedules::Cleanup(true);
+ cRecordControls::Shutdown();
+ cCutter::Stop();
+ delete Menu;
More information about the pkg-vdr-dvb-changes
mailing list