r7338 - in /vdr/vdr-plugin-ffnetdev/trunk/debian: changelog patches/00list patches/93_gcc43.dpatch
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Jul 27 09:30:11 UTC 2008
Author: tiber-guest
Date: Sun Jul 27 09:30:11 2008
New Revision: 7338
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7338
Log:
Added 93_gcc43.dpatch
Added:
vdr/vdr-plugin-ffnetdev/trunk/debian/patches/93_gcc43.dpatch
Modified:
vdr/vdr-plugin-ffnetdev/trunk/debian/changelog
vdr/vdr-plugin-ffnetdev/trunk/debian/patches/00list
Modified: vdr/vdr-plugin-ffnetdev/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-ffnetdev/trunk/debian/changelog?rev=7338&op=diff
==============================================================================
--- vdr/vdr-plugin-ffnetdev/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-ffnetdev/trunk/debian/changelog Sun Jul 27 09:30:11 2008
@@ -1,3 +1,9 @@
+vdr-plugin-ffnetdev (0.1.0+svn20071201.1427-7) experimental; urgency=low
+
+ * Added 93_gcc43.dpatch
+
+ -- Tobias Grimm <tg at e-tobi.net> Sun, 27 Jul 2008 11:29:06 +0200
+
vdr-plugin-ffnetdev (0.1.0+svn20071201.1427-6) experimental; urgency=low
* Dropped patchlevel control field
Modified: vdr/vdr-plugin-ffnetdev/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-ffnetdev/trunk/debian/patches/00list?rev=7338&op=diff
==============================================================================
--- vdr/vdr-plugin-ffnetdev/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-ffnetdev/trunk/debian/patches/00list Sun Jul 27 09:30:11 2008
@@ -1,3 +1,4 @@
01_Makefile-fPIC-fix
91_ffnetdev-0.1.0+svn20060625-1.5.0
92_vdr-1.5.12-ffnetdev-svn20071122
+93_gcc43
Added: vdr/vdr-plugin-ffnetdev/trunk/debian/patches/93_gcc43.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-ffnetdev/trunk/debian/patches/93_gcc43.dpatch?rev=7338&op=file
==============================================================================
--- vdr/vdr-plugin-ffnetdev/trunk/debian/patches/93_gcc43.dpatch (added)
+++ vdr/vdr-plugin-ffnetdev/trunk/debian/patches/93_gcc43.dpatch Sun Jul 27 09:30:11 2008
@@ -1,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 93_gcc43.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad vdr-plugin-ffnetdev-0.1.0+svn20071201.1427~/netosd.h vdr-plugin-ffnetdev-0.1.0+svn20071201.1427/netosd.h
+--- vdr-plugin-ffnetdev-0.1.0+svn20071201.1427~/netosd.h 2008-07-27 11:27:05.000000000 +0200
++++ vdr-plugin-ffnetdev-0.1.0+svn20071201.1427/netosd.h 2008-07-27 11:27:30.000000000 +0200
+@@ -18,9 +18,9 @@
+ protected:
+ public:
+ #if VDRVERSNUM >= 10509
+- cNetOSD(int XOfs, int XOfs, uint Layer);
++ cNetOSD(int Left, int Top, uint Layer);
+ #else
+- cNetOSD(int XOfs, int XOfs);
++ cNetOSD(int Left, int Top);
+ #endif
+ virtual ~cNetOSD();
+ virtual eOsdError CanHandleAreas(const tArea *Areas, int NumAreas);
More information about the pkg-vdr-dvb-changes
mailing list