./graphics/tiff, Library and tools for reading and writing TIFF data files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.6.0nb3, Package name: tiff-4.6.0nb3, Maintainer: gdt

This is software provides support for the Tag Image Format (TIFF).
Included is a library, libtiff, for reading and writing TIFF, a
collection of tools for doing simple manipulations of TIFF images, and
documentation on the library and tools. A random assortment of
TIFF-related software contributed by others is also included.

The library, along with associated tool programs, should handle most of
your needs for reading and writing files that follow the 5.0 or 6.0
TIFF spec. There is also considerable support for some of the more
esoteric portions of the 6.0 TIFF spec.


Required to run:
[graphics/jpeg] [graphics/jbigkit]

Required to build:
[pkgtools/cwrappers]

Package options: lzw

Master sites:

Filesize: 3500.521 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-12 14:13:07 by Greg Troxel | Files touched by this commit (2)
Log message:
graphics/tiff: Add default-off option to build unsupported tools

With "tiff-unsupported", also build tiff2pdf and tiff2ps.  These have
been withdrawn by upstream and this option is a temporary
accommodation for depending packages and workflows that (now
incorrectly, by definition) use these programs.  The only known such
depending package is hylafax.
   2023-12-17 18:56:37 by Thomas Klausner | Files touched by this commit (2)
Log message:
tiff: disable libdeflate

Having both zlib and libdeflate doesn't make much sense;
change was incomplete since it would have required a recursive bump
for tiff; and with the branch this close, we don't want that.

Bump PKGREVISION.
   2023-12-17 18:01:59 by Dr. Thomas Orgis | Files touched by this commit (2)
Log message:
graphics/tiff: explicitly use libdeflate

Otherwise it is found and used in a host GNU/Linux distro, messing up dependents
which lack it in buildlinks.
   2023-12-17 17:46:18 by Dr. Thomas Orgis | Files touched by this commit (1)
Log message:
graphics/libtiff: use pkg-config to properly detect deps, remove --without-x

The --without-x is defunct. The configure script wants to use pkg-config, it
should be able to.
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-10-16 17:54:36 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
tiff: reset PKGREVISION after update
   2023-10-16 17:38:19 by Greg Troxel | Files touched by this commit (4)
Log message:
graphics/tiff: Update to 4.6.0

Following upstream guidance, tools that are no longer supported are
not built by the package.  As raised on tech-pkg on October 2, with no
objections or even comments.

Upstream NEWS content:

This version removes a big number of utilities that have suffered from
lack of maintenance over the years and were the source of various
reported security issues. See "Removed functionality" below for the
list of removed utilities. Starting with libtiff v4.6.0, the source
code for most TIFF tools (except tiffinfo, tiffdump, tiffcp and
tiffset) was discontinued, due to the lack of contributors able to
address reported security issues. tiff2ps and tiff2pdf source code has
been moved in a unsupported category, no longer built by default, but
are still part of the the source distribution. Other retired utilities
are in a archive/ directory, only available in the libtiff git
repository. Issues related to unsupported and archived tools will no
longer be accepted in the libtiff bug tracker.

The usual bugfixes.
   2023-09-13 13:13:43 by Greg Troxel | Files touched by this commit (1) | Package updated
Log message:
tiff: Ask that it not be updated pre-branch

The just-released version withdraws a large number of utilities.  This
is very likely to cause breakage.  I intend to update just after the
branch.