From f6c4e57710d48848184ea14d873b163bf9b57248 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Tue, 23 Apr 2019 19:34:48 +0200 Subject: [PATCH] ExifTool: bump (#3767) --- media-libs/exiftool/exiftool-11.11.recipe | 60 ------------------- ...ool-11.18.recipe => exiftool-11.37.recipe} | 4 +- 2 files changed, 2 insertions(+), 62 deletions(-) delete mode 100644 media-libs/exiftool/exiftool-11.11.recipe rename media-libs/exiftool/{exiftool-11.18.recipe => exiftool-11.37.recipe} (91%) diff --git a/media-libs/exiftool/exiftool-11.11.recipe b/media-libs/exiftool/exiftool-11.11.recipe deleted file mode 100644 index 7354a55e2..000000000 --- a/media-libs/exiftool/exiftool-11.11.recipe +++ /dev/null @@ -1,60 +0,0 @@ -SUMMARY="A Perl library and a command-line tool for editing image metdata" -DESCRIPTION="ExifTool is both a Perl library and a command-line script that \ -enables editing of the metadata of a large variety of files. This includes all \ -major image formats which support metadata as well as the vendor-specific \ -metadata of numerous digital cameras." -HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/" -COPYRIGHT="2003-2018 Phil Harvey" -LICENSE="GNU GPL v1 - Artistic" -REVISION="2" -SOURCE_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$portVersion.tar.gz" -CHECKSUM_SHA256="e64eee75cdbc0944ea598bade44a2c100e7c940ce7d163cbbd087d2bd00cefeb" -SOURCE_DIR="Image-ExifTool-$portVersion" - -ARCHITECTURES="any" - -PROVIDES=" - exiftool = $portVersion - cmd:exiftool = $portVersion - " -REQUIRES=" - haiku - cmd:perl >= 5.0.0 - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - cmd:make - cmd:perl - " - -BUILD() -{ - perl Makefile.PL PREFIX=$prefix - make -} - -INSTALL() -{ - make install - - cd "$libDir"/perl5 - # delete 5.x.y/`uname -m`-haiku/perllocal.pod - perllocal=*/*-haiku/perllocal.pod - rm $perllocal - rmdir -p `dirname $perllocal` - - cd vendor_perl/5.* - # delete `uname -m`-haiku/auto/auto/Image/ExifTool/.packlist - packlist=*-haiku/auto/Image/ExifTool/.packlist - rm $packlist - rmdir -p `dirname $packlist` -} - -TEST() -{ - make test -} diff --git a/media-libs/exiftool/exiftool-11.18.recipe b/media-libs/exiftool/exiftool-11.37.recipe similarity index 91% rename from media-libs/exiftool/exiftool-11.18.recipe rename to media-libs/exiftool/exiftool-11.37.recipe index 3224fc6ea..c4ca4b23a 100644 --- a/media-libs/exiftool/exiftool-11.18.recipe +++ b/media-libs/exiftool/exiftool-11.37.recipe @@ -4,12 +4,12 @@ enables editing of the metadata of a large variety of files. This includes all \ major image formats which support metadata as well as the vendor-specific \ metadata of numerous digital cameras." HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/" -COPYRIGHT="2003-2018 Phil Harvey" +COPYRIGHT="2003-2019 Phil Harvey" LICENSE="GNU GPL v1 Artistic" REVISION="1" SOURCE_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$portVersion.tar.gz" -CHECKSUM_SHA256="16cfbca764f089f95127444602f5e3182903744e42253f67ab3edd3842db97d5" +CHECKSUM_SHA256="e8cea0dfe2604b89285b3e4a4e627144e07e2e6eb2601cd7e7196dc45fe12eee" SOURCE_DIR="Image-ExifTool-$portVersion" ARCHITECTURES="any"