summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-02 14:28:02 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-02 00:35:51 -0800
commitff674dc99211c927fa4d4ee352ec21deeef3158d (patch)
tree12513a35e9b80ee692921597aa674a11cf3762c0 /meta-oe/recipes-devtools/perl/exiftool_12.72.bb
parentbcf04e4948c0679555bbdd727f29a804d4a165be (diff)
downloadmeta-openembedded-ff674dc99211c927fa4d4ee352ec21deeef3158d.tar.gz
exiftool: upgrade 12.71 -> 12.72
Changelog: =========== - Added read support for AAC audio files - Added a new QuickTime Keys Android tag - Added a number of new values for some Ricoh GR III tags - Decode timed metadata from Intsa360 Ace Pro MP4 videos - Decode GPSDateTime milliseconds in timed Insta360 metadata - Decode timed metadata from INNOV K5 TS videos - Decode a number of new GoPro timed-metadata tags - Decode a few new Xiaomi EXIF tags - Fixed writing of JPG/ARW images from some newer Sony models to preserve HiddenData Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/perl/exiftool_12.72.bb')
-rw-r--r--meta-oe/recipes-devtools/perl/exiftool_12.72.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.72.bb b/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
new file mode 100644
index 000000000..ba3e3fdf7
--- /dev/null
+++ b/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Exiftool"
2DESCRIPTION = "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."
3HOMEPAGE = "https://exiftool.org/"
4SECTION = "libs"
5LICENSE = "GPL-3.0-only"
6LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ffefffc98dab025cb49489bd4d88ee10"
7
8inherit cpan
9
10SRCREV = "fc4f6614ff0c19bb5f332a9c464dcef7267931df"
11SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master"
12
13S = "${WORKDIR}/git"
14
15RDEPENDS:${PN} = " \
16 perl \
17 perl-module-list-util \
18 perl-module-overload \
19 perl-module-file-glob \
20 perl-module-scalar-util \
21 perl-module-compress-zlib \
22"