diff options
author | veego <veego@pkgsrc.org> | 2001-10-14 07:14:24 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2001-10-14 07:14:24 +0000 |
commit | a35abd897b17b9393065715be5e8965374751959 (patch) | |
tree | 2fd9640d6872a8483d35edfe5292ffbb22fc0ce3 /graphics | |
parent | fe5a9c9582d4ceb937fb12b95631de1ffd32bf50 (diff) | |
download | pkgsrc-a35abd897b17b9393065715be5e8965374751959.tar.gz |
Update jhead to 1.4, and change the DIST_SUBDIR from DISTNAME to PKGNAME:
* Fixed saving of thumbnails for big-endian format cameras
* Wen renaming files to date based scheme, avoid changing names of files
with correct name already.
* Added '-de' option to remove exif header
* Added '-ts' option to set exif timestamp absolutely
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jhead/Makefile | 6 | ||||
-rw-r--r-- | graphics/jhead/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 2faa33e59a6..f0b94e5ae5f 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:30 agc Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/14 07:14:24 veego Exp $ # DISTNAME= jhead -PKGNAME= jhead-1.3 +PKGNAME= jhead-1.4 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ EXTRACT_SUFX= .zip @@ -11,7 +11,7 @@ MAINTAINER= veego@netbsd.org HOMEPAGE= http://www.sentex.net/~mwandel/jhead/ COMMENT= Extract EXIF header from JPEG image -DIST_SUBDIR= ${DISTNAME} +DIST_SUBDIR= ${PKGNAME} WRKSRC= ${WRKDIR} LIBS= -lm diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo index f3e75f9996d..3dbe2c4b088 100644 --- a/graphics/jhead/distinfo +++ b/graphics/jhead/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/09/02 15:35:37 veego Exp $ +$NetBSD: distinfo,v 1.2 2001/10/14 07:14:24 veego Exp $ -SHA1 (jhead/jhead.zip) = 6cea04ea736623c5a58b16240f5a08ba5e6c6b33 -Size (jhead/jhead.zip) = 27186 bytes +SHA1 (jhead-1.4/jhead.zip) = 6e54737293fcb15130d0fe79c18266e16bb157db +Size (jhead-1.4/jhead.zip) = 29987 bytes |