libraries/exiftool: Updated for version 8.00
This commit is contained in:
parent
defee416e2
commit
71cdd47705
|
@ -5,7 +5,7 @@
|
|||
# This script is dedicated to the public domain
|
||||
|
||||
PRGNAM=exiftool
|
||||
VERSION=7.67
|
||||
VERSION=8.00
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -56,4 +56,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="exiftool"
|
||||
VERSION="7.67"
|
||||
VERSION="8.00"
|
||||
HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/"
|
||||
DOWNLOAD="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-7.67.tar.gz"
|
||||
MD5SUM="4b60741cd725683eb11ae0866e5941e5"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/Image-ExifTool-8.00.tar.gz"
|
||||
MD5SUM="525f52712c2ab21c467ade83ceb567b8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Spencer"
|
||||
EMAIL="nobbutl@yahoo.co.uk"
|
||||
APPROVED="chess,rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
exiftool: exiftool (read, write, and edit EXIF and other meta information)
|
||||
exiftool:
|
||||
exiftool: ExifTool is a platform-independent Perl library (Image::ExifTool)
|
||||
|
@ -14,6 +14,6 @@ exiftool: and editing meta information in image, audio, and video files.
|
|||
exiftool: ExifTool supports many different types of metadata including EXIF,
|
||||
exiftool: GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, AFCP,
|
||||
exiftool: FlashPix, AFCP, and ID3, and maker notes of many digital cameras.
|
||||
exiftool:
|
||||
exiftool:
|
||||
exiftool: Homepage: http://www.sno.phy.queensu.ca/~phil/exiftool/
|
||||
exiftool:
|
||||
exiftool:
|
||||
|
|
Loading…
Reference in New Issue