# HG changeset patch # User Sebastien Jodogne # Date 1610473324 -3600 # Node ID dbcf9ad44a707ae1ab039dc2d20d3c97aafefa1d # Parent 7ffcce8ec94c7e9e248f4bf54be0017d135d7f8e upgrade to libtiff 4.2.0 diff -r 7ffcce8ec94c -r dbcf9ad44a70 NEWS --- a/NEWS Tue Jan 12 18:32:30 2021 +0100 +++ b/NEWS Tue Jan 12 18:42:04 2021 +0100 @@ -8,6 +8,8 @@ * Don't display the thumbnail/overview instances in the Web viewer * Fix issue #145 (support of Concatenation UID) * Support of dynamic linking against the system-wide Orthanc framework library +* Upgraded dependencies for static builds (notably on Windows): + - libtiff 4.0.6 upgraded to 4.2.0 Version 0.7 (2020-05-26) diff -r 7ffcce8ec94c -r dbcf9ad44a70 Resources/CMake/LibTiffConfiguration.cmake --- a/Resources/CMake/LibTiffConfiguration.cmake Tue Jan 12 18:32:30 2021 +0100 +++ b/Resources/CMake/LibTiffConfiguration.cmake Tue Jan 12 18:42:04 2021 +0100 @@ -1,7 +1,9 @@ +# http://simplesystems.org/libtiff/ + if (STATIC_BUILD OR NOT USE_SYSTEM_LIBTIFF) - SET(LIBTIFF_SOURCES_DIR ${CMAKE_BINARY_DIR}/tiff-4.0.6) - SET(LIBTIFF_URL "http://orthanc.osimis.io/ThirdPartyDownloads/tiff-4.0.6.tar.gz") - SET(LIBTIFF_MD5 "d1d2e940dea0b5ad435f21f03d96dd72") + SET(LIBTIFF_SOURCES_DIR ${CMAKE_BINARY_DIR}/tiff-4.2.0) + SET(LIBTIFF_URL "http://orthanc.osimis.io/ThirdPartyDownloads/tiff-4.2.0.tar.gz") + SET(LIBTIFF_MD5 "2bbf6db1ddc4a59c89d6986b368fc063") DownloadPackage(${LIBTIFF_MD5} ${LIBTIFF_URL} "${LIBTIFF_SOURCES_DIR}")