Package: dcmtk / 3.6.1~20170228-1~exp1

Metadata

Package Version Patches format
dcmtk 3.6.1~20170228-1~exp1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_dcmtk_3.6.0 1.patch | (download)

dcmqrdb/docs/dcmqrcnf.txt | 4 2 + 2 - 0 !
dcmqrdb/etc/dcmqrscp.cfg | 33 20 + 13 - 0 !
2 files changed, 22 insertions(+), 15 deletions(-)

 the original maintainer jrgen salk applied
 a set of patches to the original code.  This file contains
 changes to C++ code
02_system_charls.patch | (download)

dcmjpls/CMakeLists.txt | 2 1 + 1 - 0 !
dcmjpls/apps/CMakeLists.txt | 2 1 + 1 - 0 !
dcmjpls/libcharls/CMakeLists.txt | 2 1 + 1 - 0 !
dcmjpls/libsrc/CMakeLists.txt | 4 2 + 2 - 0 !
dcmjpls/libsrc/djcodecd.cc | 2 1 + 1 - 0 !
dcmjpls/libsrc/djcodece.cc | 6 3 + 3 - 0 !
dcmjpls/libsrc/djerror.h | 2 1 + 1 - 0 !
7 files changed, 10 insertions(+), 10 deletions(-)

 remove convenient copy of charls
03_datadic_install.patch | (download)

CMake/GenerateDCMTKConfigure.cmake | 8 4 + 4 - 0 !
dcmdata/data/CMakeLists.txt | 3 2 + 1 - 0 !
2 files changed, 6 insertions(+), 5 deletions(-)

 install dict to versioned dir
04_Fixed OFoptional by introducing OFalign.patch | (download)

CMake/osconfig.h.in | 3 3 + 0 - 0 !
config/aclocal.m4 | 41 41 + 0 - 0 !
config/configure | 60 60 + 0 - 0 !
ofstd/tests/toption.cc | 5 5 + 0 - 0 !
4 files changed, 109 insertions(+)

 [patch] fixed ofoptional by introducing ofalign?


05_performance.patch | (download)

dcmnet/libsrc/dul.cc | 2 1 + 1 - 0 !
dcmnet/libsrc/dulfsm.cc | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix a dcmtk performance problem


06_soversion_abi.patch | (download)

CMake/dcmtkPrepare.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add abi-version to library name 
07_dont_export_all_executables.patch | (download)

CMake/dcmtkMacros.cmake | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't add executables to cmake exports
 CMake exports are used by other packages that compile
 and link against dcmtk. Because Debian moves some of
 these executables and also dosn't install the test
 executables, this import may fail leading to failure
 to configure the according package. 
08_remove_system_processor.patch | (download)

CMake/GenerateDCMTKConfigure.cmake | 9 0 + 9 - 0 !
CMake/dcmtkPrepare.cmake | 5 0 + 5 - 0 !
config/include/dcmtk/config/osconfig.h.in | 3 0 + 3 - 0 !
ofstd/libsrc/ofconapp.cc | 3 3 + 0 - 0 !
4 files changed, 3 insertions(+), 17 deletions(-)

 remove the systemprocessor name in the compilate
 Required for reproducible builds, and it is also not reliable