r4069 - in vdr/vdr-plugin-osdteletext/trunk/debian: . patches
Thomas Günther
tom-guest at alioth.debian.org
Wed Jan 17 01:21:43 CET 2007
Author: tom-guest
Date: 2007-01-17 01:21:43 +0100 (Wed, 17 Jan 2007)
New Revision: 4069
Added:
vdr/vdr-plugin-osdteletext/trunk/debian/patches/91_osdteletext-1.5.0.dpatch
Modified:
vdr/vdr-plugin-osdteletext/trunk/debian/changelog
vdr/vdr-plugin-osdteletext/trunk/debian/patches/00list
Log:
Added 91_osdteletext-1.5.0.dpatch
Modified: vdr/vdr-plugin-osdteletext/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/changelog 2007-01-17 00:18:25 UTC (rev 4068)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/changelog 2007-01-17 00:21:43 UTC (rev 4069)
@@ -1,3 +1,10 @@
+vdr-plugin-osdteletext (0.5.1-21) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * Added 91_osdteletext-1.5.0.dpatch
+
+ -- Thomas Günther <tom at toms-cafe.de> Wed, 17 Jan 2007 01:21:04 +0100
+
vdr-plugin-osdteletext (0.5.1-20) experimental; urgency=low
[ Thomas Günther ]
Modified: vdr/vdr-plugin-osdteletext/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/patches/00list 2007-01-17 00:18:25 UTC (rev 4068)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/patches/00list 2007-01-17 00:21:43 UTC (rev 4069)
@@ -1,4 +1,5 @@
01_Makefile
02_tmp-path-fix
-90_APIVERSION.dpatch
+90_APIVERSION
+91_osdteletext-1.5.0
Added: vdr/vdr-plugin-osdteletext/trunk/debian/patches/91_osdteletext-1.5.0.dpatch
===================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/patches/91_osdteletext-1.5.0.dpatch 2007-01-17 00:18:25 UTC (rev 4068)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/patches/91_osdteletext-1.5.0.dpatch 2007-01-17 00:21:43 UTC (rev 4069)
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 91_osdteletext-1.5.0.dpatch by Urig at vdrportal.de
+## http://vdrportal.de/board/thread.php?postid=564669#post564669
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes for VDR >= 1.5.0.
+
+ at DPATCH@
+diff -aur osdteletext-0.5.1/txtrecv.c osdteletext/txtrecv.c
+--- osdteletext-0.5.1/txtrecv.c 2005-08-12 13:20:09.000000000 +0200
++++ osdteletext/txtrecv.c 2007-01-14 00:14:15.667936696 +0100
+@@ -692,7 +692,9 @@
+ */
+
+ cTxtReceiver::cTxtReceiver(int TPid, tChannelID chan)
+-#if VDRVERSNUM >= 10319
++#if VDRVERSNUM >= 10500
++ : cReceiver(chan, -1, TPid),
++#elif VDRVERSNUM >= 10319
+ : cReceiver(0, -1, TPid),
+ #else
+ : cReceiver(0, -1, 1, TPid),
More information about the pkg-vdr-dvb-changes
mailing list