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