]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libtiff: Update to 4.4.0.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 5 Dec 2022 19:24:11 +0000 (20:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Dec 2022 18:21:38 +0000 (18:21 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libtiff/libtiff.nm

index 7912829cf8831dd1484097272bfc0aa02e3c9169..15698ea61a1fc082cf6f0bfeb06a72470b5482fb 100644 (file)
@@ -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