diff mbox series

[meta-oe] exiftool: upgrade 12.69 -> 12.70

Message ID 1700633783-7740-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe] exiftool: upgrade 12.69 -> 12.70 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 22, 2023, 6:16 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../perl/{exiftool_12.69.bb => exiftool_12.70.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/perl/{exiftool_12.69.bb => exiftool_12.70.bb} (92%)

Comments

Khem Raj Nov. 24, 2023, midnight UTC | #1
On Wed, 22 Nov 2023 14:16:23 +0800, wangmy@fujitsu.com wrote:
> 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
> 
> [...]

Applied, thanks!

[1/1] exiftool: upgrade 12.69 -> 12.70
      commit: 8f83be7d83a500fe506a2ea55d9752ecef4b3c8a

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.69.bb b/meta-oe/recipes-devtools/perl/exiftool_12.70.bb
similarity index 92%
rename from meta-oe/recipes-devtools/perl/exiftool_12.69.bb
rename to meta-oe/recipes-devtools/perl/exiftool_12.70.bb
index 09b45ada7..58b5e5139 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
 
 inherit cpan
 
-SRCREV = "d521eba31a3d1753f53ee251cd6879900a0275b5"
+SRCREV = "bec8a1bff8a97ea8f2895e7e5c5e396e0e48d419"
 SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"