summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-06 17:06:08 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-07 09:11:56 -0700
commitc895c82a15c2b366fe6267ef04b7396d1636b61f (patch)
treef3941c410e46f5333aab75f5ed4cda5812be8173 /meta-oe/recipes-devtools/perl/exiftool_12.72.bb
parenteb6d56d777716a8a35505dbd691e07022bde44c3 (diff)
downloadmeta-openembedded-c895c82a15c2b366fe6267ef04b7396d1636b61f.tar.gz
exiftool: upgrade 12.72 -> 12.85
Changelog: ============ - Added GeolocationFeatureType tag - Added read support for Nikon NKA and NXD adjustment files - Added a new Apple:ImageCaptureType value, and changed another one - Decode a few new Pentax tags - Decode a few new Canon tags - Decode some Ricoh Exif metadata from MOV videos - Extract ID3 UserDefinedText and UserDefinedURL tags by name - Make $advFmtSelf available for user-defined helper functions - Documented API GeoDir pseudo option feature - Tolerate pad byte at end of HIF file when writing - Raised priority of FileName, BaseName, Directory and FileType tags so they don't get hidden by other tags in the file which may have these names - Changed decoding of QuickTime Rotation (irot) to correspond with EXIF:Orientation (previously this was oddly reported as degrees of counterclockwise rotation) - Fixed a typo in the print conversion value for a couple of DPX tags - Fixed problem writing some QuickTime tags with very large (> 16 MB) values - Fixed bug in build_geolocation utility that resulted in incorrect population numbers when run under ActivePerl 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, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.72.bb b/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
deleted file mode 100644
index ba3e3fdf7..000000000
--- a/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
+++ /dev/null
@@ -1,22 +0,0 @@
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"