diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:55:38 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:18:50 -0700 |
commit | e56dc5cefbbbf211d9d2c4b5849b414dbaad123d (patch) | |
tree | 63cd7a6cbd87c76463abd28009a5e5c88dc2dbf2 | |
parent | 7abdc12f564a6b621bbbaf5506b9b69e32f093e4 (diff) | |
download | meta-openembedded-e56dc5cefbbbf211d9d2c4b5849b414dbaad123d.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-devtools/perl/exiftool_12.87.bb (renamed from meta-oe/recipes-devtools/perl/exiftool_12.85.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.85.bb b/meta-oe/recipes-devtools/perl/exiftool_12.87.bb index 66e9a3b719..1f9bf77590 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 | |||
7 | 7 | ||
8 | inherit cpan | 8 | inherit cpan |
9 | 9 | ||
10 | SRCREV = "405674e0c477931b60b10a78828483ef54761385" | 10 | SRCREV = "30e6ca0b462591262c6ac39f0261e6528262b142" |
11 | SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |