mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
exiftool: move from media-gfx to media-libs, drop old, add new. (#603)
* Drop 10.13 and 10.14, which were in media-gfx/exiftool. * Add 10.15 and 10.16 in media-libs/exiftool to follow Gentoo. * Switch to ARCHITECTURES="any". * Use "cmd:perl" (in REQUIRES) instead of just "perl".
This commit is contained in:
43
media-libs/exiftool/exiftool-10.15.recipe
Normal file
43
media-libs/exiftool/exiftool-10.15.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
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="http://www.sno.phy.queensu.ca/~phil/exiftool/"
|
||||
COPYRIGHT="2003-2016 Phil Harvey"
|
||||
LICENSE="GNU GPL v1
|
||||
Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e1a94fdd1717e81bad4625e3fc51644b6cc3b6667024d29afe7a9bbe5457e935"
|
||||
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
|
||||
}
|
||||
43
media-libs/exiftool/exiftool-10.16.recipe
Normal file
43
media-libs/exiftool/exiftool-10.16.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
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="http://www.sno.phy.queensu.ca/~phil/exiftool/"
|
||||
COPYRIGHT="2003-2016 Phil Harvey"
|
||||
LICENSE="GNU GPL v1
|
||||
Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d9e8f91c6e9b3a5a1d1274491c5be38272ced7b58f7305ea21fd18f8ef3da596"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user