diff mbox series

[meta-oe,09/36] exiftool: upgrade 12.72 -> 12.85

Message ID 1717664795-13902-9-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/36] atkmm-2.36: upgrade 2.36.2 -> 2.36.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 6, 2024, 9:06 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Added GeolocationFeatureType tag
- Added read support for Nikon NKA and NXD adjustment files
- Added a new Apple:ImageCaptureType value, and changed another one
- Decode a few new Pentax tags
- Decode a few new Canon tags
- Decode some Ricoh Exif metadata from MOV videos
- Extract ID3 UserDefinedText and UserDefinedURL tags by name
- Make $advFmtSelf available for user-defined helper functions
- Documented API GeoDir pseudo option feature
- Tolerate pad byte at end of HIF file when writing
- Raised priority of FileName, BaseName, Directory and FileType tags so they
  don't get hidden by other tags in the file which may have these names
- Changed decoding of QuickTime Rotation (irot) to correspond with
  EXIF:Orientation (previously this was oddly reported as degrees of
  counterclockwise rotation)
- Fixed a typo in the print conversion value for a couple of DPX tags
- Fixed problem writing some QuickTime tags with very large (> 16 MB) values
- Fixed bug in build_geolocation utility that resulted in incorrect population
  numbers when run under ActivePerl

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../perl/{exiftool_12.72.bb => exiftool_12.85.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/perl/{exiftool_12.72.bb => exiftool_12.85.bb} (92%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.72.bb b/meta-oe/recipes-devtools/perl/exiftool_12.85.bb
similarity index 92%
rename from meta-oe/recipes-devtools/perl/exiftool_12.72.bb
rename to meta-oe/recipes-devtools/perl/exiftool_12.85.bb
index ba3e3fdf7..66e9a3b71 100644
--- a/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
+++ b/meta-oe/recipes-devtools/perl/exiftool_12.85.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ff
 
 inherit cpan
 
-SRCREV = "fc4f6614ff0c19bb5f332a9c464dcef7267931df"
+SRCREV = "405674e0c477931b60b10a78828483ef54761385"
 SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"