r7196 - in /vdr/vdr-plugin-dvd/trunk/debian: changelog patches/00list patches/05_stdint.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Mon Jul 21 18:31:59 UTC 2008


Author: tiber-guest
Date: Mon Jul 21 18:31:59 2008
New Revision: 7196

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7196
Log:
Added 05_stdint.dpatch

Added:
    vdr/vdr-plugin-dvd/trunk/debian/patches/05_stdint.dpatch
Modified:
    vdr/vdr-plugin-dvd/trunk/debian/changelog
    vdr/vdr-plugin-dvd/trunk/debian/patches/00list

Modified: vdr/vdr-plugin-dvd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-dvd/trunk/debian/changelog?rev=7196&op=diff
==============================================================================
--- vdr/vdr-plugin-dvd/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-dvd/trunk/debian/changelog Mon Jul 21 18:31:59 2008
@@ -3,6 +3,7 @@
   * Dropped patchlevel control field
   * Build-Depend on vdr-dev (>=1.6.0-5)
   * Bumped Standards-Version to 3.8.0
+  * Added 05_stdint.dpatch
 
  -- Tobias Grimm <tg at e-tobi.net>  Thu, 17 Jul 2008 08:19:32 +0200
 

Modified: vdr/vdr-plugin-dvd/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-dvd/trunk/debian/patches/00list?rev=7196&op=diff
==============================================================================
--- vdr/vdr-plugin-dvd/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-dvd/trunk/debian/patches/00list Mon Jul 21 18:31:59 2008
@@ -1,2 +1,3 @@
 04_vdr-dvd_resume
+05_stdint
 10_dvd.c

Added: vdr/vdr-plugin-dvd/trunk/debian/patches/05_stdint.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-dvd/trunk/debian/patches/05_stdint.dpatch?rev=7196&op=file
==============================================================================
--- vdr/vdr-plugin-dvd/trunk/debian/patches/05_stdint.dpatch (added)
+++ vdr/vdr-plugin-dvd/trunk/debian/patches/05_stdint.dpatch Mon Jul 21 18:31:59 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_stdint.dpatch by  <tobias at tobi-notebook.e-tobi.loc>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad vdr-plugin-dvd-0.3.6~b03+cvs20070813~/Makefile vdr-plugin-dvd-0.3.6~b03+cvs20070813/Makefile
+--- vdr-plugin-dvd-0.3.6~b03+cvs20070813~/Makefile	2008-07-21 20:29:23.000000000 +0200
++++ vdr-plugin-dvd-0.3.6~b03+cvs20070813/Makefile	2008-07-21 20:29:23.000000000 +0200
+@@ -43,7 +43,7 @@
+ 
+ INCLUDES += -I$(VDRDIR)/include -I$(NAVDIR)
+ 
+-DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
++DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D__STDC_LIMIT_MACROS
+ 
+ # to use xine videoout:
+ ifdef POLLTIMEOUTS_BEFORE_DEVICECLEAR




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