Update to 4.0.6:
MAJOR CHANGES: Now builds with CMake 2.8.9 and newer (previously required 3.0.0) CHANGES IN THE SOFTWARE CONFIGURATION: CMakeLists.txt / CMake Supports CMake 2.8.9 and later. Add missing file which wasn't being distributed, causing unit tests to fail. Make shared/static library building configurable. CMake reads all version information directly from configure.ac to avoid duplication of values. CMake builds are now included in 'distcheck' target. Makefile.am Autotools 'make distcheck' now tests the CMake-based build if CMake is available. CHANGES IN LIBTIFF: Fixes to avoid undefined behaviour of signed types (C standard compliance). Fixes to avoid possible isses when casting to unsigned char. Fixes to avoid undefined behaviour with shifts. Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. Eliminate requirement for and use of 64-bit constant values. CHANGES IN THE TOOLS: tiffgt Silence glut API deprecation warnings on MacOS X. fax2ps Detect failure to write to temporary file.
This commit is contained in:
parent
d0eb93c014
commit
ea360da267
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.120 2015/09/05 10:47:57 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.121 2015/09/13 09:27:08 wiz Exp $
|
||||
|
||||
DISTNAME= tiff-4.0.5
|
||||
DISTNAME= tiff-4.0.6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
|
||||
http://libtiff.maptools.org/dl/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.20 2015/09/05 10:47:57 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.21 2015/09/13 09:27:08 wiz Exp $
|
||||
bin/bmp2tiff
|
||||
bin/fax2ps
|
||||
bin/fax2tiff
|
||||
|
@ -250,3 +250,4 @@ share/doc/tiff/html/v4.0.3.html
|
|||
share/doc/tiff/html/v4.0.4.html
|
||||
share/doc/tiff/html/v4.0.4beta.html
|
||||
share/doc/tiff/html/v4.0.5.html
|
||||
share/doc/tiff/html/v4.0.6.html
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.66 2015/09/05 10:47:57 adam Exp $
|
||||
$NetBSD: distinfo,v 1.67 2015/09/13 09:27:08 wiz Exp $
|
||||
|
||||
SHA1 (tiff-4.0.5.tar.gz) = 76477a8ca914c132922ca2738ffe629b840e7446
|
||||
RMD160 (tiff-4.0.5.tar.gz) = 947733ec02da5063dfa395678d96c6c0f6898b92
|
||||
Size (tiff-4.0.5.tar.gz) = 2135410 bytes
|
||||
SHA1 (tiff-4.0.6.tar.gz) = 280e27704eaca5f592b82e71ac0c78b87395e2de
|
||||
RMD160 (tiff-4.0.6.tar.gz) = 3d5d6951a36baf32ab0e0958d3b4a9413b7f2e07
|
||||
Size (tiff-4.0.6.tar.gz) = 2192991 bytes
|
||||
SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6
|
||||
|
|
Loading…
Reference in a new issue