From 8f83be7d83a500fe506a2ea55d9752ecef4b3c8a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Nov 2023 14:16:23 +0800 Subject: exiftool: upgrade 12.69 -> 12.70 Changelog: =========== - This marks the 20th anniversary of the initial ExifTool release! - Added ability to read/delete C2PA CAI JUMBF metadata from TIFF-based images (eg. DNG), QuickTime-based files (eg. MP4) and WebP images, and read JUMBF from other RIFF-based files (eg. WAV, AVI), GIF images and ID3v2 metadata - Added read/write support for JPH images - Added ability to read Leica Q3 maker notes - Added ability to recognize and write FujiFilm M-RAW RAF images (multiple raw images in a single file) and the ability to read preview-less RAF images - Added support for reading a number of obscure Microsoft EXIF tags - Added a few new Sony lenses and support for the ILCE-9M3 - Added a couple of new Panasonic Leica lenses - Added a couple of new Canon RF lenses - Added a number of new CPUType values for ELF executables - Added some new Olympus CameraType values - Decode a few more ID3v2.2 tags (github #142) - Decode a few new Canon G5X Mark II tags - Decode WB_RGGBLevels for a few more Nikon cameras - Extract information from FujiFilm M-RAW header - Improved decoding of a few Nikon Z tags - Marked misspelt XMP-drone-dji:GPSLongtitude tag to Avoid when writing - Changed RIFF MaxDataRate conversion to use SI prefixes by default - Fixed decoding of unknown ColorBalance information for some Nikon models - Fixed an incorrect Nikon Z LensID - API Changes: - Added ByteUnit option Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/perl/exiftool_12.69.bb | 22 ---------------------- meta-oe/recipes-devtools/perl/exiftool_12.70.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/exiftool_12.69.bb create mode 100644 meta-oe/recipes-devtools/perl/exiftool_12.70.bb diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.69.bb b/meta-oe/recipes-devtools/perl/exiftool_12.69.bb deleted file mode 100644 index 09b45ada7b..0000000000 --- a/meta-oe/recipes-devtools/perl/exiftool_12.69.bb +++ /dev/null @@ -1,22 +0,0 @@ -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 = "d521eba31a3d1753f53ee251cd6879900a0275b5" -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 \ -" diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.70.bb b/meta-oe/recipes-devtools/perl/exiftool_12.70.bb new file mode 100644 index 0000000000..58b5e51397 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/exiftool_12.70.bb @@ -0,0 +1,22 @@ +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 = "bec8a1bff8a97ea8f2895e7e5c5e396e0e48d419" +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 \ +" -- cgit v1.2.3-54-g00ecf