diff options
author | gdt <gdt@pkgsrc.org> | 2008-11-06 11:28:09 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-11-06 11:28:09 +0000 |
commit | b40850742d2037bb71367556f6b8f0920ecb71fd (patch) | |
tree | 93a6f8943bf8cc945cfa4551dd233b74376d51b9 /graphics | |
parent | 467820ab2316c2bcfd298030bc0795e9a36c7789 (diff) | |
download | pkgsrc-b40850742d2037bb71367556f6b8f0920ecb71fd.tar.gz |
Update to 7.51. Minor changes omitted; see "Changes".
Oct. 27, 2008 - Version 7.51 (production release)
- API Changes:
- Added ExtractEmbedded option
- Added support for XMP PRISM 2.0 schema tags
- Added -X option to output extracted information in XML format
- API Changes:
- Fixed CanWrite() to be consistent with documentation
- Added support for new XMP IPTC Extension 1.0 tags (rev 2)
- Added new Composite LensID tag and changed a number of LensType values in
an attempt to disambiguate Canon, Pentax, Minolta and Sony 3rd party lenses
- API Changes:
- Added ListSep option
- API Changes:
- Added ability to pass options to SetNewValuesFromFile
- WARNING: Older ExifTool versions will not properly rewrite DNG 1.2 images
which contain multiple color profiles
- Added DNGVersion check to avoid future problems with major DNG revisions
- Added support for new DNG version 1.2.0.0 tags
- Decode Nikon Capture NX 2 NikonICCProfile information (thanks Jens Duttke)
Diffstat (limited to 'graphics')
-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 aca281c627b..fc891670527 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/10/19 19:18:10 he Exp $ +# $NetBSD: Makefile,v 1.18 2008/11/06 11:28:09 gdt Exp $ DISTNAME= Image-ExifTool-${VERSION} PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ COMMENT= Perl module and program to read EXIF information PKG_DESTDIR_SUPPORT= user-destdir # Author requests that we package only "production" versions. -VERSION= 7.30 +VERSION= 7.51 PERL5_PACKLIST= auto/Image/ExifTool/.packlist diff --git a/graphics/p5-Image-ExifTool/distinfo b/graphics/p5-Image-ExifTool/distinfo index 0c665de1465..93e0845e88f 100644 --- a/graphics/p5-Image-ExifTool/distinfo +++ b/graphics/p5-Image-ExifTool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2008/05/31 11:45:45 gdt Exp $ +$NetBSD: distinfo,v 1.16 2008/11/06 11:28:09 gdt Exp $ -SHA1 (Image-ExifTool-7.30.tar.gz) = 6567020dc78c476487dd630f72ece8d6ce796a47 -RMD160 (Image-ExifTool-7.30.tar.gz) = 1e6c80089ffb651e3e2b1c531452ecaf78300ead -Size (Image-ExifTool-7.30.tar.gz) = 1620455 bytes +SHA1 (Image-ExifTool-7.51.tar.gz) = 79acbae33c0af6d4219d337fe38ada9c136f030a +RMD160 (Image-ExifTool-7.51.tar.gz) = 2b908e82a7ed90ea5040be4af84ee0f8bcfba5eb +Size (Image-ExifTool-7.51.tar.gz) = 1747046 bytes |