exiftool: upgrade 12.85 -> 12.87

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-06-25 16:55:38 +08:00 committed by Khem Raj
parent 7abdc12f56
commit e56dc5cefb
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"