Package: vtk-dicom / 0.5.5-2

Metadata

Package Version Patches format
vtk-dicom 0.5.5-2 3.0 (quilt)

Patch series

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

CMakeLists.txt | 16 10 + 6 - 0 !
1 file changed, 10 insertions(+), 6 deletions(-)

 [patch] on linux, use private libpython linkage.

CMake was transitively linking libpython to vtkDICOMPython.so
via libvtkDICOMPythonD.  Use private linkage on linux.

86c8bba332eb35cce6f877819614d7af91168fd8.patch | (download)

CMakeLists.txt | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 [patch] put java classes in their own directory.

This makes it easy to put only the java classes into the jar
(previously lots of java build files were put into the jar, as well).