diff mbox series

[meta-oe,05/57] exiftool: upgrade 12.85 -> 12.87

Message ID 1719305790-11484-5-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/57] cryptsetup: upgrade 2.7.2 -> 2.7.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 25, 2024, 8:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Added ability to write Google Container XMP tags (using the namespace prefix
  'GContainer' to avoid conflict with the Google Device Container prefix)
- Decode a few new tags for the Canon EOS R5
- Decode battery information for the Pentax K-3 III
- Decode RAFCompression from FujiFilm RAF images
- Avoid reporting FileSize of 0 for pipes
- Updated Geolocation databases from current geonames.org files
- Skip over Matroska Cluster if necessary to read Tags if referenced in
  SeekHead
- Changed conversion for Matroska SeekID (now in hex with tag name in
  brackets) and SeekPosition (now returns an absolute offset)
- Fixed problem writing XMP-Device:EarthPos coordinates
- Fixed typo in a value of Canon:DigitalLensOptimizer
- Fixed decoding of Matroska VideoScanType
- Fixed misleading error message when -o option was used to write to an
  unsupported file type
- Added a new value for a couple of Olympus tags
- Improved handling of ID3 user-defined tags
- Decode all JPEG segments from RICO box in Ricoh MOV videos
- Decode a few new values for some tags written by Canon EOS R cameras
- Patched some Olympus WB_RBLevels tags to allow 4 values to be written as per
  some newer models
- Fixed issue when writing IPTC date tags with a date/time value containing
  subseconds with 4 or more digits

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

Patch

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