diff options
author | adam <adam@pkgsrc.org> | 2010-07-13 06:37:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-07-13 06:37:34 +0000 |
commit | 953fd0822cfbe1ca5d4bddf229b6996a35087760 (patch) | |
tree | f7d29bb6375a4c6ba8ed1be2467cdc01f2e27b34 /graphics/p5-Image-ExifTool | |
parent | dc5ae1b949b35c8cc9c561e63658fa72105b149a (diff) | |
download | pkgsrc-953fd0822cfbe1ca5d4bddf229b6996a35087760.tar.gz |
Changes 8.24:
* Added ability to write some Kodak APP3 Meta tags
* Added a few new Olympus LensType's and new values for a couple of other tags
* Added support for yet another Kodak MakerNote variation (M580)
* Added conversion for OOXML DocSecurity tag (thanks Jeff Harmon)
* Added another Nikon ExternalFlashFlags value (thanks Warren Hatch)
* Decode more Canon VRD tags (thanks Gert Kello) and changed some tag names
* Decode a couple of new Canon 7D tags (thanks Vesa Kivisto)
* Decode a few more Sigma tags
* Decode HTML tags written by Microsoft Office
* Decode some MakerNotes tags from Samsung MP4 videos
* Allow RFC 8601 date/time values to be written without seconds
* Fixed conversion for Kodak Meta:SerialNumber
* Changed conversion of Canon FocusDistanceUpper/Lower tags to add units (m)
* Changed the names of some Nikon FlashExposureComp tags
* Changed name of RTF CharactersNoWhiteSpace tag to CharactersWithSpaces to
conform with what Microsoft does with their software as opposed to what they
say in their RTF specification
* Changed a few FlashPix tags for better consistency with OOXML and RTF
* Properly convert OOXML Unicode character entities
* Fixed problem writing some Sigma MakerNote tags
* Fixed problem writing incorrect value for "Uncalibrated" XMP:ColorSpace
* Fixed bug where some unknown Canon values were extracted twice with -U
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 f74cc9b6c15..1f9a26bbc5d 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/04/09 23:44:28 gdt Exp $ +# $NetBSD: Makefile,v 1.26 2010/07/13 06:37:34 adam Exp $ DISTNAME= Image-ExifTool-${VERSION} PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ COMMENT= Perl module and program to read EXIF information PKG_DESTDIR_SUPPORT= user-destdir # Author requests that we package only "production" versions. -VERSION= 8.15 +VERSION= 8.24 PERL5_PACKLIST= auto/Image/ExifTool/.packlist diff --git a/graphics/p5-Image-ExifTool/distinfo b/graphics/p5-Image-ExifTool/distinfo index c9b9bf7926a..cf0e67b8cbe 100644 --- a/graphics/p5-Image-ExifTool/distinfo +++ b/graphics/p5-Image-ExifTool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2010/04/09 23:44:28 gdt Exp $ +$NetBSD: distinfo,v 1.24 2010/07/13 06:37:34 adam Exp $ -SHA1 (Image-ExifTool-8.15.tar.gz) = af5b571d66ed4179b704f4cfa57dc8f87f630a8c -RMD160 (Image-ExifTool-8.15.tar.gz) = dc4e1d991f4430bcde08fd122bfba2c9deec0d0c -Size (Image-ExifTool-8.15.tar.gz) = 2801361 bytes +SHA1 (Image-ExifTool-8.24.tar.gz) = da912d9ff2761c9be48db6a8c2c500bd0bf6d120 +RMD160 (Image-ExifTool-8.24.tar.gz) = 699a417f655af44130063bbee5c1228572a82b11 +Size (Image-ExifTool-8.24.tar.gz) = 2891875 bytes |