Author: malat-guest Date: 2011-11-27 15:22:11 +0000 (Sun, 27 Nov 2011) New Revision: 8676
Modified: trunk/packages/volview/trunk/debian/patches/addtoplevelcmake.patch trunk/packages/volview/trunk/debian/patches/fixmath.patch trunk/packages/volview/trunk/debian/patches/fixslcreader.patch trunk/packages/volview/trunk/debian/patches/fixupcurl.patch trunk/packages/volview/trunk/debian/patches/fixuptar.patch trunk/packages/volview/trunk/debian/patches/fixuptcl.patch trunk/packages/volview/trunk/debian/patches/fixupvtkedge.patch trunk/packages/volview/trunk/debian/patches/kwevm_smartvm.patch trunk/packages/volview/trunk/debian/patches/removemarkov.patch trunk/packages/volview/trunk/debian/patches/updategdcm.patch trunk/packages/volview/trunk/debian/patches/vvforward.patch Log: use DEP3 Modified: trunk/packages/volview/trunk/debian/patches/addtoplevelcmake.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/addtoplevelcmake.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/addtoplevelcmake.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,10 +1,13 @@ -This patch allows building VolView against installed libraries: -* GDCM -* VTKEdge -* ITK -* VTK -* Curl -* TclTk 8.5 +Description: This patch allows building VolView against installed libraries: + * GDCM + * VTKEdge + * ITK + * VTK + * Curl + * TclTk 8.5 +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/CMakeLists.txt =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 Modified: trunk/packages/volview/trunk/debian/patches/fixmath.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/fixmath.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/fixmath.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,4 +1,7 @@ -Fix new API in VTK for converting radian to degree +Description: Fix new API in VTK for converting radian to degree +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewLibraries/KWCommonPro/vtkSplineSurfaceWidget.cxx =================================================================== --- volview-3.4.orig/VolViewLibraries/KWCommonPro/vtkSplineSurfaceWidget.cxx 2011-09-05 15:43:10.000000000 +0000 Modified: trunk/packages/volview/trunk/debian/patches/fixslcreader.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/fixslcreader.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/fixslcreader.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,3 +1,7 @@ +Description: VolView uses an API that never was merged into VTK +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewLibraries/KWWidgetsPro/vtkKWOpenFileHelper.cxx =================================================================== --- volview-3.4.orig/VolViewLibraries/KWWidgetsPro/vtkKWOpenFileHelper.cxx 2011-09-05 11:30:13.000000000 +0200 Modified: trunk/packages/volview/trunk/debian/patches/fixupcurl.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/fixupcurl.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/fixupcurl.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,4 +1,7 @@ -Use system installed curl, instead of convenient copy +Description: Use system installed curl, instead of convenient copy +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewLibraries/KWVolView/RemoteIO/vtkHTTPHandler.cxx =================================================================== --- volview-3.4.orig/VolViewLibraries/KWVolView/RemoteIO/vtkHTTPHandler.cxx 2011-09-05 16:07:00.000000000 +0000 Modified: trunk/packages/volview/trunk/debian/patches/fixuptar.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/fixuptar.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/fixuptar.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,5 +1,8 @@ -VolView is using a special libtar library, not compatible with libtar-dev on debian -remove tar functionalities for now +Description: VolView is using a special libtar library, not compatible with libtar-dev on debian + remove tar functionalities for now +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewLibraries/KWVolView/RemoteIO/vtkKWRemoteIOUtilities.cxx =================================================================== --- volview-3.4.orig/VolViewLibraries/KWVolView/RemoteIO/vtkKWRemoteIOUtilities.cxx 2011-09-05 16:02:26.000000000 +0000 Modified: trunk/packages/volview/trunk/debian/patches/fixuptcl.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/fixuptcl.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/fixuptcl.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,4 +1,7 @@ -Fix issues with using system install Tcl/Tk 8.5 +Description: Fix issues with using system install Tcl/Tk 8.5 +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewApplications/Kitware/VolView/CMakeLists.txt =================================================================== --- volview-3.4.orig/VolViewApplications/Kitware/VolView/CMakeLists.txt 2011-09-05 16:02:26.000000000 +0000 Modified: trunk/packages/volview/trunk/debian/patches/fixupvtkedge.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/fixupvtkedge.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/fixupvtkedge.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,4 +1,7 @@ -VolView seems to requires files from VTKEdge 5.4 +Description: VolView seems to requires files from VTKEdge 5.4 +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewLibraries/KWWidgetsPro/vtkKWApplicationPro.cxx =================================================================== --- volview-3.4.orig/VolViewLibraries/KWWidgetsPro/vtkKWApplicationPro.cxx 2011-09-04 00:37:52.000000000 +0200 Modified: trunk/packages/volview/trunk/debian/patches/kwevm_smartvm.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/kwevm_smartvm.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/kwevm_smartvm.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,5 +1,8 @@ -vtkKWEVolumeMapper has been renamed vtkSmartVolumeMapper in VTK 5.8.0 -(after VTK 5.4 transition) +Description: vtkKWEVolumeMapper has been renamed vtkSmartVolumeMapper in VTK 5.8.0 + (after VTK 5.4 transition) +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewLibraries/KWWidgetsPro/vtkKWVolumeWidget.cxx =================================================================== --- volview-3.4.orig/VolViewLibraries/KWWidgetsPro/vtkKWVolumeWidget.cxx 2011-07-15 20:03:03.000000000 +0200 Modified: trunk/packages/volview/trunk/debian/patches/removemarkov.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/removemarkov.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/removemarkov.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,8 +1,11 @@ -VolViewLibraries/KWVolView/Plugins/ITK/vvITKScalarKmeansMarkovRandomFieldToPaintbrush.h:441:7: error: no matching function for call to 'itk::Statistics::DistanceToCentroidMembershipFunction<itk::Vector<long int, 1u> >::SetCentroid(vnl_vector<double>&)' -VolViewLibraries/KWVolView/Plugins/ITK/vvITKScalarKmeansMarkovRandomFieldToPaintbrush.h:441:7: note: candidate is: -/usr/include/InsightToolkit/Review/Statistics/itkDistanceToCentroidMembershipFunction.txx:37:1: note: void itk::Statistics::DistanceToCentroidMembershipFunction<TVector>::SetCentroid(const CentroidType&) [with TVector = itk::Vector<long int, 1u>, itk::Statistics::DistanceToCentroidMembershipFunction<TVector>::CentroidType = itk::Array<double>] -/usr/include/InsightToolkit/Review/Statistics/itkDistanceToCentroidMembershipFunction.txx:37:1: note: no known conversion for argument 1 from 'vnl_vector<double>' to 'const CentroidType& {aka const itk::Array<double>&}' - +Description: Can't get plugin to compile: + VolViewLibraries/KWVolView/Plugins/ITK/vvITKScalarKmeansMarkovRandomFieldToPaintbrush.h:441:7: error: no matching function for call to 'itk::Statistics::DistanceToCentroidMembershipFunction<itk::Vector<long int, 1u> >::SetCentroid(vnl_vector<double>&)' + VolViewLibraries/KWVolView/Plugins/ITK/vvITKScalarKmeansMarkovRandomFieldToPaintbrush.h:441:7: note: candidate is: + /usr/include/InsightToolkit/Review/Statistics/itkDistanceToCentroidMembershipFunction.txx:37:1: note: void itk::Statistics::DistanceToCentroidMembershipFunction<TVector>::SetCentroid(const CentroidType&) [with TVector = itk::Vector<long int, 1u>, itk::Statistics::DistanceToCentroidMembershipFunction<TVector>::CentroidType = itk::Array<double>] + /usr/include/InsightToolkit/Review/Statistics/itkDistanceToCentroidMembershipFunction.txx:37:1: note: no known conversion for argument 1 from 'vnl_vector<double>' to 'const CentroidType& {aka const itk::Array<double>&}' +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewLibraries/KWVolView/Plugins/ITK/CMakeLists.txt =================================================================== --- volview-3.4.orig/VolViewLibraries/KWVolView/Plugins/ITK/CMakeLists.txt 2011-09-05 15:48:25.000000000 +0000 Modified: trunk/packages/volview/trunk/debian/patches/updategdcm.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/updategdcm.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/updategdcm.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,3 +1,7 @@ +Description: VolView uses GDCM 1.x API, replace with GDCM 2.x API +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewLibraries/KWCommonPro/vtkDICOMCollector.cxx =================================================================== --- volview-3.4.orig/VolViewLibraries/KWCommonPro/vtkDICOMCollector.cxx 2011-09-03 23:59:11.000000000 +0200 Modified: trunk/packages/volview/trunk/debian/patches/vvforward.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/vvforward.patch 2011-11-27 15:15:23 UTC (rev 8675) +++ trunk/packages/volview/trunk/debian/patches/vvforward.patch 2011-11-27 15:22:11 UTC (rev 8676) @@ -1,3 +1,8 @@ +Description: Because we reorganized the VolView install tree, we need to patch + the forward-executable +Author: Mathieu Malaterre <[email protected]> +Last-Update: 2011-11-27 +Forwarded: not-needed Index: volview-3.4/VolViewApplications/Kitware/VolView/CMakeLists.txt =================================================================== --- volview-3.4.orig/VolViewApplications/Kitware/VolView/CMakeLists.txt 2011-09-06 10:01:12.000000000 +0000 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
