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

Thomas Günther tom-guest at alioth.debian.org
Wed Jan 17 01:39:38 CET 2007


Author: tom-guest
Date: 2007-01-17 01:39:38 +0100 (Wed, 17 Jan 2007)
New Revision: 4071

Added:
   vdr/vdr-plugin-radio/trunk/debian/patches/91_radio-1.5.0.dpatch
Modified:
   vdr/vdr-plugin-radio/trunk/debian/changelog
   vdr/vdr-plugin-radio/trunk/debian/patches/00list
Log:
Added 91_radio-1.5.0.dpatch

Modified: vdr/vdr-plugin-radio/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/changelog	2007-01-17 00:24:52 UTC (rev 4070)
+++ vdr/vdr-plugin-radio/trunk/debian/changelog	2007-01-17 00:39:38 UTC (rev 4071)
@@ -1,12 +1,17 @@
 vdr-plugin-radio (0.2.0-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+
+  [ Tobias Grimm ]
   * Modified 02_radio-0.1.1-fix-DataDir to create DataDir also when
     saving mpeg stills and made default DataDir = /tmp/radio.XXXXXX
   * Dropped --data parameter from default config file
 
- -- Tobias Grimm <tg at e-tobi.net>  Sun, 14 Jan 2007 21:05:17 +0100
+  [ Thomas Günther ]
+  * Added 91_radio-1.5.0.dpatch
 
+ -- Thomas Günther <tom at toms-cafe.de>  Wed, 17 Jan 2007 01:32:56 +0100
+
 vdr-plugin-radio (0.2.0-1) experimental; urgency=low
 
   [ Tobias Grimm ]

Modified: vdr/vdr-plugin-radio/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/patches/00list	2007-01-17 00:24:52 UTC (rev 4070)
+++ vdr/vdr-plugin-radio/trunk/debian/patches/00list	2007-01-17 00:39:38 UTC (rev 4071)
@@ -1 +1,2 @@
 02_radio-0.1.1-fix-DataDir
+91_radio-1.5.0

Added: vdr/vdr-plugin-radio/trunk/debian/patches/91_radio-1.5.0.dpatch
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/patches/91_radio-1.5.0.dpatch	2007-01-17 00:24:52 UTC (rev 4070)
+++ vdr/vdr-plugin-radio/trunk/debian/patches/91_radio-1.5.0.dpatch	2007-01-17 00:39:38 UTC (rev 4071)
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 91_radio-1.5.0.dpatch by egal at vdrportal.de
+## http://vdrportal.de/board/thread.php?postid=564694#post564694
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes for VDR >= 1.5.0.
+
+ at DPATCH@
+--- radio-0.1.1/radioaudio.c
++++ radio-0.1.1/radioaudio.c
+@@ -141,7 +147,11 @@
+ // --- cRDSReceiver ------------------------------------------------------------
+ 
+ cRDSReceiver::cRDSReceiver(int Pid)
++#if APIVERSNUM < 10500
+ :cReceiver(0, -1, Pid)
++#else
++:cReceiver(chan->GetChannelID(), -1, Pid, NULL, NULL, NULL)
++#endif
+ {
+     if (S_Verbose >= 1)
+         printf("vdr-radio: additional RDS-Receiver starts on Pid=%d\n", Pid);




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