[med-svn] r9067 - trunk/packages/vxl/trunk/debian/patches

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Dec 20 15:04:48 UTC 2011


Author: malat-guest
Date: 2011-12-20 15:04:47 +0000 (Tue, 20 Dec 2011)
New Revision: 9067

Modified:
   trunk/packages/vxl/trunk/debian/patches/ffmpeg_C99.patch
   trunk/packages/vxl/trunk/debian/patches/fix_alphacomp.patch
   trunk/packages/vxl/trunk/debian/patches/fixcomp.patch
   trunk/packages/vxl/trunk/debian/patches/opencl_unix.patch
   trunk/packages/vxl/trunk/debian/patches/renamelibs.patch
   trunk/packages/vxl/trunk/debian/patches/sse2.patch
   trunk/packages/vxl/trunk/debian/patches/video4linux.patch
Log:
Another set of DEP3 fixes

Modified: trunk/packages/vxl/trunk/debian/patches/ffmpeg_C99.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/ffmpeg_C99.patch	2011-12-20 14:52:19 UTC (rev 9066)
+++ trunk/packages/vxl/trunk/debian/patches/ffmpeg_C99.patch	2011-12-20 15:04:47 UTC (rev 9067)
@@ -1,4 +1,7 @@
-http://vxl.svn.sf.net/viewvc/vxl?view=revision&revision=31498
+Description: fix compilation with new ffmpeg
+Origin: upstream, http://vxl.svn.sf.net/viewvc/vxl?view=revision&revision=31498
+Last-Update: 2012-12-20
+
 Index: vxl-1.14.0/core/vidl/vidl_ffmpeg_convert.h
 ===================================================================
 --- vxl-1.14.0.orig/core/vidl/vidl_ffmpeg_convert.h	2011-12-20 11:06:19.000000000 +0100

Modified: trunk/packages/vxl/trunk/debian/patches/fix_alphacomp.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/fix_alphacomp.patch	2011-12-20 14:52:19 UTC (rev 9066)
+++ trunk/packages/vxl/trunk/debian/patches/fix_alphacomp.patch	2011-12-20 15:04:47 UTC (rev 9067)
@@ -2,6 +2,7 @@
 Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Last-Update: 2011-12-12
 Forwarded: http://sourceforge.net/mailarchive/message.php?msg_id=28569493
+Bug: https://sourceforge.net/apps/trac/vxl/ticket/66
 
 Index: vxl-1.14.0/v3p/Qv/QvDict.cxx
 ===================================================================

Modified: trunk/packages/vxl/trunk/debian/patches/fixcomp.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/fixcomp.patch	2011-12-20 14:52:19 UTC (rev 9066)
+++ trunk/packages/vxl/trunk/debian/patches/fixcomp.patch	2011-12-20 15:04:47 UTC (rev 9067)
@@ -1,6 +1,8 @@
 Description: simple compilation fixes
 Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Last-Update: 2011-07-24
+Bug: https://sourceforge.net/apps/trac/vxl/ticket/70
+Applied-Upstream: http://vxl.svn.sf.net/viewvc/vxl?view=revision&revision=28125
 
 Index: vxl-1.14.0/contrib/brl/bseg/bvxm/pro/processes/bvxm_update_edges_process.cxx
 ===================================================================

Modified: trunk/packages/vxl/trunk/debian/patches/opencl_unix.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/opencl_unix.patch	2011-12-20 14:52:19 UTC (rev 9066)
+++ trunk/packages/vxl/trunk/debian/patches/opencl_unix.patch	2011-12-20 15:04:47 UTC (rev 9067)
@@ -1,6 +1,7 @@
 Description: opencl package on debian was not supported
 Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Last-Update: 2011-07-24
+Bug: http://sourceforge.net/apps/trac/vxl/ticket/64
 
 Index: vxl-1.14.0/contrib/brl/bmods/find_open_cl.cmake
 ===================================================================

Modified: trunk/packages/vxl/trunk/debian/patches/renamelibs.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/renamelibs.patch	2011-12-20 14:52:19 UTC (rev 9066)
+++ trunk/packages/vxl/trunk/debian/patches/renamelibs.patch	2011-12-20 15:04:47 UTC (rev 9067)
@@ -2,6 +2,7 @@
  Why is everybody using 3 letters for a library name ?
 Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Last-Update: 2011-07-24
+Forwarded: not-needed
 
 Index: vxl-1.14.0/contrib/oxl/osl/CMakeLists.txt
 ===================================================================

Modified: trunk/packages/vxl/trunk/debian/patches/sse2.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/sse2.patch	2011-12-20 14:52:19 UTC (rev 9066)
+++ trunk/packages/vxl/trunk/debian/patches/sse2.patch	2011-12-20 15:04:47 UTC (rev 9067)
@@ -1,4 +1,3 @@
-From b106984cb0a4168913f1c814e1b2775e745989bb Mon Sep 17 00:00:00 2001
 From: Tom Vercauteren <tom.vercauteren at gmail.com>
 Date: Tue, 19 May 2009 09:29:23 -0400
 Subject: [PATCH] COMP: Use vanilla implementation in rounding function when gcc-xml is used
@@ -6,6 +5,8 @@
 ---
  Utilities/vxl/core/vnl/vnl_math.h |   19 +++++++++++--------
  1 files changed, 11 insertions(+), 8 deletions(-)
+Origin: vendor, http://itk.org/gitweb?p=ITK.git;a=commit;h=b106984
+Last-Update: 2012-12-20
 
 Index: vxl-1.14.0/core/vnl/vnl_math.h
 ===================================================================

Modified: trunk/packages/vxl/trunk/debian/patches/video4linux.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/video4linux.patch	2011-12-20 14:52:19 UTC (rev 9066)
+++ trunk/packages/vxl/trunk/debian/patches/video4linux.patch	2011-12-20 15:04:47 UTC (rev 9067)
@@ -2,6 +2,7 @@
 Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Last-Update: 2011-07-24
 Forwarded: http://sourceforge.net/mailarchive/message.php?msg_id=28568330
+Bug: https://sourceforge.net/apps/trac/vxl/ticket/63
 
 Index: vxl-1.14.0/contrib/oul/CMakeLists.txt
 ===================================================================




More information about the debian-med-commit mailing list