Package: paraview / 3.14.1-6

Metadata

Package Version Patches format
paraview 3.14.1-6 3.0 (quilt)

Patch series

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

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 removes git's check
fix_manpages_errors.patch | (download)

Utilities/IceT/doc/man/man3/icetCompositeMode.3 | 6 2 + 4 - 0 !
Utilities/IceT/doc/man/man3/icetCreateContext.3 | 3 1 + 2 - 0 !
Utilities/IceT/doc/man/man3/icetDisable.3 | 4 1 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetDrawCallback.3 | 15 1 + 14 - 0 !
Utilities/IceT/doc/man/man3/icetEnable.3 | 4 1 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageCopyColor.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageCopyColorf.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageCopyColorub.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageCopyDepth.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageCopyDepthf.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetColor.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetColorFormat.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetColorcf.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetColorcub.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetColorcui.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetColorf.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetColorub.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetColorui.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetDepth.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetDepthFormat.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetDepthcf.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetDepthf.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetHeight.3 | 6 0 + 6 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetNumPixels.3 | 6 0 + 6 - 0 !
Utilities/IceT/doc/man/man3/icetImageGetWidth.3 | 6 0 + 6 - 0 !
Utilities/IceT/doc/man/man3/icetSetColorFormat.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetSetDepthFormat.3 | 3 0 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetSingleImageStrategy.3 | 4 1 + 3 - 0 !
Utilities/IceT/doc/man/man3/icetStrategy.3 | 8 3 + 5 - 0 !
29 files changed, 10 insertions(+), 109 deletions(-)

 rough editing of manpages, shipped with sources to fix 
  lintian-warnnings.
paraview fix libav07 compat.patch | (download)

VTK/IO/vtkFFMPEGWriter.cxx | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fixes paraview compilation with libav/0.7 by 
 changing deprecated API-elements.
fix_vtkxdmf_xt.patch | (download)

Utilities/Xdmf2/vtk/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 rusr/lib/paraview/libvtkxdmf.so contains an unresolvable 
 reference to symbol XtDispatchEvent.
removesqlite.patch | (download)

VTK/IO/CMakeLists.txt | 2 1 + 1 - 0 !
VTK/IO/vtkSQLiteDatabase.cxx | 22 11 + 11 - 0 !
VTK/IO/vtkSQLiteDatabase.h | 4 2 + 2 - 0 !
VTK/IO/vtkSQLiteQuery.cxx | 144 72 + 72 - 0 !
VTK/IO/vtkSQLiteQuery.h | 4 2 + 2 - 0 !
VTK/Utilities/CMakeLists.txt | 2 1 + 1 - 0 !
6 files changed, 89 insertions(+), 89 deletions(-)

 import patch from vtk to remove sqlite
install_htmldoc.patch | (download)

Documentation/CMakeLists.txt | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fix installing of html-documentation
kwprocessxml_rpath.patch | (download)

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

 this patch forces building of kwprocessxml as shared forwarded 
 executable in our case (even is CMAKE_SKIP_RPATH is OFF in debian)
fix_format_not_a_string_FTBFS.patch | (download)

Utilities/mpi4py/Library/mpi4py_MPI.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs "format not a string literal and no format arg"
workaround_strict aliasing_in_mpi4py_MPI.patch | (download)

Utilities/mpi4py/Library/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fixes the following ftbfs: 
 warning: dereferencing type-punned pointer will break strict-aliasing 
 rules [-Wstrict-aliasing]
fix_FTBFS_boost149.patch | (download)

VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 fix ftbfs with boost 1.49
fix_FTBFS_gcc 4.7.patch | (download)

VTK/Rendering/vtkFreeTypeTools.cxx | 2 2 + 0 - 0 !
VTK/Rendering/vtkFreeTypeUtilities.cxx | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 fix ftbfs with gcc-4.7
install_all_cmake_files.patch | (download)

CMakeLists.txt | 52 9 + 43 - 0 !
1 file changed, 9 insertions(+), 43 deletions(-)

 cmake files were not being installed correctly.
             Fixed install rule to install all files under the CMake 
             directory to ensure that
             new files don't get missed in the future.