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 8.85:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce862adaad5c
branches: trunk
changeset: 602813:ce862adaad5c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 22 10:55:25 2012 +0000
description:
Update to 8.85:
Mar. 25, 2012 - Version 8.85 (production release)
- Added a couple more Olympus CameraType values
- Added two new Pentax LensType's and a PentaxModelID
- Decode a number of new Sony CameraSettings3 tags (thanks Jos Roost)
- Decode a few new Pentax K-01 tags
- Decode new custom functions of the Canon 5D Mark III
- Recognize another non-standard APP1 XMP header
- Increased unrolled depth of XMP-mwg-kw:HierarchicalKeywords from 4 to 6
- Extended "-charset exif=CHARSET" to also apply to EXIF UserComment when
stored as ASCII
- Changed name of Olympus MaxApertureAtCurrentFocal to to MaxAperture
- Patched to avoid possibility of unnecessary "references previous directory"
warning when the length of one directory is zero
Mar. 17, 2012 - Version 8.84
- Added a few more SonyModelID's (thanks Jos Roost)
- Added a new CanonModelID and a number of new Canon LensType values
- Added a new Minolta/Sony LensType
- Decode CameraTemperature for a number of new Canon PowerShot models
- Decode information from PANA atom of Panasonic DMC-FT20 MP4 videos
- Decode a bit more of the Casio MakerNotes
- Improved Polish translations for EXIF information (thanks Kacper Perschke)
- Changed some warning messages for invalid IFD entries
- Patched to allow writing of Sony MakerNotes containing invalid IFD entries
Mar. 13, 2012 - Version 8.83
- Added a new SonyModelID and a new Nikon LensID (thanks Gregg Lee and Jos
Roost)
- Added Finnish translations (thanks Jens Duttke and Jarkko Makineva)
- Fixed the Composite:LensID problem properly this time (with any luck)
Mar. 13, 2012 - Version 8.82
- Added ability to extract information from PostScript-type DFONT files
- Added a new Minolta/Sony LensType (thanks Jos Roost)
- Improved geotagging of orientation information when extrapolating past end
of track
- Changed behaviour while copying information to allow flattened tags to be
specified without the need to use the --struct option
- Removed unnecessary warning when writing PreviewImage to Ricoh DNG file
- Fixed problem introduced in 8.81 which prevented generation of the Composite
LensID for Nikon images when duplicate tags were disabled
- API Changes:
- Added NoFlat option to SetNewValues()
- Changed Struct option to allow copying of both structured and flattened
tags at the same time
Mar. 9, 2012 - Version 8.81
- Added some new Canon, Pentax and Sony/Minolta LensType's
- Added a few new FujiFilm PictureMode values (thanks Kai Lappalainen)
- Added some new FujiFilm FilmMode values
- Added a couple of new CanonModelID values
- Added local timezone message to -v2 geotagging output
- Made all Pentax LensType tags writable
- Improved Composite LensID logic to use Sony LensSpec value if available
- Fixed problem opening files with path names that begin with "&"
Feb. 25, 2012 - Version 8.80
- Added a new Olympus CameraType
- Improved geotagging to tolerate out-of-sequence and missing NMEA sentences
- Increased the maximum XMP tag ID length to 250 characters to allow very deep
user-defined structure hierarchies
Feb. 20, 2012 - Version 8.79
- Avoid deleting the JPEG APP14 Adobe segment when deleting all metadata
- Added ability to read/write/create JPEG APP14 Adobe segment as a block
- Added some new CanonModelID values
- Added another Panasonic WhiteBalance value (thanks PeterK)
- Decode Panasonic ColorTempKelvin tag
- Decode information from Qualcomm APP7 JPEG segment
- Extract PreviewImage for a few more uncommon camera models
- Strengthened MP3 file recognition to avoid mis-identification of some files
- Fixed problems reading "sfnt" resource in some DFONT files
- Fixed problems writing some LensType values for 3rd-party lenses
Feb. 11, 2012 - Version 8.78
- Added basic read support for a few obscure audio formats (LA, OFR, PAC, WV)
- Added a couple more Canon LensType values
- Decode some new Kodak tags in MP4 videos
- Patched timezone problem on MirBSD due to leap-second "feature" of this OS
- Fixed problem converting Adobe XMP LensID's for Pentax lenses
- Fixed runtime warning due to conflict with some Vorbis tag ID's
- Fixed problem which could result in duplicate columns in -csv output when
used with -f and the "#" suffix on a tag name
- API Changes:
- Added XMPAutoConv option
Jan. 27, 2012 - Version 8.77 (production release)
- Added some new and updated some existing Sony/Minolta LensType values
- Added two missing Minolta Teleconverter values
- Added a new Canon LensType
- Decode Olympus ArtFilterEffect
- Enhanced -c (CoordFormat) option to allow signed coordinate output
- Changed -sort option to always sort -json and -X outputs by tag name
- Minor change to an Olympus LensType name (thanks Niels Kristian Bech Jensen)
- Fixed problem geotagging orientation information from PTNTHPR sentence
- Fixed decoding of negative Pentax EffectiveLV values
- Fixed typo in an Olympus LensType
Jan. 18, 2012 - Version 8.76
- Added -sort option to sort output by tag name or description
- Added support for FujiFilm RAF version 1.03 images and downgraded RAF
version error to a warning
- Added a number of new Minolta/Sony LensType's
- Added a new CanonModelID
- Decode FocusPosition for Sony A850 and calculate Composite FocusDistance
- Decode IFD found in some Samsung Type1 maker notes
- Patched Olympus test to fix failure on some platforms
- Patched -json output to filter out invalid UTF-8 characters
- API Changes:
- Added Sort2 option and 'Descr' setting for Sort option
- Added secondary sort option to GetFoundTags() and GetTagList()
- Changed name of Sort 'Alpha' setting to 'Tag' (but 'Alpha' still works
for backward compatibility)
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 31eb63c60826 -r ce862adaad5c graphics/p5-Image-ExifTool/Makefile
--- a/graphics/p5-Image-ExifTool/Makefile Sun Apr 22 10:52:56 2012 +0000
+++ b/graphics/p5-Image-ExifTool/Makefile Sun Apr 22 10:55:25 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2012/01/26 20:16:11 rhaen Exp $
+# $NetBSD: Makefile,v 1.35 2012/04/22 10:55:25 wiz Exp $
DISTNAME= Image-ExifTool-${VERSION}
PKGNAME= p5-${DISTNAME}
@@ -15,7 +15,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
# Author requests that we package only "production" versions.
-VERSION= 8.75
+VERSION= 8.85
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
diff -r 31eb63c60826 -r ce862adaad5c graphics/p5-Image-ExifTool/distinfo
--- a/graphics/p5-Image-ExifTool/distinfo Sun Apr 22 10:52:56 2012 +0000
+++ b/graphics/p5-Image-ExifTool/distinfo Sun Apr 22 10:55:25 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2012/01/26 20:16:11 rhaen Exp $
+$NetBSD: distinfo,v 1.31 2012/04/22 10:55:26 wiz Exp $
-SHA1 (Image-ExifTool-8.75.tar.gz) = 8579477113f6a3125e31e030a5cc4e91eea72d55
-RMD160 (Image-ExifTool-8.75.tar.gz) = 5cc2f5d0def7b82f306ddc572442ee14bac17a42
-Size (Image-ExifTool-8.75.tar.gz) = 3281626 bytes
+SHA1 (Image-ExifTool-8.85.tar.gz) = 3d4e221d63a056538030f759294f611add53fd80
+RMD160 (Image-ExifTool-8.85.tar.gz) = e874783e2ae0e0690d5cc7c66b641c4d1f015f30
+Size (Image-ExifTool-8.85.tar.gz) = 3361671 bytes
Home |
Main Index |
Thread Index |
Old Index