Path to this page:
./
graphics/tiff,
Library and tools for reading and writing TIFF data files
Branch: CURRENT,
Version: 4.7.0,
Package name: tiff-4.7.0,
Maintainer: gdtThis 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: 3805.257 KB
Version history: (Expand)
- (2024-09-18) Updated to version: tiff-4.7.0
- (2023-12-17) Updated to version: tiff-4.6.0nb3
- (2023-10-16) Updated to version: tiff-4.6.0
- (2023-08-17) Updated to version: tiff-4.5.1nb1
- (2023-06-14) Updated to version: tiff-4.5.1
- (2023-02-12) Updated to version: tiff-4.5.0nb1
CVS history: (Expand)
2024-11-25 13:17:46 by Hauke Fath | Files touched by this commit (1) |
Log message:
Explicitly disable opengl support, to keep linuxen from building and
installing bin/tiffgt where other platforms do not.
The build now consistently installs a man page without the binary,
which might be resolved on another day.
|
2024-09-18 13:39:36 by Greg Troxel | Files touched by this commit (4) |
Log message:
geography/tiff: Update to 4.7.0
Packaging changes:
- drop option to enable unsupported tools, because now they are
enabled again
Major changes
This version restores in the default build the availability of the
tools that had been dropped in v4.6.0 (cf RFC 2: Restoring Needed
LibTIFF Tools)
Library changes
New/improved functionalities:
Add TIFFOpenOptionsSetMaxCumulatedMemAlloc(). This function
complements TIFFOpenOptionsSetMaxSingleMemAlloc() to define the
maximum cumulated memory allocations in byte, for a given TIFF
handle, that libtiff internal memory allocation functions are
allowed.
API/ABI breaks:
None
|
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) | |
Log message:
recursive revbump for tiff update
|
2023-10-16 17:54:36 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
tiff: reset PKGREVISION after update
|