From 327a0f0e613e7df6906a14b9cc85ee15820726d6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Dec 2023 14:56:14 +0800 Subject: exiftool: upgrade 12.70 -> 12.71 Changelog: ============ - Added a warning if there was an error reading an alternate file with the -fileNUM option - Added the ability to write QuickTime Keys:Encoder - Added a few new Canon LensType values - Added a new, obscure EXIF tag - Decode real-time metadata from Ricoh Theta videos - Decode SpecularWhiteLevel for more Canon models (github #232) - Decode Canon DualPixelRaw tag - Decode a few new Nikon tags - Decode more FujiFilm M-RAW tags - Improved generation of tag names for some JSON tag ID's containing colons - Fixed "Undefined subroutine" error when writing makernotes as a block - Fixed missing ID in family 7 group name for ID3 tags which are not valid for the specified ID3 version - Fixed bug where some tags from alternate files (with the -fileNUM option) could show up as "not defined" when used in expressions even though they did exist - API Changes: - Added NoMandatory option Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/perl/exiftool_12.70.bb | 22 ---------------------- meta-oe/recipes-devtools/perl/exiftool_12.71.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/exiftool_12.70.bb create mode 100644 meta-oe/recipes-devtools/perl/exiftool_12.71.bb diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.70.bb b/meta-oe/recipes-devtools/perl/exiftool_12.70.bb deleted file mode 100644 index 58b5e51397..0000000000 --- a/meta-oe/recipes-devtools/perl/exiftool_12.70.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 = "bec8a1bff8a97ea8f2895e7e5c5e396e0e48d419" -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.71.bb b/meta-oe/recipes-devtools/perl/exiftool_12.71.bb new file mode 100644 index 0000000000..7d8d6b69f7 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/exiftool_12.71.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 = "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 \ +" -- cgit v1.2.3-54-g00ecf