meta-openembedded/meta-oe/recipes-devtools/perl/exiftool_12.89.bb
Wang Mingyu 10a8d80cc7
exiftool: upgrade 12.87 -> 12.89
Changelog:
===========
- Added new Sony lenses and updated decoding of some tags
- Minor change to description of NKA files
- Fixed Archive::Zip problem in Windows executable version

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-15 16:36:11 -07:00

23 lines
729 B
BlitzBasic

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"
S = "${WORKDIR}/git"
RDEPENDS:${PN} = " \
perl \
perl-module-list-util \
perl-module-overload \
perl-module-file-glob \
perl-module-scalar-util \
perl-module-compress-zlib \
"