r7782 - in /vdr/vdr-plugin-dxr3/trunk/debian: changelog patches/00list patches/01_Makefile-fPIC-fix.dpatch patches/02_debian_ffmpeg.dpatch patches/03_kernel-header-include-fix.dpatch patches/04_gettext-i18n.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri May 8 17:36:16 UTC 2009


Author: tiber-guest
Date: Fri May  8 17:36:16 2009
New Revision: 7782

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7782
Log:
Added 03_kernel-header-include-fix.dpatch

Added:
    vdr/vdr-plugin-dxr3/trunk/debian/patches/03_kernel-header-include-fix.dpatch
Removed:
    vdr/vdr-plugin-dxr3/trunk/debian/patches/04_gettext-i18n.dpatch
Modified:
    vdr/vdr-plugin-dxr3/trunk/debian/changelog
    vdr/vdr-plugin-dxr3/trunk/debian/patches/00list
    vdr/vdr-plugin-dxr3/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch   (props changed)
    vdr/vdr-plugin-dxr3/trunk/debian/patches/02_debian_ffmpeg.dpatch   (props changed)

Modified: vdr/vdr-plugin-dxr3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-dxr3/trunk/debian/changelog?rev=7782&op=diff
==============================================================================
--- vdr/vdr-plugin-dxr3/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-dxr3/trunk/debian/changelog Fri May  8 17:36:16 2009
@@ -1,3 +1,9 @@
+vdr-plugin-dxr3 (0.2.9-4) experimental; urgency=low
+
+  * Added 03_kernel-header-include-fix.dpatch
+
+ -- Tobias Grimm <etobi at debian.org>  Fri, 08 May 2009 19:33:49 +0200
+
 vdr-plugin-dxr3 (0.2.9-3) experimental; urgency=low
 
   * Updated 02_debian_ffmpeg.dpatch to use <libavcodec/*> includes

Modified: vdr/vdr-plugin-dxr3/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-dxr3/trunk/debian/patches/00list?rev=7782&op=diff
==============================================================================
--- vdr/vdr-plugin-dxr3/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-dxr3/trunk/debian/patches/00list Fri May  8 17:36:16 2009
@@ -1,3 +1,3 @@
 01_Makefile-fPIC-fix
 02_debian_ffmpeg
-#04_gettext-i18n
+03_kernel-header-include-fix

Propchange: vdr/vdr-plugin-dxr3/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
            ('svn:executable' removed)

Propchange: vdr/vdr-plugin-dxr3/trunk/debian/patches/02_debian_ffmpeg.dpatch
            ('svn:executable' removed)

Added: vdr/vdr-plugin-dxr3/trunk/debian/patches/03_kernel-header-include-fix.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-dxr3/trunk/debian/patches/03_kernel-header-include-fix.dpatch?rev=7782&op=file
==============================================================================
--- vdr/vdr-plugin-dxr3/trunk/debian/patches/03_kernel-header-include-fix.dpatch (added)
+++ vdr/vdr-plugin-dxr3/trunk/debian/patches/03_kernel-header-include-fix.dpatch Fri May  8 17:36:16 2009
@@ -1,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_kernel-header-include-fix.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes problem with DVB kernel headers
+
+ at DPATCH@
+--- vdr-plugin-dxr3-0.2.9.orig/dxr3interface.c
++++ vdr-plugin-dxr3-0.2.9/dxr3interface.c
+@@ -21,6 +21,7 @@
+  *
+  */
+ 
++#include <stdint.h>
+ #include <assert.h>
+ #include <math.h>
+ #include <sys/soundcard.h>




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