diff mbox series

[meta-oe] exiftool: upgrade 12.71 -> 12.72

Message ID 1704176882-7543-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe] exiftool: upgrade 12.71 -> 12.72 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 2, 2024, 6:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Added read support for AAC audio files
- Added a new QuickTime Keys Android tag
- Added a number of new values for some Ricoh GR III tags
- Decode timed metadata from Intsa360 Ace Pro MP4 videos
- Decode GPSDateTime milliseconds in timed Insta360 metadata
- Decode timed metadata from INNOV K5 TS videos
- Decode a number of new GoPro timed-metadata tags
- Decode a few new Xiaomi EXIF tags
- Fixed writing of JPG/ARW images from some newer Sony models to preserve
  HiddenData

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

Comments

Khem Raj Jan. 8, 2024, 2:46 a.m. UTC | #1
On Tue, 02 Jan 2024 14:28:02 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ===========
> - Added read support for AAC audio files
> - Added a new QuickTime Keys Android tag
> - Added a number of new values for some Ricoh GR III tags
> - Decode timed metadata from Intsa360 Ace Pro MP4 videos
> - Decode GPSDateTime milliseconds in timed Insta360 metadata
> - Decode timed metadata from INNOV K5 TS videos
> - Decode a number of new GoPro timed-metadata tags
> - Decode a few new Xiaomi EXIF tags
> - Fixed writing of JPG/ARW images from some newer Sony models to preserve
>   HiddenData
> 
> [...]

Applied, thanks!

[1/1] exiftool: upgrade 12.71 -> 12.72
      commit: ff674dc99211c927fa4d4ee352ec21deeef3158d

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.71.bb b/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
similarity index 92%
rename from meta-oe/recipes-devtools/perl/exiftool_12.71.bb
rename to meta-oe/recipes-devtools/perl/exiftool_12.72.bb
index 7d8d6b69f..ba3e3fdf7 100644
--- a/meta-oe/recipes-devtools/perl/exiftool_12.71.bb
+++ b/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ff
 
 inherit cpan
 
-SRCREV = "7cefbaaa9057231b6e9b5765934f06e75994420d"
+SRCREV = "fc4f6614ff0c19bb5f332a9c464dcef7267931df"
 SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"