mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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>
This commit is contained in:
parent
5ce1a7de82
commit
374b784b22
|
|
@ -7,10 +7,9 @@ LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ff
|
|||
|
||||
inherit cpan
|
||||
|
||||
SRCREV = "e04534a40925354187e8432d44248229d774f34a"
|
||||
SRCREV = "a162a723be10dac03b3037f7cc64c1f9c480448e"
|
||||
SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master"
|
||||
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
perl \
|
||||
perl-module-list-util \
|
||||
|
|
@ -19,3 +18,11 @@ RDEPENDS:${PN} = " \
|
|||
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
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user