diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-06 12:30:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-06 12:30:52 +0000 |
commit | be33e3db04651ba3a9086c49b9a2dab996e3136b (patch) | |
tree | 1ea1d3506f6bb633db13b0a755d827db6ee4310a | |
parent | 403f407591f8398b993f05d63d7c2b71d08d1eab (diff) | |
download | pkgsrc-be33e3db04651ba3a9086c49b9a2dab996e3136b.tar.gz |
Update tiff to 4.0:
At long last, libtiff 4.0.0 is finally released. Libtiff 4.0.0 is the
successor to the libtiff 3.9.X release series. It is intended to be
largely API compatible with the 3.9.X releases, but it is definitely
not ABI compatible so any software which plans to use it will need to
be recompiled. With appropriate care, source code can easily compile
with both the 3.9.X releases and libtiff 4.0.0.
This release supports the BigTIFF TIFF format in which all offsets are
unsigned 64-bit, supporting huge files. APIs which deal with tag
offsets are necessarily updated to pass 64-bit values. I/O functions
supporting the TIFFClientOpen() interface are updated to pass 64-bit
offset values.
-rw-r--r-- | graphics/tiff/Makefile | 7 | ||||
-rw-r--r-- | graphics/tiff/PLIST | 4 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 9 |
3 files changed, 13 insertions, 7 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index cd8b71425c2..f4765330465 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.101 2011/04/12 08:57:57 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2012/02/06 12:30:52 wiz Exp $ -DISTNAME= tiff-3.9.5 +DISTNAME= tiff-4.0.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ @@ -23,6 +24,8 @@ CONFIGURE_ARGS+= --enable-cxx CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt +PKGCONFIG_OVERRIDE= libtiff-4.pc.in + TEST_TARGET= check post-install: diff --git a/graphics/tiff/PLIST b/graphics/tiff/PLIST index c4203279554..8fa45e65e3e 100644 --- a/graphics/tiff/PLIST +++ b/graphics/tiff/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2009/11/15 18:12:44 drochner Exp $ +@comment $NetBSD: PLIST,v 1.14 2012/02/06 12:30:52 wiz Exp $ bin/bmp2tiff bin/fax2ps bin/fax2tiff @@ -29,6 +29,7 @@ include/tiffio.hxx include/tiffvers.h lib/libtiff.la lib/libtiffxx.la +lib/pkgconfig/libtiff-4.pc man/man1/bmp2tiff.1 man/man1/fax2ps.1 man/man1/fax2tiff.1 @@ -229,3 +230,4 @@ share/doc/tiff/html/v3.8.2.html share/doc/tiff/html/v3.9.0beta.html share/doc/tiff/html/v3.9.1.html share/doc/tiff/html/v3.9.2.html +share/doc/tiff/html/v${PKGVERSION}.html diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index ebc7b5bd2ea..c221f18de45 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.52 2011/04/12 08:57:57 wiz Exp $ +$NetBSD: distinfo,v 1.53 2012/02/06 12:30:52 wiz Exp $ -SHA1 (tiff-3.9.5.tar.gz) = f40aab20fb2f609b5cbc1171c40b66a1445e3773 -RMD160 (tiff-3.9.5.tar.gz) = c67742bf6b9b10ca0700e69ce575007d40c4f89c -Size (tiff-3.9.5.tar.gz) = 1455502 bytes +SHA1 (tiff-4.0.0.tar.gz) = 85d85520fea40fc9291995a60e3d40cf980b5522 +RMD160 (tiff-4.0.0.tar.gz) = 82b27f00b48c74970faac6a4bb4a8a49a199e3b1 +Size (tiff-4.0.0.tar.gz) = 2008075 bytes +SHA1 (patch-configure) = 0e86c6d69783333c03d6241e1824f68602f3c732 |