fbca39a0ea
Added a new Olympus LensType (thanks Niels Kristian Bech Jensen) Added a couple of new Olympus FlashModel values Added a new Nikon LensID Added a new Pentax LensType Decode a number of new Sony tags (thanks Jos Roost) Decode H264:DateTimeOriginal DST flag, and add " DST" to time string if set Decode a few more CanonCustom settings Fixed problem creating user-defined XMP structure elements with names containing characters which are illegal in tag names Improved mechanism for generating tags which must be specifically requested when copying or used in -if or -p expressions Improved warning in Windows if help documentation file can't be created Patched Composite:FileNumber to handle case where Canon:FileNumber is 10000 Patched reading FujiFilm RawImageWidth/Height for new X-Pro2 RAF images Fixed problem reading PDF objects which begin with a comment line Fixed problem which could result in ExifTool corrupting a PDF file when writing API Changes: Added RequestTags option No longer generate MDItem tags when RequestAll option is set
20 lines
707 B
Makefile
20 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.49 2016/01/23 17:16:46 adam Exp $
|
|
|
|
# Author requests that we package only "production" versions.
|
|
# Check http://owl.phy.queensu.ca/~phil/exiftool/history.html
|
|
DISTNAME= Image-ExifTool-10.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \
|
|
http://owl.phy.queensu.ca/~phil/exiftool/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
# author says www.sno is the same machine, but was never advertised
|
|
HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
|
|
COMMENT= Perl module and program to read EXIF information
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|