diff options
author | gdt <gdt> | 2006-02-20 12:32:12 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-02-20 12:32:12 +0000 |
commit | ae56efa24bff84f25aea301b7dec89c56d40f0e9 (patch) | |
tree | a01d2230b4bcea8c79881f8962419ba8db99ec19 /graphics/p5-Image-ExifTool | |
parent | 2e42aa152eeeae5dd429575d93c5bed77e1d08c6 (diff) | |
download | pkgsrc-ae56efa24bff84f25aea301b7dec89c56d40f0e9.tar.gz |
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 (limited to 'graphics/p5-Image-ExifTool')
-rw-r--r-- | graphics/p5-Image-ExifTool/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Image-ExifTool/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index 96a18e668de..5f092943de5 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -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 @@ HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/ 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 --git a/graphics/p5-Image-ExifTool/distinfo b/graphics/p5-Image-ExifTool/distinfo index ed32a1e852c..0dfbd2250f3 100644 --- a/graphics/p5-Image-ExifTool/distinfo +++ b/graphics/p5-Image-ExifTool/distinfo @@ -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 |