From 363d98c80bb3579432d1019516224aafa681ac44 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Dec 2025 17:29:27 +0800 Subject: exiftool: upgrade 13.44 -> 13.45 Changelog: =========== - Added a number of new values for some Sony tags - Added a few new button functions for the Nikon Z9 - Added some Nikon subject detection values - Added a new Canon SubjectSwitching value - Decode Ricoh APP7 maker notes - Patched to allow a specific PreviewImage to be written to a DNG file containing multiple previews - Fixed minor error when writing some DJI DNG files - Fixed bug reading large Protobuf integers on 32-bit systems - API Changes: - Added SystemTimeRes option Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/perl/exiftool_13.44.bb | 28 ------------------------- meta-oe/recipes-devtools/perl/exiftool_13.45.bb | 28 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/exiftool_13.44.bb create mode 100644 meta-oe/recipes-devtools/perl/exiftool_13.45.bb diff --git a/meta-oe/recipes-devtools/perl/exiftool_13.44.bb b/meta-oe/recipes-devtools/perl/exiftool_13.44.bb deleted file mode 100644 index 8b5a0319cd..0000000000 --- a/meta-oe/recipes-devtools/perl/exiftool_13.44.bb +++ /dev/null @@ -1,28 +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 = "aa4baf5c71d92e5dc9a077ee24fcc4fd478936c1" -SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master;tag=${PV}" - -RDEPENDS:${PN} = " \ - perl \ - perl-module-list-util \ - perl-module-overload \ - perl-module-file-glob \ - perl-module-scalar-util \ - perl-module-compress-zlib \ -" - -do_install:append() { - # Remove reference to TMPDIR [buildpaths] - sed -i -e 's,${TMPDIR},,g' ${D}${bindir}/exiftool - - # Fix shebang and QA Issue [file-rdeps] to use target /usr/bin/env - sed -i -e '1s|^#!.*env perl|#!/usr/bin/env perl|' ${D}${bindir}/exiftool -} diff --git a/meta-oe/recipes-devtools/perl/exiftool_13.45.bb b/meta-oe/recipes-devtools/perl/exiftool_13.45.bb new file mode 100644 index 0000000000..9feaeb10b1 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/exiftool_13.45.bb @@ -0,0 +1,28 @@ +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 = "6219b531484ad790d7fcfa5732d5a9f42ff9e5b7" +SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master;tag=${PV}" + +RDEPENDS:${PN} = " \ + perl \ + perl-module-list-util \ + perl-module-overload \ + perl-module-file-glob \ + perl-module-scalar-util \ + perl-module-compress-zlib \ +" + +do_install:append() { + # Remove reference to TMPDIR [buildpaths] + sed -i -e 's,${TMPDIR},,g' ${D}${bindir}/exiftool + + # Fix shebang and QA Issue [file-rdeps] to use target /usr/bin/env + sed -i -e '1s|^#!.*env perl|#!/usr/bin/env perl|' ${D}${bindir}/exiftool +} -- cgit v1.2.3-54-g00ecf