r7209 - in /vdr/vdr-plugin-streamdev/trunk/debian: changelog patches/00list patches/02_has-internal-cam.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Thu Jul 24 15:14:23 UTC 2008


Author: tiber-guest
Date: Thu Jul 24 15:14:23 2008
New Revision: 7209

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7209
Log:
Added 02_has-internal-cam.dpatch

Added:
    vdr/vdr-plugin-streamdev/trunk/debian/patches/02_has-internal-cam.dpatch
Modified:
    vdr/vdr-plugin-streamdev/trunk/debian/changelog
    vdr/vdr-plugin-streamdev/trunk/debian/patches/00list

Modified: vdr/vdr-plugin-streamdev/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/changelog?rev=7209&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/changelog Thu Jul 24 15:14:23 2008
@@ -3,6 +3,7 @@
   * New upstream release (This is, except for the version number, identical to
     the last CVS snapshot!) (Closes: #475268)
   * Updated debian/watch
+  * Added 02_has-internal-cam.dpatch
 
  -- Tobias Grimm <tg at e-tobi.net>  Thu, 24 Jul 2008 16:09:07 +0200
 

Modified: vdr/vdr-plugin-streamdev/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/patches/00list?rev=7209&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/patches/00list Thu Jul 24 15:14:23 2008
@@ -1,1 +1,2 @@
 01_include-fix
+02_has-internal-cam

Added: vdr/vdr-plugin-streamdev/trunk/debian/patches/02_has-internal-cam.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/patches/02_has-internal-cam.dpatch?rev=7209&op=file
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/patches/02_has-internal-cam.dpatch (added)
+++ vdr/vdr-plugin-streamdev/trunk/debian/patches/02_has-internal-cam.dpatch Thu Jul 24 15:14:23 2008
@@ -1,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_has-internal-cam.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Adds support for VDR's internam cam device patch, by marking
+## DP: The streamdev client device as having an internal cam.
+## DP: See also: http://www.vdr-developer.org/mantisbt/view.php?id=429
+
+ at DPATCH@
+diff -urNad vdr-plugin-streamdev-0.3.4~/client/device.h vdr-plugin-streamdev-0.3.4/client/device.h
+--- vdr-plugin-streamdev-0.3.4~/client/device.h	2008-03-31 12:38:01.000000000 +0200
++++ vdr-plugin-streamdev-0.3.4/client/device.h	2008-07-24 17:10:24.000000000 +0200
+@@ -55,6 +55,7 @@
+ 	cStreamdevDevice(void);
+ 	virtual ~cStreamdevDevice();
+ 
++        virtual bool HasInternalCam(void) { return true; }
+ 	virtual bool ProvidesSource(int Source) const;
+ 	virtual bool ProvidesTransponder(const cChannel *Channel) const;
+ 	virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1,




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