From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libtiff: Update to 4.4.0. Date: Mon, 05 Dec 2022 20:24:11 +0100 Message-ID: <20221205192411.107540-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2516224029384352948==" List-Id: --===============2516224029384352948== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- 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 @@ ############################################################################= ### =20 name =3D libtiff -version =3D 4.0.6 +version =3D 4.4.0 release =3D 1 thisapp =3D tiff-%{version} =20 groups =3D System/Libraries -url =3D http://www.remotesensing.org/libtiff/ +url =3D http://www.simplesystems.org/libtiff/ license =3D libtiff ( own ) summary =3D Library of functions for manipulating TIFF format image files. =20 @@ -20,17 +20,25 @@ description .tif extension and they are often quite large. end =20 -source_dl =3D ftp://ftp.remotesensing.org/pub/libtiff/ +source_dl =3D https://download.osgeo.org/libtiff/ =20 build requires gcc-c++ libjpeg-devel + zlib-devel + zstd-devel end =20 + export LD_LIBRARY_PATH =3D %{DIR_APP}/libtiff/.libs + configure_options +=3D \ --enable-defer-strile-load \ --enable-chunky-strip-read + + test + make check + end end =20 packages --=20 2.30.2 --===============2516224029384352948==--