pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/p5-Image-ExifTool Update to 6.00
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b08d63da14b
branches: trunk
changeset: 508497:6b08d63da14b
user: gdt <gdt%pkgsrc.org@localhost>
date: Mon Feb 20 12:32:12 2006 +0000
description:
Update to 6.00
Feb. 19, 2006 - Version 6.00 (production release)
[minor changes omitted -gdt]
- Added read support for Sony SR2 raw images (but most tags still unknown)
- Added read support for Kyocera Contax N Digital RAW images
- Added ability to write or delete shortcuts which reference multiple tags
(previously only shortcuts referencing a single tag were writable)
- Changed descriptions of FNumber, ExposureTime, ISO, DateTimeOriginal,
CreateDate and ModifyDate to more closely match their tag names
- Separated Canon and Nikon Red/BlueBalance information into individual
components with tag names like WB_RGGBLevels
- Decoded a number of new Canon tags for EOS models, including ColorBalance
tables, 20D AF points and SensorInfo (thanks Rainer Honle)
- Fixed incorrect decoding of EOS 10D/300D color balance modes
- Set MIME type for all RAW image formats to "image/x-raw"
- The -f option is no longer implied when -S and -s are combined
- Fixed problem with validation of Canon PictureInfo for images rotated by
Canon ZoomBrowser EX (thanks Joshua Bixby)
[prior non-production release notes merged]
- Major additions to Canon maker note decoding, including EOS-1D personal
functions (thanks Rainer Honle for decoding many 5D tags)
- Enhanced FMT syntax for -o, -w and -tagsFromFile options
- Decode maker notes of Samsung DX-1S
- Added ability to list tags in a specific group
- Added support for Canon 5D custom functions (thanks Rainer Honle)
- Added support for Canon 1DmkII and 350D custom functions
- Decode AIFF SampleRate
- Properly identify CR2 images read via pipes (previously identified as TIFF)
- Improved formatting of printed values for some DNG tags
- Fixed problem extracting OriginalRawImage from little-endian DNG images
- Fixed problem where "unreferenced bytes" error could be incorrectly issued
when deleting all EXIF from a TIFF image
- Added ability to write JFIF information
- Added ability to extract and decompress original raw image from DNG
- Added read support for AIFF audio files
- API changes:
- SetNewValue() now accepts an ARRAY reference for setting list-type tags
such as Keywords, or a SCALAR reference for binary data, so it may now
be called directly with any value returned by GetValue().
- Recognize Panasonic Type 2 maker notes
- Changed Nikon LensID to a composite tag to allow better decoding of
non-Nikon lenses, and added a bunch of new lenses to the list
- Added ability to read and write AFCP information in JPEG images
- Added read support for WMV video and WMA audio files (ASF format files)
- Added EXIF tags 0x82a5-0x82ac
- 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
- Improved decoding of Olympus maker notes
- Improved APP12 decoding
- Improved CanonPictureInfo validation to work with more PowerShot models
- Decode maker notes of Nikon D1
- Combining -t with -S now gives a single-line tab-delimited list of values
- Extract preview image for Samsung Digimax i5
diffstat:
graphics/p5-Image-ExifTool/Makefile | 4 ++--
graphics/p5-Image-ExifTool/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r 8bdd5e791d9c -r 6b08d63da14b graphics/p5-Image-ExifTool/Makefile
--- a/graphics/p5-Image-ExifTool/Makefile Mon Feb 20 12:16:24 2006 +0000
+++ b/graphics/p5-Image-ExifTool/Makefile Mon Feb 20 12:32:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/01/03 13:12:57 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2006/02/20 12:32:12 gdt Exp $
DISTNAME= Image-ExifTool-${VERSION}
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@
COMMENT= Perl module and program to read EXIF information
# Author requests that we package only "production" versions.
-VERSION= 5.87
+VERSION= 6.00
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
diff -r 8bdd5e791d9c -r 6b08d63da14b graphics/p5-Image-ExifTool/distinfo
--- a/graphics/p5-Image-ExifTool/distinfo Mon Feb 20 12:16:24 2006 +0000
+++ b/graphics/p5-Image-ExifTool/distinfo Mon Feb 20 12:32:12 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/01/03 13:12:57 gdt Exp $
+$NetBSD: distinfo,v 1.3 2006/02/20 12:32:12 gdt Exp $
-SHA1 (Image-ExifTool-5.87.tar.gz) = d84473a5521f8e0305a0dbf0a2fbc43b4e13ea85
-RMD160 (Image-ExifTool-5.87.tar.gz) = 62148ad6f3de793ef47c04237290caa02307d2a4
-Size (Image-ExifTool-5.87.tar.gz) = 804458 bytes
+SHA1 (Image-ExifTool-6.00.tar.gz) = 9267a0c4686db5889ff18946af9d8141e2d5148c
+RMD160 (Image-ExifTool-6.00.tar.gz) = ff4445070ac6be8659b282f3f4a5bd2f4f723e8c
+Size (Image-ExifTool-6.00.tar.gz) = 876655 bytes
Home |
Main Index |
Thread Index |
Old Index