From ff674dc99211c927fa4d4ee352ec21deeef3158d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jan 2024 14:28:02 +0800 Subject: exiftool: upgrade 12.71 -> 12.72 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 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/perl/exiftool_12.71.bb | 22 ---------------------- meta-oe/recipes-devtools/perl/exiftool_12.72.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/exiftool_12.71.bb create mode 100644 meta-oe/recipes-devtools/perl/exiftool_12.72.bb diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.71.bb b/meta-oe/recipes-devtools/perl/exiftool_12.71.bb deleted file mode 100644 index 7d8d6b69f7..0000000000 --- a/meta-oe/recipes-devtools/perl/exiftool_12.71.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Exiftool" -DESCRIPTION = "ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files." -HOMEPAGE = "https://exiftool.org/" -SECTION = "libs" -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ffefffc98dab025cb49489bd4d88ee10" - -inherit cpan - -SRCREV = "7cefbaaa9057231b6e9b5765934f06e75994420d" -SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" - -S = "${WORKDIR}/git" - -RDEPENDS:${PN} = " \ - perl \ - perl-module-list-util \ - perl-module-overload \ - perl-module-file-glob \ - perl-module-scalar-util \ - perl-module-compress-zlib \ -" diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.72.bb b/meta-oe/recipes-devtools/perl/exiftool_12.72.bb new file mode 100644 index 0000000000..ba3e3fdf7e --- /dev/null +++ b/meta-oe/recipes-devtools/perl/exiftool_12.72.bb @@ -0,0 +1,22 @@ +SUMMARY = "Exiftool" +DESCRIPTION = "ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files." +HOMEPAGE = "https://exiftool.org/" +SECTION = "libs" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ffefffc98dab025cb49489bd4d88ee10" + +inherit cpan + +SRCREV = "fc4f6614ff0c19bb5f332a9c464dcef7267931df" +SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" + +S = "${WORKDIR}/git" + +RDEPENDS:${PN} = " \ + perl \ + perl-module-list-util \ + perl-module-overload \ + perl-module-file-glob \ + perl-module-scalar-util \ + perl-module-compress-zlib \ +" -- cgit v1.2.3-54-g00ecf