diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-22 14:16:23 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-21 22:35:50 -0800 |
commit | 8f83be7d83a500fe506a2ea55d9752ecef4b3c8a (patch) | |
tree | a1116a623318160ec1ae04b6a3e863a68e466976 /meta-oe/recipes-devtools | |
parent | 40dd5bd576a34d50be555790ce9531642f90dec7 (diff) | |
download | meta-openembedded-8f83be7d83a500fe506a2ea55d9752ecef4b3c8a.tar.gz |
exiftool: upgrade 12.69 -> 12.70
Changelog:
===========
- This marks the 20th anniversary of the initial ExifTool release!
- Added ability to read/delete C2PA CAI JUMBF metadata from TIFF-based images
(eg. DNG), QuickTime-based files (eg. MP4) and WebP images, and read JUMBF
from other RIFF-based files (eg. WAV, AVI), GIF images and ID3v2 metadata
- Added read/write support for JPH images
- Added ability to read Leica Q3 maker notes
- Added ability to recognize and write FujiFilm M-RAW RAF images (multiple raw
images in a single file) and the ability to read preview-less RAF images
- Added support for reading a number of obscure Microsoft EXIF tags
- Added a few new Sony lenses and support for the ILCE-9M3
- Added a couple of new Panasonic Leica lenses
- Added a couple of new Canon RF lenses
- Added a number of new CPUType values for ELF executables
- Added some new Olympus CameraType values
- Decode a few more ID3v2.2 tags (github #142)
- Decode a few new Canon G5X Mark II tags
- Decode WB_RGGBLevels for a few more Nikon cameras
- Extract information from FujiFilm M-RAW header
- Improved decoding of a few Nikon Z tags
- Marked misspelt XMP-drone-dji:GPSLongtitude tag to Avoid when writing
- Changed RIFF MaxDataRate conversion to use SI prefixes by default
- Fixed decoding of unknown ColorBalance information for some Nikon models
- Fixed an incorrect Nikon Z LensID
- API Changes:
- Added ByteUnit option
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/perl/exiftool_12.70.bb (renamed from meta-oe/recipes-devtools/perl/exiftool_12.69.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.69.bb b/meta-oe/recipes-devtools/perl/exiftool_12.70.bb index 09b45ada7b..58b5e51397 100644 --- a/meta-oe/recipes-devtools/perl/exiftool_12.69.bb +++ b/meta-oe/recipes-devtools/perl/exiftool_12.70.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 = "d521eba31a3d1753f53ee251cd6879900a0275b5" | 10 | SRCREV = "bec8a1bff8a97ea8f2895e7e5c5e396e0e48d419" |
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" |