pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/jhead update to 2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ceaa7b7a7a14
branches:  trunk
changeset: 488524:ceaa7b7a7a14
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Feb 02 21:31:24 2005 +0000

description:
update to 2.3
changes:
added -cl (insert comment literal) option
Added -norot (zero out rotation tag) option
Added handling of explicit 35mm equivalent tag
Added ability to do sequencial renaming
and fixes

diffstat:

 graphics/jhead/Makefile |  7 ++++---
 graphics/jhead/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r a2c080a775bb -r ceaa7b7a7a14 graphics/jhead/Makefile
--- a/graphics/jhead/Makefile   Wed Feb 02 21:22:10 2005 +0000
+++ b/graphics/jhead/Makefile   Wed Feb 02 21:31:24 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/07/28 16:00:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.15 2005/02/02 21:31:24 drochner Exp $
 #
 
-DISTNAME=      jhead-2.0
+DISTNAME=      jhead-2.3
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.sentex.net/~mwandel/jhead/
 
@@ -16,7 +16,8 @@
 INSTALLATION_DIRS=     bin man/man1 share/doc/html/jhead
 
 do-build:
-       cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c -lm
+       cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead \
+               jhead.c exif.c jpgfile.c makernote.c -lm
        ${GZIP_CMD} -d ${WRKSRC}/jhead.1.gz
 
 do-install:
diff -r a2c080a775bb -r ceaa7b7a7a14 graphics/jhead/distinfo
--- a/graphics/jhead/distinfo   Wed Feb 02 21:22:10 2005 +0000
+++ b/graphics/jhead/distinfo   Wed Feb 02 21:31:24 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/04/23 06:01:29 wiz Exp $
+$NetBSD: distinfo,v 1.8 2005/02/02 21:31:24 drochner Exp $
 
-SHA1 (jhead-2.0.tar.gz) = 6e2ced3b0046e75aba7e18969a4d2841b31991aa
-Size (jhead-2.0.tar.gz) = 43940 bytes
+SHA1 (jhead-2.3.tar.gz) = 37e09315499b66777e5b2b8918e78ff4ca51258d
+Size (jhead-2.3.tar.gz) = 49176 bytes



Home | Main Index | Thread Index | Old Index