r1232 - in vdr/vdr-plugin-streamdev/trunk/debian: . patches

Thomas Schmidt tschmidt at costa.debian.org
Sun Sep 11 19:53:22 UTC 2005


Author: tschmidt
Date: 2005-09-11 19:53:21 +0000 (Sun, 11 Sep 2005)
New Revision: 1232

Added:
   vdr/vdr-plugin-streamdev/trunk/debian/patches/02_vdr_1.3.32-fix.dpatch
Modified:
   vdr/vdr-plugin-streamdev/trunk/debian/changelog
   vdr/vdr-plugin-streamdev/trunk/debian/control
   vdr/vdr-plugin-streamdev/trunk/debian/patches/00list
Log:
vdr-plugin-streamdev: Updated for vdr 1.3.32, added 02_vdr_1.3.32-fix.dpatch

Modified: vdr/vdr-plugin-streamdev/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/changelog	2005-09-11 19:44:25 UTC (rev 1231)
+++ vdr/vdr-plugin-streamdev/trunk/debian/changelog	2005-09-11 19:53:21 UTC (rev 1232)
@@ -1,3 +1,13 @@
+vdr-plugin-streamdev (0.3.1+cvs20050522-9) unstable; urgency=low
+
+  * NOT RELEASED YET
+
+  * Thomas Schmidt <tschmidt at debian.org>
+    - Build-Depend on vdr (>=1.3.32-1)
+    - Added 02_vdr_1.3.32-fix.dpatch so the plugin compiles for vdr>=1.3.32
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 11 Sep 2005 21:44:59 +0200
+
 vdr-plugin-streamdev (0.3.1+cvs20050522-8) unstable; urgency=low
 
   * Thomas Schmidt <tschmidt at debian.org>

Modified: vdr/vdr-plugin-streamdev/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/control	2005-09-11 19:44:25 UTC (rev 1231)
+++ vdr/vdr-plugin-streamdev/trunk/debian/control	2005-09-11 19:53:21 UTC (rev 1232)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Peter Siering <ps at ctmagazin.de>, Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>
-Build-Depends: debhelper (>= 4.1.16), vdr-dev (>=1.3.31-1), dpatch (>=2.0.9)
+Build-Depends: debhelper (>= 4.1.16), vdr-dev (>=1.3.32-1), dpatch (>=2.0.9)
 Standards-Version: 3.6.2
 
 Package: vdr-plugin-streamdev-client

Modified: vdr/vdr-plugin-streamdev/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/patches/00list	2005-09-11 19:44:25 UTC (rev 1231)
+++ vdr/vdr-plugin-streamdev/trunk/debian/patches/00list	2005-09-11 19:53:21 UTC (rev 1232)
@@ -1 +1,2 @@
 01_Makefile-fPIC-fix
+02_vdr_1.3.32-fix

Added: vdr/vdr-plugin-streamdev/trunk/debian/patches/02_vdr_1.3.32-fix.dpatch
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/patches/02_vdr_1.3.32-fix.dpatch	2005-09-11 19:44:25 UTC (rev 1231)
+++ vdr/vdr-plugin-streamdev/trunk/debian/patches/02_vdr_1.3.32-fix.dpatch	2005-09-11 19:53:21 UTC (rev 1232)
@@ -0,0 +1,40 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_vdr_1.3.32-fix.dpatch by Thomas Schmidt <tschmidt at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix building for vdr 1.3.32
+
+ at DPATCH@
+diff -urNad vdr-plugin-streamdev-0.3.1+cvs20050522/client/filter.c /tmp/dpep.TvsJ2Z/vdr-plugin-streamdev-0.3.1+cvs20050522/client/filter.c
+--- vdr-plugin-streamdev-0.3.1+cvs20050522/client/filter.c	2005-09-11 21:49:11.357677496 +0200
++++ /tmp/dpep.TvsJ2Z/vdr-plugin-streamdev-0.3.1+cvs20050522/client/filter.c	2005-09-11 21:49:12.288535984 +0200
+@@ -8,6 +8,7 @@
+ #include "common.h"
+ 
+ #include <vdr/ringbuffer.h>
++#include <vdr/device.h>
+ 
+ #if VDRVERSNUM >= 10300
+ 
+diff -urNad vdr-plugin-streamdev-0.3.1+cvs20050522/remux/ts2es.h /tmp/dpep.TvsJ2Z/vdr-plugin-streamdev-0.3.1+cvs20050522/remux/ts2es.h
+--- vdr-plugin-streamdev-0.3.1+cvs20050522/remux/ts2es.h	2005-05-22 00:29:37.000000000 +0200
++++ /tmp/dpep.TvsJ2Z/vdr-plugin-streamdev-0.3.1+cvs20050522/remux/ts2es.h	2005-09-11 21:49:55.368986760 +0200
+@@ -3,6 +3,7 @@
+ 
+ #include "remux/tsremux.h"
+ #include <vdr/ringbuffer.h>
++#include <vdr/device.h>
+ 
+ class cTS2ES;
+ class cRingBufferLinear;
+diff -urNad vdr-plugin-streamdev-0.3.1+cvs20050522/remux/ts2ps.c /tmp/dpep.TvsJ2Z/vdr-plugin-streamdev-0.3.1+cvs20050522/remux/ts2ps.c
+--- vdr-plugin-streamdev-0.3.1+cvs20050522/remux/ts2ps.c	2005-05-22 00:29:37.000000000 +0200
++++ /tmp/dpep.TvsJ2Z/vdr-plugin-streamdev-0.3.1+cvs20050522/remux/ts2ps.c	2005-09-11 21:49:38.905489592 +0200
+@@ -1,6 +1,7 @@
+ #include "remux/ts2ps.h"
+ #include "server/streamer.h"
+ #include <vdr/channels.h>
++#include <vdr/device.h>
+ 
+ class cTS2PS {
+ 	friend void PutPES(uint8_t *Buffer, int Size, void *Data);




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