Package: vtk / 5.8.0-13

Metadata

Package Version Patches format
vtk 5.8.0-13 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
allpatches.patch | (download)

CMake/KitCommonJavaWrapBlock.cmake | 2 1 + 1 - 0 !
CMake/KitCommonPythonWrapBlock.cmake | 10 10 + 0 - 0 !
CMake/KitCommonTclWrapBlock.cmake | 8 8 + 0 - 0 !
Charts/CMakeLists.txt | 4 2 + 2 - 0 !
Common/vtkWin32Header.h | 6 6 + 0 - 0 !
Examples/ParallelProcessing/Generic/Cxx/CMakeLists.txt | 2 1 + 1 - 0 !
GUISupport/Qt/QVTKPaintEngine.cxx | 2 1 + 1 - 0 !
GUISupport/Qt/VTKConfigQt.cmake.in | 3 3 + 0 - 0 !
Hybrid/vtkPolyDataSilhouette.cxx | 6 3 + 3 - 0 !
Hybrid/vtkVideoSource.cxx | 132 66 + 66 - 0 !
IO/CMakeLists.txt | 6 3 + 3 - 0 !
IO/vtkFFMPEGWriter.cxx | 6 3 + 3 - 0 !
IO/vtkSQLiteDatabase.cxx | 22 11 + 11 - 0 !
IO/vtkSQLiteDatabase.h | 4 2 + 2 - 0 !
IO/vtkSQLiteQuery.cxx | 144 72 + 72 - 0 !
IO/vtkSQLiteQuery.h | 4 2 + 2 - 0 !
Infovis/vtkBoostBreadthFirstSearchTree.cxx | 22 22 + 0 - 0 !
Parallel/CMakeLists.txt | 6 4 + 2 - 0 !
Rendering/CMakeLists.txt | 19 8 + 11 - 0 !
Rendering/vtkFreeTypeTools.cxx | 4 3 + 1 - 0 !
Rendering/vtkFreeTypeUtilities.cxx | 3 2 + 1 - 0 !
Rendering/vtkWin32OpenGLRenderWindow.cxx | 236 118 + 118 - 0 !
Rendering/vtkWin32RenderWindowInteractor.cxx | 309 156 + 153 - 0 !
Utilities/CMakeLists.txt | 6 3 + 3 - 0 !
Utilities/Cosmo/CMakeLists.txt | 9 8 + 1 - 0 !
Utilities/DICOMParser/DICOMParser.cxx | 1 1 + 0 - 0 !
Utilities/Doxygen/doxyfile.in | 1 1 + 0 - 0 !
Utilities/LastConfigureStep/CMakeLists.txt | 2 1 + 1 - 0 !
Utilities/VPIC/CMakeLists.txt | 10 9 + 1 - 0 !
Utilities/ftgl/CMakeLists.txt | 35 35 + 0 - 0 !
Utilities/mrmpi/src/CMakeLists.txt | 3 3 + 0 - 0 !
Utilities/vtk_netcdf.h | 5 4 + 1 - 0 !
Utilities/vtk_netcdfcpp.h | 5 4 + 1 - 0 !
Utilities/vtkexodus2/CMakeLists.txt | 2 1 + 1 - 0 !
Utilities/vtkexodus2/test/CMakeLists.txt | 2 1 + 1 - 0 !
Utilities/vtkhdf5/ConfigureChecks.cmake | 4 2 + 2 - 0 !
VTKConfig-Java.cmake.in | 14 14 + 0 - 0 !
VTKConfig-Python.cmake.in | 14 14 + 0 - 0 !
VTKConfig-Tcl.cmake.in | 21 21 + 0 - 0 !
VTKConfig.cmake.in | 53 11 + 42 - 0 !
VolumeRendering/vtkOpenGLGPUVolumeRayCastMapper.cxx | 4 3 + 1 - 0 !
Wrapping/Java/CMakeLists.txt | 10 5 + 5 - 0 !
Wrapping/Java/vtk/vtkJavaMemoryManager.java | 4 1 + 3 - 0 !
Wrapping/Java/vtk/vtkJavaMemoryManagerImpl.java | 20 6 + 14 - 0 !
Wrapping/Python/CMakeLists.txt | 2 1 + 1 - 0 !
Wrapping/Tcl/CMakeLists.txt | 16 11 + 5 - 0 !
Wrapping/Tcl/pkgIndex.tcl.in | 1 1 + 0 - 0 !
Wrapping/Tcl/vtkTkAppInit.cxx | 2 2 + 0 - 0 !
vtkGenerateVTKConfig.cmake | 66 63 + 3 - 0 !
49 files changed, 733 insertions(+), 539 deletions(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 vtk (5.8.0-13) unstable; urgency=low
 .
   * Make sure to include VTK/QT cmake file. Closes: #656115
   * Revert back to libtiff4-dev and use libtiff-dev in d/control. Closes: #674998
   * Fix tkInt.h installation, using proper cmake magic. Closes: #674169
   * Make sure to discover init.tcl properly. Closes: #673245