pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/tiff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 13 09:27:09 UTC 2015

Modified Files:
        pkgsrc/graphics/tiff: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/graphics/tiff/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/tiff/PLIST
cvs rdiff -u -r1.66 -r1.67 pkgsrc/graphics/tiff/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index