Package: imagevis3d / 2.0.1-5

Metadata

Package Version Patches format
imagevis3d 2.0.1-5 3.0 (quilt)

Patch series

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

Tuvok/IO/scio.pro | 139 0 + 139 - 0 !
Tuvok/tvk.pro | 142 0 + 142 - 0 !
2 files changed, 281 deletions(-)

 remove convenient libs copy
systemglew.patch | (download)

ImageVis3D/UI/RenderWindowGL.cpp | 2 1 + 1 - 0 !
Tuvok/Renderer/GL/GLInclude.h | 2 1 + 1 - 0 !
Tuvok/Renderer/GPUMemMan/GPUMemMan.h | 2 1 + 1 - 0 !
Tuvok/Renderer/GPUMemMan/GPUMemManDataStructs.h | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 allow compilation with system installed glew lib
systemzlib.patch | (download)

Tuvok/IO/IASSConverter.cpp | 2 1 + 1 - 0 !
Tuvok/IO/gzio.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 allow compilation with system installed zlib lib
systemjpeg.patch | (download)

ImageVis3D/UI/QDataRadioButton.cpp | 4 2 + 2 - 0 !
Tuvok/IO/IOManager.cpp | 4 2 + 2 - 0 !
Tuvok/IO/TuvokJPEG.cpp | 4 2 + 2 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 allow compilation with system installed jpeg lib
systembzip2.patch | (download)

Tuvok/IO/RAWConverter.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow compilation with system install bzip2 lib
systemtiff.patch | (download)

Tuvok/IO/StkConverter.cpp | 2 1 + 1 - 0 !
Tuvok/IO/TiffVolumeConverter.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 allow compilation with system install tiff lib
missingsharedlibs.patch | (download)

CmdLineConverter/CmdLineConverter.pro | 3 2 + 1 - 0 !
ImageVis3D/ImageVis3D.pro | 3 2 + 1 - 0 !
UVFReader/UVFReader.pro | 3 2 + 1 - 0 !
3 files changed, 6 insertions(+), 3 deletions(-)

 add missing shared library links
tuvok_details.patch | (download)

Tuvok/Basics/StdDefines.h | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 make sure tuvok_details always gets defined.
 Even if it's just to say we have no idea what it should be. We'll
 require this define later, so it needs to be *something*.
maxpath.patch | (download)

Tuvok/Basics/SysTools.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing limits.h include.
 Needed for PATH_MAX.
 Reported-by: Mathieu Malaterre
overflow.patch | (download)

Tuvok/Basics/SystemInfo.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix integer overflow issue.
warning.patch | (download)

Tuvok/IO/AbstrGeoConverter.cpp | 13 5 + 8 - 0 !
Tuvok/IO/DICOM/DICOMParser.cpp | 6 5 + 1 - 0 !
Tuvok/IO/IOManager.h | 4 0 + 4 - 0 !
3 files changed, 10 insertions(+), 13 deletions(-)

 get rid of some variables which were never actually used.
 gcc has a warning about this in newer versions.
manual.patch | (download)

ImageVis3D/UI/ImageVis3D_Help.cpp | 64 31 + 33 - 0 !
1 file changed, 31 insertions(+), 33 deletions(-)

 use more portable qt functions for opening manual.
 .. or try to. Qt fails to open the damn thing sometimes, and even
 worse it reports success even when it fails. Assuming it ever
 actually fixes the error reporting, I left the code in to manually
 launch a PDF viewer.
 ref. https://bugreports.qt.nokia.com/browse/QTBUG-23123
kfreebsd.patch | (download)

ImageVis3D/StdDefines.h | 9 9 + 0 - 0 !
ImageVis3D/UI/ImageVis3D_Help.cpp | 2 2 + 0 - 0 !
Tuvok/Basics/SysTools.cpp | 4 4 + 0 - 0 !
3 files changed, 15 insertions(+)

 fix update issues on unsupported systems.
gcc47.patch | (download)

UVFReader/main.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixed variable scoping issues to make gcc 4.7 happy.