pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/p5-Image-ExifTool
Module Name: pkgsrc
Committed By: wiz
Date: Sat Sep 13 21:53:30 UTC 2025
Modified Files:
pkgsrc/graphics/p5-Image-ExifTool: Makefile distinfo
Log Message:
Sept. 6, 2025 - Version 13.35 (production release)
- Added a new CanonModelID
- Added new Olympus PictureMode and LensType values (thanks Michael Meissner)
- Decode GPS from another DJI protobuf format (DJI Neo)
- Decode a few new FujiFilm tags
- Enhanced -ee option to extract M-RAW information from all images in FujiFilm
RAF files
- Improved handling of standard-format unknown XMP date/time tags when the API
XMPAutoConv option is set (which is the default) to put them in the "Time"
group and apply the -d date/time formatting
- Improved -fileNUM option so it may be used to access tags from alternate
files when the specified target FILE doesn't exist
- Improved print conversions for some Canon tags to handle "n/a" values
- Enhanced JSON long output (-j -l) so the API SaveBin option also returns the
Rational ("rat") value if available
- Changed -if option so the expression is evaluated even when the source file
doesn't exist (to allow more flexibily when using -fileNUM option or when
creating the output file when writing)
- Fixed decoding of a few new Pentax tags (thanks Karsten Gieselmann)
- Fixed -diff feature to report differences in binary-data values and to be
consistent with handling of backslashes in Windows path names
Aug. 18, 2025 - Version 13.34
- Decode a number of new Pentax tags (thanks Karsten Gieselmann)
- Decode a new Canon tag (thanks Peter Wem, github #344)
- Updated Sony decoding for the ILME-FX2 and DSC-RX1RM3 (thanks Jos Roost)
- Minor fixes to decoding of new Olympus tags (thanks Karsten Gieselmann)
- Reverted change of 13.20 which changed the behaviour when writing
incorrectly-formatted date/time values
- Patched to avoid "uninitialized value $module" when using some custom config
files
- Fixed issue reading maker notes from some Sony ILCE models
- API Changes:
- Added UndefTags option to allow -m
and/or -f to be used without modifying the value of undef tags in -if
expressions (which was the behaviour prior to version 12.60)
July 25, 2025 - Version 13.33
- Added read support for TNEF files (eg. "winmail.dat")
- Added a new Canon HighlightTonePriority value (github #339)
- Decode Canon FocusBracketing tag (github #340)
- Decode more tags for newer Nikon Z models (thanks Warren Hatch)
- Decode a few more Olympus tags (thanks Karsten Gieselmann)
- Decode face detection tags for the Pentax K-3III (thanks Karsten Gieselmann)
- Decode a few more FujiFilm tags (github #343)
- Handle Olympus RawDev2IFD tag 0x8000 (named it RawDevSubIFD)
- Improved recognition of some Sony lenses (github #342)
- Enhanced the -p option to cycle through sub-documents
- Improved extraction of GoPro timed GPS to use sub-document numbers to
separate the individual fixes, allowing -p to extract all fixes at
sub-second resolution (although for earlier models these may not contain
timestamps)
- Extract EXIF information from Sigma fp MOV videos
- Patched to avoid "multi-segment EXIF with external pointers" error when
writing Olympus OM-1 JPG files converted by some utilities
- Fixed decoding of Panasonic LongExposureNRUsed (thanks AndrewJ)
- Fixed long-standing bug when using special characters in the -d option
argument
July 2, 2025 - Version 13.32
- Added a new Olympus CameraType (thanks Herb and Albert Shan)
- Added a new Sony LensType (github #335)
- Added a new Nikon CropHiSpeed value (thanks Albert Shan)
- Added a warning if a tag value couldn't be packed for writing to a binary
data structure
- Decode more Ricoh/Pentax AF tags for some models (thanks Karsten Gieselmann)
- Decode Canon HDR-PQ tag (github #336)
- Extract a couple more EXIF tags
- Patched to allow a dot (.) in the name of a structure element when writing
- Fixed "uninitialized value" bug when using -w with the -stay_open feature
- Fixed bug in -file option when using tag names to specify the name of the
alternate file (the tags were taken only from the first input file unless a
file name formatting code was also specified)
June 19, 2025 - Version 13.31
- Added a new CanonModelID and RFLensType (thanks Norbert Wasser)
- Added some new FujiFilm AdvancedFilter values (thanks Greybeard)
- Added a new Nikon Z LensID (thanks Warren Hatch)
- Decode a few new Sigma tags
- Decode two more types of timed GPS from MP4 videos
- Decode more Pentax AF tags for some models (thanks Karsten Gieselmann)
- Extract Pages MediaBox from PDF files (github #333)
- Enhanced Validate feature to check some embedded images
- Remove sub-seconds if they exist when writing a PDF date
- Removed a debugging warning left in the -plot update of 13.28
- Changed DNG ProfileIFD RGBTables to Binary-type tag (github #334)
- Internal code improvements in the handling of some trailers
- Patched LNK string parsing for Windows nonconformity (github #332)
- Fixed a few possible "uninitialized value" warnings
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/p5-Image-ExifTool/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/p5-Image-ExifTool/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/p5-Image-ExifTool/Makefile
diff -u pkgsrc/graphics/p5-Image-ExifTool/Makefile:1.83 pkgsrc/graphics/p5-Image-ExifTool/Makefile:1.84
--- pkgsrc/graphics/p5-Image-ExifTool/Makefile:1.83 Fri Jul 4 08:47:14 2025
+++ pkgsrc/graphics/p5-Image-ExifTool/Makefile Sat Sep 13 21:53:30 2025
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.83 2025/07/04 08:47:14 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2025/09/13 21:53:30 wiz Exp $
# Author requests that we package only "production" versions. See
# https://exiftool.org/history.html for NEWS content and which
# versions are blessed. Note that repology gets this wrong.
-DISTNAME= Image-ExifTool-13.30
+DISTNAME= Image-ExifTool-13.35
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MASTER_SITES+= https://exiftool.org/
Index: pkgsrc/graphics/p5-Image-ExifTool/distinfo
diff -u pkgsrc/graphics/p5-Image-ExifTool/distinfo:1.65 pkgsrc/graphics/p5-Image-ExifTool/distinfo:1.66
--- pkgsrc/graphics/p5-Image-ExifTool/distinfo:1.65 Wed Jun 4 20:25:48 2025
+++ pkgsrc/graphics/p5-Image-ExifTool/distinfo Sat Sep 13 21:53:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2025/06/04 20:25:48 wiz Exp $
+$NetBSD: distinfo,v 1.66 2025/09/13 21:53:30 wiz Exp $
-BLAKE2s (Image-ExifTool-13.30.tar.gz) = 546aba1bb83cd5b873263feefb4d50a50311312935563f9ee30d8181eb326a3a
-SHA512 (Image-ExifTool-13.30.tar.gz) = 0fdff2ce6a8a19dfd969c1d0abd2d0e5d07e16bb6371374621d52afc09d370aa56e964145da6827c5b1c9fbfe2368e70385dbe4dca91f31346e0bf860fff7ca3
-Size (Image-ExifTool-13.30.tar.gz) = 7371772 bytes
+BLAKE2s (Image-ExifTool-13.35.tar.gz) = ef6c5df032988dda4ece62af8f8782ff7f9de8dbe45b07cb27aeadfc4a618aa0
+SHA512 (Image-ExifTool-13.35.tar.gz) = 92a1ff952b86eca18878d745136da9e2481d4108828bbaa727d7fe378e01f4ecef05e13ffb44858b1e170dc3fe61f430d3eab624467d6820ebc0e1f950d55a3f
+Size (Image-ExifTool-13.35.tar.gz) = 7602961 bytes
Home |
Main Index |
Thread Index |
Old Index