Source-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   jlam
Date:           Fri Oct  8 21:14:36 UTC 1999

Modified Files:
        pkgsrc/graphics/tiff: Makefile
        pkgsrc/graphics/tiff/files: config.site md5 patch-sum
        pkgsrc/graphics/tiff/patches: patch-aa patch-ab patch-ac
        pkgsrc/graphics/tiff/pkg: COMMENT PLIST
Added Files:
        pkgsrc/graphics/tiff/patches: patch-ad

Log Message:
Update tiff to version 3.5.2.

Changes in TIFF v3.5.1
* Support was added for IPTC Newsphoto metadata (TIFFTAGE_IPTCNEWSPHOTO)
* Support was added for photoshop caption handling (TIFFTAG_PHOTOSHOP)

Changes in TIFF v3.5.2
* Added TIFFReassignTagToIgnore() API on behalf of
  Bruce Cameron <cameron%petris.com@localhost>.  Man page still pending.

* Fixed problem with cvtcmap() in tif_getimage.c modifying the
  colormaps owned by the TIFF handle itself when trying to fixup wrong
  (eight bit) colormaps.  Corrected by maintaining a private copy of
  the colormap.

* Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in
  tif_getimage.c.

* Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested
  by Christopher Lawton <clawton%mathworks.com@localhost>

* Set O_BINARY for tif_unix.c open() ... used on cygwin for instance.

* Applied Francois Dagand's patch to handle fax decompression bug.
  (sizes >= 65536 were failing)


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/graphics/tiff/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/tiff/files/config.site
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/tiff/files/md5
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/tiff/files/patch-sum
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/tiff/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/tiff/patches/patch-ab
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/tiff/patches/patch-ac
cvs rdiff -r0 -r1.3 pkgsrc/graphics/tiff/patches/patch-ad
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/tiff/pkg/COMMENT
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/tiff/pkg/PLIST

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