From 374b784b220b4f60dfbbb176aa58cec2a2b6eef2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 20 Nov 2025 11:24:54 +0200 Subject: exiftool: Upgrade 12.89 -> 13.42 Upgrade to release 13.42: - Added warning if tag arguments come before -csv= or -json= in a command - Added a new CanonModelID and RFLensType (thanks Norbert Wasser) - Added ability to read XML as a block from Sony MP4 videos - Added "EOS" to the R5 Mark II CanonModelID string - Decode ReEditData in Samsung trailer - Decode a couple more Sony rtmd tags from MP4 videos - Tolerate some types of trailer corruption as caused by Samsung Gallery - Restrict decoding of MetaImageSize to HEIC files only - Fixed issue writing Keys tags to Sony PMW-EX1R videos - Fixed behaviour of CSV/JSON import when specifying tags to import into an existing list, or when importing ValueConv values (ie. "TAG#"), or when specifying a group name of "All" This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/perl/exiftool_12.89.bb | 21 ------------------- meta-oe/recipes-devtools/perl/exiftool_13.42.bb | 28 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/exiftool_12.89.bb create mode 100644 meta-oe/recipes-devtools/perl/exiftool_13.42.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.89.bb b/meta-oe/recipes-devtools/perl/exiftool_12.89.bb deleted file mode 100644 index 69a4f79815..0000000000 --- a/meta-oe/recipes-devtools/perl/exiftool_12.89.bb +++ /dev/null @@ -1,21 +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 = "e04534a40925354187e8432d44248229d774f34a" -SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" - - -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_13.42.bb b/meta-oe/recipes-devtools/perl/exiftool_13.42.bb new file mode 100644 index 0000000000..5d97cf5838 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/exiftool_13.42.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 = "a162a723be10dac03b3037f7cc64c1f9c480448e" +SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" + +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