r1883 - in vdr/vdr-plugin-radio/trunk/debian: . patches

Thomas Günther tom-guest at costa.debian.org
Tue Jan 31 18:36:04 UTC 2006


Author: tom-guest
Date: 2006-01-31 18:36:03 +0000 (Tue, 31 Jan 2006)
New Revision: 1883

Added:
   vdr/vdr-plugin-radio/trunk/debian/patches/90_radio-0.0.9-1.3.41.dpatch
Modified:
   vdr/vdr-plugin-radio/trunk/debian/changelog
   vdr/vdr-plugin-radio/trunk/debian/control
   vdr/vdr-plugin-radio/trunk/debian/patches/00list
Log:
Added 90_radio-0.0.9-1.3.41.dpatch

Modified: vdr/vdr-plugin-radio/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/changelog	2006-01-31 18:12:31 UTC (rev 1882)
+++ vdr/vdr-plugin-radio/trunk/debian/changelog	2006-01-31 18:36:03 UTC (rev 1883)
@@ -1,3 +1,11 @@
+vdr-plugin-radio (0.0.9-4) unstable; urgency=low
+
+  * Thomas Günther <tom at toms-cafe.de>
+    - Added 90_radio-0.0.9-1.3.41.dpatch
+    - Build-Depend on vdr-dev (>= 1.3.41-1)
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue, 31 Jan 2006 15:08:28 +0100
+
 vdr-plugin-radio (0.0.9-3) unstable; urgency=low
 
   * Tobias Grimm <tg at e-tobi.net>

Modified: vdr/vdr-plugin-radio/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/control	2006-01-31 18:12:31 UTC (rev 1882)
+++ vdr/vdr-plugin-radio/trunk/debian/control	2006-01-31 18:36:03 UTC (rev 1883)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>
-Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.3.40-1), dpatch (>= 2.0.9), sharutils
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.3.41-1), dpatch (>= 2.0.9), sharutils
 Standards-Version: 3.6.2
 
 Package: vdr-plugin-radio

Modified: vdr/vdr-plugin-radio/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/patches/00list	2006-01-31 18:12:31 UTC (rev 1882)
+++ vdr/vdr-plugin-radio/trunk/debian/patches/00list	2006-01-31 18:36:03 UTC (rev 1883)
@@ -1 +1,3 @@
 01_Makefile-fPIC-fix
+
+90_radio-0.0.9-1.3.41

Added: vdr/vdr-plugin-radio/trunk/debian/patches/90_radio-0.0.9-1.3.41.dpatch
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/patches/90_radio-0.0.9-1.3.41.dpatch	2006-01-31 18:12:31 UTC (rev 1882)
+++ vdr/vdr-plugin-radio/trunk/debian/patches/90_radio-0.0.9-1.3.41.dpatch	2006-01-31 18:36:03 UTC (rev 1883)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 90_radio-0.0.9-1.3.41.dpatch by roro at vdrportal.de
+## http://vdrportal.de/board/thread.php?postid=417344#post417344
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes for VDR >= 1.3.41.
+
+ at DPATCH@
+--- radio-0.0.9/radiotransfer.c
++++ radio-0.0.9/radiotransfer.c
+@@ -804,8 +804,8 @@
+ 	    if (scheds != NULL) {
+ 		const cSchedule *sched = scheds->GetSchedule(channel->GetChannelID());
+ 		if (sched != NULL) {
+-		    const cEvent *present = sched->GetPresentEvent(true);
+-		    const cEvent *follow  = sched->GetFollowingEvent(true);
++		    const cEvent *present = sched->GetPresentEvent();
++		    const cEvent *follow  = sched->GetFollowingEvent();
+ 		    chosd->SetEvents(present, follow);
+ 		    }
+ 		}




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