libtiff: Update to 4.4.0.

Message ID 20221205192411.107540-1-stefan.schantl@ipfire.org
State Accepted
Commit 62947c45b2c24f7bb24c72d78d9100c177078a76
Headers
Series libtiff: Update to 4.4.0. |

Commit Message

Stefan Schantl Dec. 5, 2022, 7:24 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 libtiff/libtiff.nm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
  

Patch

diff --git a/libtiff/libtiff.nm b/libtiff/libtiff.nm
index 7912829cf..15698ea61 100644
--- a/libtiff/libtiff.nm
+++ b/libtiff/libtiff.nm
@@ -4,12 +4,12 @@ 
 ###############################################################################
 
 name       = libtiff
-version    = 4.0.6
+version    = 4.4.0
 release    = 1
 thisapp    = tiff-%{version}
 
 groups     = System/Libraries
-url        = http://www.remotesensing.org/libtiff/
+url        = http://www.simplesystems.org/libtiff/
 license    = libtiff ( own )
 summary    = Library of functions for manipulating TIFF format image files.
 
@@ -20,17 +20,25 @@  description
 	.tif extension and they are often quite large.
 end
 
-source_dl  = ftp://ftp.remotesensing.org/pub/libtiff/
+source_dl  = https://download.osgeo.org/libtiff/
 
 build
 	requires
 		gcc-c++
 		libjpeg-devel
+		zlib-devel
+		zstd-devel
 	end
 
+	export LD_LIBRARY_PATH = %{DIR_APP}/libtiff/.libs
+
 	configure_options += \
 		--enable-defer-strile-load \
 		--enable-chunky-strip-read
+
+	test
+		make check
+	end
 end
 
 packages