diff options
author | gdt <gdt@pkgsrc.org> | 2009-01-07 22:24:31 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-01-07 22:24:31 +0000 |
commit | fcdb33d6b611fc4f69cfc0c6b2c3ecace1588905 (patch) | |
tree | aa886454b43addd73dfabf9875a5c1099bec74c0 /graphics/p5-Image-ExifTool/Makefile | |
parent | 8345d7b66201ab4dcf256cf8b15b812d5429e89e (diff) | |
download | pkgsrc-fcdb33d6b611fc4f69cfc0c6b2c3ecace1588905.tar.gz |
Update to production release 7.60.
Many minor changes omitted. Highlights:
- Added read support for Panasonic RW2 raw images (and extract meta
information from embedded PreviewImage as Doc1)
- Recognize DCP (DNG Camera Profile) files
- Added read/write support for EXIF files
- Added ability to write EXIF as a block (finally!)
- Decode CameraOrientation for a number of Canon EOS models (thanks Bogdan)
Diffstat (limited to 'graphics/p5-Image-ExifTool/Makefile')
-rw-r--r-- | graphics/p5-Image-ExifTool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index fc891670527..dff389689fd 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2008/11/06 11:28:09 gdt Exp $ +# $NetBSD: Makefile,v 1.19 2009/01/07 22:24:31 gdt Exp $ DISTNAME= Image-ExifTool-${VERSION} PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \ http://owl.phy.queensu.ca/~phil/exiftool/ @@ -15,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= 7.51 +VERSION= 7.60 PERL5_PACKLIST= auto/Image/ExifTool/.packlist |