r1240 - in vdr/vdr/trunk/debian: . patches

Thomas Schmidt tschmidt at costa.debian.org
Sun Sep 11 20:33:31 UTC 2005


Author: tschmidt
Date: 2005-09-11 20:33:31 +0000 (Sun, 11 Sep 2005)
New Revision: 1240

Added:
   vdr/vdr/trunk/debian/patches/18_vdr-plugin-sky-fix.dpatch
Modified:
   vdr/vdr/trunk/debian/changelog
   vdr/vdr/trunk/debian/patches/00list
Log:
vdr: Added 18_vdr-plugin-sky-fix.dpatch - fixes building of the sky plugin

Modified: vdr/vdr/trunk/debian/changelog
===================================================================
--- vdr/vdr/trunk/debian/changelog	2005-09-11 20:22:02 UTC (rev 1239)
+++ vdr/vdr/trunk/debian/changelog	2005-09-11 20:33:31 UTC (rev 1240)
@@ -4,6 +4,7 @@
   
   * Thomas Schmidt <tschmidt at debian.org>
     - New upstream release
+      + Added 18_vdr-plugin-sky-fix.dpatch
       + Updated 10_dd-record-option.dpatch
       + Removed 18_vdr-1.3.31-remuxbraces.dpatch
       + Removed 19_vdr-1.3.31-remux.dpatch

Modified: vdr/vdr/trunk/debian/patches/00list
===================================================================
--- vdr/vdr/trunk/debian/patches/00list	2005-09-11 20:22:02 UTC (rev 1239)
+++ vdr/vdr/trunk/debian/patches/00list	2005-09-11 20:33:31 UTC (rev 1240)
@@ -15,6 +15,7 @@
 15_dvbplayer
 16_avoidTrashing
 17_replay
+18_vdr-plugin-sky-fix
 22_vdr-playerepg
 
 # Patch needed for DVB subtitles or ttxtsubs (does not work with AC3-patch)

Added: vdr/vdr/trunk/debian/patches/18_vdr-plugin-sky-fix.dpatch
===================================================================
--- vdr/vdr/trunk/debian/patches/18_vdr-plugin-sky-fix.dpatch	2005-09-11 20:22:02 UTC (rev 1239)
+++ vdr/vdr/trunk/debian/patches/18_vdr-plugin-sky-fix.dpatch	2005-09-11 20:33:31 UTC (rev 1240)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+## 18_vdr-plugin-sky-fix.dpatch by Thomas Schmidt <tschmidt at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix building of the sky plugin
+
+ at DPATCH@
+diff -urNad vdr-1.3.32/PLUGINS/src/sky/sky.c /tmp/dpep.s0biey/vdr-1.3.32/PLUGINS/src/sky/sky.c
+--- vdr-1.3.32/PLUGINS/src/sky/sky.c	2004-12-26 13:45:22.000000000 +0100
++++ /tmp/dpep.s0biey/vdr-1.3.32/PLUGINS/src/sky/sky.c	2005-09-11 22:23:27.825058752 +0200
+@@ -13,6 +13,7 @@
+ #include <unistd.h>
+ #include <vdr/plugin.h>
+ #include <vdr/sources.h>
++#include <vdr/device.h>
+ 
+ static const char *VERSION        = "0.3.3";
+ static const char *DESCRIPTION    = "Sky Digibox interface";




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