package/perl-image-exiftool: new package

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Seiderer 2022-12-19 22:33:43 +01:00 committed by Thomas Petazzoni
parent 369ff9a88f
commit 7e4b0d8be5
4 changed files with 29 additions and 0 deletions

View File

@ -839,6 +839,7 @@ menu "Perl libraries/modules"
source "package/perl-http-multipartparser/Config.in"
source "package/perl-http-negotiate/Config.in"
source "package/perl-i18n/Config.in"
source "package/perl-image-exiftool/Config.in"
source "package/perl-io-html/Config.in"
source "package/perl-io-interface/Config.in"
source "package/perl-io-socket-multicast/Config.in"

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PERL_IMAGE_EXIFTOOL
bool "perl-image-exiftool"
help
ExifTool is a customizable set of Perl modules plus a
full-featured command-line application for reading and writing
meta information in a wide variety of image files.
https://metacpan.org/release/Image-ExifTool

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 75dd9d375c1c4798a082dda79eaf6ba7 Image-ExifTool-12.50.tar.gz
sha256 bce841fc5c10302f0f3ef7678c3bf146953a8c065c0ba18c41f734007e2ec0a8 Image-ExifTool-12.50.tar.gz
# computed by scancpan
sha256 63502bb7fd68b3b8265304d88932f70f1be82751cbc37936d1d62956582310fe README

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-image-exiftool
#
################################################################################
PERL_IMAGE_EXIFTOOL_VERSION = 12.50
PERL_IMAGE_EXIFTOOL_SOURCE = Image-ExifTool-$(PERL_IMAGE_EXIFTOOL_VERSION).tar.gz
PERL_IMAGE_EXIFTOOL_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/EX/EXIFTOOL
PERL_IMAGE_EXIFTOOL_LICENSE = Artistic or GPL-1.0+
PERL_IMAGE_EXIFTOOL_LICENSE_FILES = README
PERL_IMAGE_EXIFTOOL_DISTNAME = Image-ExifTool
$(eval $(perl-package))