diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-11-20 11:24:54 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-20 02:01:30 -0800 |
| commit | 374b784b220b4f60dfbbb176aa58cec2a2b6eef2 (patch) | |
| tree | 96476236bb955eb5934bbd71e675858a998cde22 | |
| parent | 5ce1a7de82873a93c86574be06209d7452ee70c6 (diff) | |
| download | meta-openembedded-374b784b220b4f60dfbbb176aa58cec2a2b6eef2.tar.gz | |
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/perl/exiftool_13.42.bb (renamed from meta-oe/recipes-devtools/perl/exiftool_12.89.bb) | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.89.bb b/meta-oe/recipes-devtools/perl/exiftool_13.42.bb index 69a4f79815..5d97cf5838 100644 --- a/meta-oe/recipes-devtools/perl/exiftool_12.89.bb +++ b/meta-oe/recipes-devtools/perl/exiftool_13.42.bb | |||
| @@ -7,10 +7,9 @@ LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ff | |||
| 7 | 7 | ||
| 8 | inherit cpan | 8 | inherit cpan |
| 9 | 9 | ||
| 10 | SRCREV = "e04534a40925354187e8432d44248229d774f34a" | 10 | SRCREV = "a162a723be10dac03b3037f7cc64c1f9c480448e" |
| 11 | SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" |
| 12 | 12 | ||
| 13 | |||
| 14 | RDEPENDS:${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
| 15 | perl \ | 14 | perl \ |
| 16 | perl-module-list-util \ | 15 | perl-module-list-util \ |
| @@ -19,3 +18,11 @@ RDEPENDS:${PN} = " \ | |||
| 19 | perl-module-scalar-util \ | 18 | perl-module-scalar-util \ |
| 20 | perl-module-compress-zlib \ | 19 | perl-module-compress-zlib \ |
| 21 | " | 20 | " |
| 21 | |||
| 22 | do_install:append() { | ||
| 23 | # Remove reference to TMPDIR [buildpaths] | ||
| 24 | sed -i -e 's,${TMPDIR},,g' ${D}${bindir}/exiftool | ||
| 25 | |||
| 26 | # Fix shebang and QA Issue [file-rdeps] to use target /usr/bin/env | ||
| 27 | sed -i -e '1s|^#!.*env perl|#!/usr/bin/env perl|' ${D}${bindir}/exiftool | ||
| 28 | } | ||
