Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- libtiff/libtiff.nm | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-)
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