diff options
author | veego <veego@pkgsrc.org> | 2005-06-19 11:35:25 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2005-06-19 11:35:25 +0000 |
commit | 1f34512dbfb6a0a1287938bde99d0907f9c6aa5f (patch) | |
tree | bdd3755cc705a2d8f2c3405464c5b5f20a966132 /graphics/jhead/Makefile | |
parent | a5101155b8fe0e0f2e871bf0ad02dda9ba41b298 (diff) | |
download | pkgsrc-1f34512dbfb6a0a1287938bde99d0907f9c6aa5f.tar.gz |
Update to 2.4.
NetBSD changes:
- Use the 'makefile' from the program to build it.
- Updated DESCR
- Should fix PR pkg/29798 by updating to 2.4 (test image is no longer available)
Changes from previous version:
Jan 14 2005
Display GPS info if included in image
Feb 27 2004
Fix some time reference confusion bugs relating to -ta option
May 29 2005
Added -da option for easier adjusting of date/time by large amounts.
-------Released version 2.4 -- May 2005 ----------
Jun 06 2005
Fix -da option
-------Released version 2.4-1 -- Jun 09 2005 --------
Jun 10 2005
Removed some debug printf I accidentally left in!
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r-- | graphics/jhead/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 5fadad7902f..4b046355c7c 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2005/05/15 22:02:27 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/19 11:35:25 veego Exp $ # -DISTNAME= jhead-2.3 +DISTNAME= jhead-2.4 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ @@ -12,11 +12,11 @@ COMMENT= Extract EXIF header from JPEG image PKG_INSTALLATION_TYPES= overwrite pkgviews PKGSRC_USE_TOOLS+= gunzip +MAKEFILE= makefile + INSTALLATION_DIRS= bin man/man1 share/doc/html/jhead -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead \ - jhead.c exif.c jpgfile.c makernote.c -lm +post-extract: ${GUNZIP_CMD} ${WRKSRC}/jhead.1.gz do-install: |