changeset 221:dbcf9ad44a70

upgrade to libtiff 4.2.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 12 Jan 2021 18:42:04 +0100
parents 7ffcce8ec94c
children 68cc194e69e5
files NEWS Resources/CMake/LibTiffConfiguration.cmake
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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}")