Package: vtk6 / 6.1.0+dfsg2-6

Metadata

Package Version Patches format
vtk6 6.1.0+dfsg2-6 3.0 (quilt)

Patch series

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

Utilities/Doxygen/doxyfile.in | 1 1 + 0 - 0 !
Wrapping/Tcl/vtkTkAppInit.cxx | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+)

 <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
soversion sharedlib.patch | (download)

CMake/vtkModuleMacros.cmake | 4 2 + 2 - 0 !
Rendering/Tk/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

---
vtkTclWrapper.patch | (download)

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

---
vtkWrapJava.patch | (download)

Wrapping/Tools/vtkWrapJava.c | 41 39 + 2 - 0 !
Wrapping/Tools/vtkWrapTcl.c | 120 114 + 6 - 0 !
2 files changed, 153 insertions(+), 8 deletions(-)

---
matplotlib.patch | (download)

Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
docs.patch | (download)

Utilities/Doxygen/doxyfile.in | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

---
fix_libav10.patch | (download)

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

 fix libav10 compilation
10_Java_Target.patch | (download)

Wrapping/Java/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 compile java module with -target 1.5
fix_FTBFS_KWSys.patch | (download)

Utilities/KWSys/vtksys/SystemInformation.cxx | 43 15 + 28 - 0 !
1 file changed, 15 insertions(+), 28 deletions(-)

 fix ftbfs on many platforms
fix_ftbfs_gcc49.patch | (download)

Filters/ParallelMPI/vtkDistributedDataFilter.cxx | 48 37 + 11 - 0 !
1 file changed, 37 insertions(+), 11 deletions(-)

 fix compilation with gcc-4.9
use_system_xdmf.patch | (download)

ThirdParty/xdmf2/CMakeLists.txt | 39 1 + 38 - 0 !
ThirdParty/xdmf2/vtk_xdmf2.h.in | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+), 38 deletions(-)

 use system xdmf
use_system_sqlite.patch | (download)

IO/SQL/vtkSQLiteDatabase.cxx | 22 11 + 11 - 0 !
IO/SQL/vtkSQLiteDatabase.h | 4 2 + 2 - 0 !
IO/SQL/vtkSQLiteQuery.cxx | 144 72 + 72 - 0 !
IO/SQL/vtkSQLiteQuery.h | 4 2 + 2 - 0 !
ThirdParty/sqlite/CMakeLists.txt | 3 1 + 2 - 0 !
5 files changed, 88 insertions(+), 89 deletions(-)

 use system sqlite
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
fix_GLintptr_FTBFS.patch | (download)

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

 fixes ftbfs against new libjpeg-turbo
freetype update.patch | (download)

Rendering/FreeType/vtkFreeTypeTools.cxx | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 [patch] fix compile failures seen with latest freetype

Thanks to Oon-Ee Ng for reporting the issue on the VTK users list.
This makes some minor changes to account for changes in return type
in the FreeType API. VTK should now compile against the latest release.