r4122 - in vdr/vdr-plugin-svdrpservice/trunk/debian: . patches
Tobias Grimm
tiber-guest at alioth.debian.org
Tue Jan 23 00:05:58 CET 2007
Author: tiber-guest
Date: 2007-01-23 00:05:57 +0100 (Tue, 23 Jan 2007)
New Revision: 4122
Added:
vdr/vdr-plugin-svdrpservice/trunk/debian/patches/
vdr/vdr-plugin-svdrpservice/trunk/debian/patches/00list
vdr/vdr-plugin-svdrpservice/trunk/debian/patches/10_buffersize.dpatch
Modified:
vdr/vdr-plugin-svdrpservice/trunk/debian/changelog
vdr/vdr-plugin-svdrpservice/trunk/debian/control
vdr/vdr-plugin-svdrpservice/trunk/debian/rules
Log:
* Added 10_buffersize.dpatch
Modified: vdr/vdr-plugin-svdrpservice/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-svdrpservice/trunk/debian/changelog 2007-01-22 21:08:54 UTC (rev 4121)
+++ vdr/vdr-plugin-svdrpservice/trunk/debian/changelog 2007-01-22 23:05:57 UTC (rev 4122)
@@ -1,3 +1,9 @@
+vdr-plugin-svdrpservice (0.0.2-3) unstable; urgency=low
+
+ * Added 10_buffersize.dpatch
+
+ -- Tobias Grimm <tg at e-tobi.net> Tue, 23 Jan 2007 00:03:23 +0100
+
vdr-plugin-svdrpservice (0.0.2-2) experimental; urgency=low
[ Thomas Günther ]
Modified: vdr/vdr-plugin-svdrpservice/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-svdrpservice/trunk/debian/control 2007-01-22 21:08:54 UTC (rev 4121)
+++ vdr/vdr-plugin-svdrpservice/trunk/debian/control 2007-01-22 23:05:57 UTC (rev 4122)
@@ -2,7 +2,7 @@
Section: misc
Priority: extra
Maintainer: Tobias Grimm <tg at e-tobi.net>
-Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.4.5-1)
+Build-Depends: debhelper (>> 4.1.16), dpatch, vdr-dev (>= 1.4.5-1)
Standards-Version: 3.7.2
Package: vdr-plugin-svdrpservice
Added: vdr/vdr-plugin-svdrpservice/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-svdrpservice/trunk/debian/patches/00list 2007-01-22 21:08:54 UTC (rev 4121)
+++ vdr/vdr-plugin-svdrpservice/trunk/debian/patches/00list 2007-01-22 23:05:57 UTC (rev 4122)
@@ -0,0 +1,2 @@
+10_buffersize
+
Added: vdr/vdr-plugin-svdrpservice/trunk/debian/patches/10_buffersize.dpatch
===================================================================
--- vdr/vdr-plugin-svdrpservice/trunk/debian/patches/10_buffersize.dpatch 2007-01-22 21:08:54 UTC (rev 4121)
+++ vdr/vdr-plugin-svdrpservice/trunk/debian/patches/10_buffersize.dpatch 2007-01-22 23:05:57 UTC (rev 4122)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_buffersize.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Increases the buffer size to avoid problems with larger EPG data
+## DP: e.g. from TvMovie2VDR.
+
+ at DPATCH@
+diff -urNad vdr-plugin-svdrpservice-0.0.2~/connection.h vdr-plugin-svdrpservice-0.0.2/connection.h
+--- vdr-plugin-svdrpservice-0.0.2~/connection.h 2006-06-06 18:09:43.000000000 +0200
++++ vdr-plugin-svdrpservice-0.0.2/connection.h 2007-01-22 23:59:38.000000000 +0100
+@@ -12,7 +12,7 @@
+ #include "svdrpservice.h"
+
+ #define MAX_SVDRP_CONNECTIONS 8
+-#define BUFFER_SIZE KILOBYTE(4)
++#define BUFFER_SIZE KILOBYTE(64)
+
+ class cSvdrpConnection: public cMutex {
+ private:
Modified: vdr/vdr-plugin-svdrpservice/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-svdrpservice/trunk/debian/rules 2007-01-22 21:08:54 UTC (rev 4121)
+++ vdr/vdr-plugin-svdrpservice/trunk/debian/rules 2007-01-22 23:05:57 UTC (rev 4122)
@@ -13,7 +13,7 @@
endif
# To use dpatch uncomment the following line and set Build-Depends to dpatch
-# DPATCH=yes
+DPATCH=yes
ifdef DPATCH
include /usr/share/dpatch/dpatch.make
More information about the pkg-vdr-dvb-changes
mailing list