Author: malat-guest Date: 2011-11-21 14:11:59 +0000 (Mon, 21 Nov 2011) New Revision: 8625
Added: trunk/packages/bioimagexd/trunk/debian/patches/fixwrappingvtk56.patch Modified: trunk/packages/bioimagexd/trunk/debian/control trunk/packages/bioimagexd/trunk/debian/patches/series Log: fixing vtk compilation Modified: trunk/packages/bioimagexd/trunk/debian/control =================================================================== --- trunk/packages/bioimagexd/trunk/debian/control 2011-11-21 14:08:41 UTC (rev 8624) +++ trunk/packages/bioimagexd/trunk/debian/control 2011-11-21 14:11:59 UTC (rev 8625) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 8), libvtk5-dev, libinsighttoolkit3-dev +Build-Depends: debhelper (>= 8), libvtk5-dev, libinsighttoolkit3-dev, libvtk-java Standards-Version: 3.9.2 Homepage: http://www.bioimagexd.net/ Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/bioimagexd/trunk/ Added: trunk/packages/bioimagexd/trunk/debian/patches/fixwrappingvtk56.patch =================================================================== --- trunk/packages/bioimagexd/trunk/debian/patches/fixwrappingvtk56.patch (rev 0) +++ trunk/packages/bioimagexd/trunk/debian/patches/fixwrappingvtk56.patch 2011-11-21 14:11:59 UTC (rev 8625) @@ -0,0 +1,20 @@ +Index: bioimagexd-1.0/vtkBXD/Processing/vtkImageDiffractionPSF3D.h +=================================================================== +--- bioimagexd-1.0.orig/vtkBXD/Processing/vtkImageDiffractionPSF3D.h 2011-11-21 15:09:25.000000000 +0100 ++++ bioimagexd-1.0/vtkBXD/Processing/vtkImageDiffractionPSF3D.h 2011-11-21 15:09:56.000000000 +0100 +@@ -38,6 +38,7 @@ + #include "vtkBXDProcessingWin32Header.h" + #include "vtkImageSource.h" + ++//BTX + double t[] = { + 1, + -2.2499997, +@@ -62,6 +63,7 @@ + 0.00137237, + -0.00072805, + 0.00014476}; ++//ETX + + + class VTK_BXD_PROCESSING_EXPORT vtkImageDiffractionPSF3D : public vtkImageSource Modified: trunk/packages/bioimagexd/trunk/debian/patches/series =================================================================== --- trunk/packages/bioimagexd/trunk/debian/patches/series 2011-11-21 14:08:41 UTC (rev 8624) +++ trunk/packages/bioimagexd/trunk/debian/patches/series 2011-11-21 14:11:59 UTC (rev 8625) @@ -1 +1,2 @@ fixvtkjavaldpath.patch +fixwrappingvtk56.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
