Subject: CVS commit: pkgsrc/graphics/p5-Image-ExifTool
To: None <pkgsrc-changes@NetBSD.org>
From: Greg Troxel <gdt@netbsd.org>
List: pkgsrc-changes
Date: 01/03/2006 13:12:57
Module Name:	pkgsrc
Committed By:	gdt
Date:		Tue Jan  3 13:12:57 UTC 2006

Modified Files:
	pkgsrc/graphics/p5-Image-ExifTool: Makefile distinfo

Log Message:
Update to 5.87 (many minor changes omitted below):

  - Added support for JVC maker notes
  - Extract a number of new DNG tags plus DNG JPEG preview image
  - Added support for AVI and MP4 videos
  - Decode maker notes of Nikon D-1
  - Combining -t with -S now gives a single-line tab-delimited list of values
  - Fixed problem deleting entire XMP data block using '-xmp=' syntax
  - Added -F option to allow maker notes offsets to be fixed
  - Added -htmlDump option to generate a verbose HTML-based hex dump of EXIF
    and/or TIFF information (cool new diagnostic tool)
  - Improved synthetic maker notes when coping tags from CRW file
  - API changes:
      - Added HtmlDump and TextOut options
  - Fixed bug which caused error rewriting Minolta MRW images
  - Changed writing of TIFF so that existing IPTC will be rewritten as int32u
    whenever IPTC is edited, regardless of original format type.  This allows
    files to be 'fixed' even if IPTC was previously another format (now we get
    to see if there is any software out there that barfs on int32u's...)
  - Changed the -s option so tag names are displayed instead of descriptions
    (now similar to the -S option, but values are aligned in a column)
  - Changed writing of new TIFF IPTC information to make it visible in Nikon
    Capture (for some reason requires int32u format)


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/p5-Image-ExifTool/Makefile \
    pkgsrc/graphics/p5-Image-ExifTool/distinfo

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