summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-11-10 21:14:53 +0000
committermaya <maya@pkgsrc.org>2018-11-10 21:14:53 +0000
commit410c720b14a38e0083f7171921abbac64485fbc7 (patch)
treed0799568d4286309b8920e38f8058925913d177d /graphics/tiff/Makefile
parente60d579d49d9c873034e058149f0a0ba8aee4411 (diff)
downloadpkgsrc-410c720b14a38e0083f7171921abbac64485fbc7.tar.gz
tiff: update to 4.0.10
It has been a year since the previous release. This is the first release made from the Git repository at https://gitlab.com/libtiff/libtiff using a collaborative process. Since the previous release, a number of security issues have been fixed, and some significant new features have been added. This release adds support for Zstd and WebP compression algorithms. In their own way, each of these compression algorithms is highly complimentary to TIFF. Zstd provides improved compression and decompression speed vs zlib's Deflate as well as a broader range of compression ratios. Zstd is developed by Facebook and the implementation continues to be improved. WebP is optimized for small/medium 8-bit images while offering improved compression performance vs traditional JPEG. WebP works well in strips or tiles to compress large images down to very small files, while preserving a good looking image. WebP is developed by Google, and its implementation continues to be improved. Due to Adobe's TIFF tag registration interface going off-line, we have had to assign our own tags for Zstd and WebP.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 151545919eb..c739afff4a6 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.143 2018/10/28 09:45:07 spz Exp $
+# $NetBSD: Makefile,v 1.144 2018/11/10 21:14:53 maya Exp $
-DISTNAME= tiff-4.0.9
-PKGREVISION= 5
+DISTNAME= tiff-4.0.10
CATEGORIES= graphics
-MASTER_SITES= ftp://download.osgeo.org/libtiff/
+MASTER_SITES= https://download.osgeo.org/libtiff/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://simplesystems.org/libtiff/