From: Stefan Schantl Date: Mon, 5 Dec 2022 19:24:11 +0000 (+0100) Subject: libtiff: Update to 4.4.0. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62947c45b2c24f7bb24c72d78d9100c177078a76;p=ipfire-3.x.git libtiff: Update to 4.4.0. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- 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