tiff-3.5.5-1 ready for test

Charles Wilson cwilson@ece.gatech.edu
Sun Jul 23 20:20:00 GMT 2000


This is the intial port to cygwin's new packaging scheme of the libtiff
library and applications. Although I've had tiff-3.5.2 on cygutils for
some time, the cygutils version was older, was staticlib only, contained
patent-infringing LZW code, and didn't follow the package layout rules
established here on cygwin-apps. 

This package also includes several utilities for manipulating tiff
files; the binary package includes dynamically linked
versions of these utilities, although the build process will make both
dynamically and statically linked versions.

As of v3.5.3, libtiff no longer includes support for LZW-compressed
images, due to Unisys' recent activities enforcing their patent. While
the source archive contains the official 're-enable LZW support' patch,
it is NOT applied to the source archive and the files in the binary
package do NOT include that functionality. If you want it, you have to
build it yourself (although the Cygwin README does contain step-by-step
instructions for doing this, intended for *authorized users* only --
e.g. those outside of the US patent jurisdiction, or who have purchased
a license from Unisys.)

The package is now available for testing at
   ftp://sourceware.cygnus.com/pub/cygwin/private/cygwin-extras-392/

tiff-3.5.5-1.tar.gz
tiff-3.5.5-1-src.tar.gz

Building requires gcc-2.95.2-2 and binutils (CVS, 20000721 or later)

NOTES:

o import-lib libfoo.dll.a
o stripped dll libfoo.dll
o static-lib libfoo.a
o cygwin-specific docs in /usr/doc/Cygwin/tiff-3.5.5.README
o generic docs in /usr/doc/tiff-3.5.5/*
o source archive already has the cygwin-specific patch applied
o source archive includes the LZW-support patch -- but it has not been
applied to the archive.

o cygwin-specific README and PATCH are stored in the source archive,
under <top>/CYGWIN-PATCHES/*. The original
libtiff-lzw-compression-kit-1.1.tar.gz (for re-enabling LZW support) is
also stored under <top>/CYGWIN-PATCHES/*. Finally, tif_rpt_3.4b33.tar.gz
is stored under <top>/CYGWIN-PATCHES, and contains tiffdump output for
the standard set of test images (for 'make test' -- see the cygwin
README).

o define '-DTIFF_STATIC -DJPEG_STATIC -DZLIB_STATIC' to get the
'correct' #define's when compiling a .o that will be linked statically
-- as well as using 'gcc -static' during the link step

o no special -Ddefine options needed (or link options) needed to link to
the dll

Comments and test reports welcome!

--Chuck


More information about the Cygwin-apps mailing list