r1477 - in vdr/vdr-plugin-wapd/trunk/debian: . patches
Thomas Günther
tom-guest at costa.debian.org
Tue Nov 8 18:26:53 UTC 2005
Author: tom-guest
Date: 2005-11-08 18:26:53 +0000 (Tue, 08 Nov 2005)
New Revision: 1477
Added:
vdr/vdr-plugin-wapd/trunk/debian/patches/06_vdr_1.3.36-fix.dpatch
Modified:
vdr/vdr-plugin-wapd/trunk/debian/changelog
vdr/vdr-plugin-wapd/trunk/debian/patches/00list
Log:
Added 06_vdr_1.3.36-fix.dpatch
Modified: vdr/vdr-plugin-wapd/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-wapd/trunk/debian/changelog 2005-11-06 20:38:40 UTC (rev 1476)
+++ vdr/vdr-plugin-wapd/trunk/debian/changelog 2005-11-08 18:26:53 UTC (rev 1477)
@@ -1,3 +1,12 @@
+vdr-plugin-wapd (0.7a-12) unstable; urgency=low
+
+ * NOT RELEASED YET
+
+ * Thomas Günther <tom at toms-cafe.de>
+ - Added 06_vdr_1.3.36-fix.dpatch
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Tue, 8 Nov 2005 19:24:12 +0100
+
vdr-plugin-wapd (0.7a-11) unstable; urgency=low
* NOT RELEASED YET
Modified: vdr/vdr-plugin-wapd/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-wapd/trunk/debian/patches/00list 2005-11-06 20:38:40 UTC (rev 1476)
+++ vdr/vdr-plugin-wapd/trunk/debian/patches/00list 2005-11-08 18:26:53 UTC (rev 1477)
@@ -3,3 +3,4 @@
03_vdr_1.3.24-fix
04_wmlescape
05_vdr_1.3.32-fix
+06_vdr_1.3.36-fix
Added: vdr/vdr-plugin-wapd/trunk/debian/patches/06_vdr_1.3.36-fix.dpatch
===================================================================
--- vdr/vdr-plugin-wapd/trunk/debian/patches/06_vdr_1.3.36-fix.dpatch 2005-11-06 20:38:40 UTC (rev 1476)
+++ vdr/vdr-plugin-wapd/trunk/debian/patches/06_vdr_1.3.36-fix.dpatch 2005-11-08 18:26:53 UTC (rev 1477)
@@ -0,0 +1,21 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+
+## 06_vdr_1.3.36-fix.dpatch by Thomas Günther <tom at toms-cafe.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes for VDR >= 1.3.36.
+
+ at DPATCH@
+--- wapd-0.7a/server.h
++++ wapd-0.7a/server.h
+@@ -17,6 +17,10 @@
+ #include <vdr/tools.h>
+ #include "access.h"
+
++#if VDRVERSNUM >= 10336
++#define MAXPARSEBUFFER KILOBYTE(10)
++#endif
++
+ #define WMLBUFFER 3*MAXPARSEBUFFER
+
+ class cWapServer : cThread {
More information about the pkg-vdr-dvb-changes
mailing list