Package: vtk / 5.8.0-17.5

Metadata

Package Version Patches format
vtk 5.8.0-17.5 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 !
CMake/vtkWrapJava.cmake | 2 1 + 1 - 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 !
50 files changed, 734 insertions(+), 540 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
libav9.patch | (download)

IO/vtkFFMPEGWriter.cxx | 62 57 + 5 - 0 !
1 file changed, 57 insertions(+), 5 deletions(-)

 fix compilation with libav 9
freetype.patch | (download)

CMake/vtkThirdParty.cmake | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

---
tcl links.patch | (download)

CMake/KitCommonTclWrapBlock.cmake | 21 20 + 1 - 0 !
1 file changed, 20 insertions(+), 1 deletion(-)

 add missing tcl library links 
 hackishly fix underlinking of tcl libraries
 $ tcsh
 package require vtk
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/vtk/+bug/904469

libav10.patch | (download)

IO/vtkFFMPEGWriter.cxx | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
java15.patch | (download)

Wrapping/Java/vtk/sample/Demo.java | 6 0 + 6 - 0 !
Wrapping/Java/vtk/sample/ImagePlaneWidget.java | 1 0 + 1 - 0 !
Wrapping/Java/vtk/sample/InternalFrames.java | 1 0 + 1 - 0 !
Wrapping/Java/vtk/sample/ReleaseVtkPanel.java | 3 0 + 3 - 0 !
Wrapping/Java/vtk/sample/SimpleVTK.java | 1 0 + 1 - 0 !
Wrapping/Java/vtk/test/ConcurrencyGC.java | 1 0 + 1 - 0 !
Wrapping/Java/vtk/vtkJavaTesting.java | 1 0 + 1 - 0 !
Wrapping/Java/vtk/vtkReferenceInformation.java | 1 0 + 1 - 0 !
8 files changed, 15 deletions(-)

 remove @override which is not supported in java 1.5
multiarch libpq.patch | (download)

CMake/FindPOSTGRES.cmake | 5 5 + 0 - 0 !
CMake/FindPQXX.cmake | 5 5 + 0 - 0 !
2 files changed, 10 insertions(+)

 look for postgresql libraries in multiarch locations
wxpython3.0.patch | (download)

Wrapping/Python/vtk/wx/wxVTKRenderWindow.py | 10 6 + 4 - 0 !
Wrapping/Python/vtk/wx/wxVTKRenderWindowInteractor.py | 13 7 + 6 - 0 !
2 files changed, 13 insertions(+), 10 deletions(-)

 update for wxpython 3.0
 These changes should remain compatible with wxPython 2.8.
Bug-Debian: https://bugs.debian.org/761414
GLX_GLEXT_LEGACY.patch | (download)

Rendering/vtkOpenGL.h | 1 1 + 0 - 0 !
Rendering/vtkXOpenGLRenderWindow.cxx | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

---