Correct use of scripts from vtk7-doc In vtk7-doc these scripts are installed uncompressed. In addition the patch changes the vtk doxygen source directory and incorporates an patch to link to the VTK doc and replace PNG by SVG, Merged to one patch because they overlap partially.
[PATCH] include(GNUInstallDirs) in CMakeLists.txt While updating the Debian/Ubuntu package, I encountered a configure error with vtkgdcmpython.h not being given an installation destination due to CMAKE_INSTALL_INCLUDEDIR not being set. This is solved by adding "include(GNUInstallDirs)" in CMakeLists.txt. I picked up line 190 but I think that other lines will do just as fine. I've attached the corresponding patch.