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.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc7e9c646243
branches:  trunk
changeset: 495741:cc7e9c646243
user:      veego <veego%pkgsrc.org@localhost>
date:      Sun Jun 19 11:35:25 2005 +0000

description:
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:

 graphics/jhead/DESCR    |  37 ++++++++++++++++++++++---------------
 graphics/jhead/Makefile |  10 +++++-----
 graphics/jhead/distinfo |   8 ++++----
 3 files changed, 31 insertions(+), 24 deletions(-)

diffs (82 lines):

diff -r 254999505d08 -r cc7e9c646243 graphics/jhead/DESCR
--- a/graphics/jhead/DESCR      Sun Jun 19 11:34:45 2005 +0000
+++ b/graphics/jhead/DESCR      Sun Jun 19 11:35:25 2005 +0000
@@ -1,15 +1,22 @@
-Program for extracting Digicam setting information from Exif Jpeg headers
-used by most Digital Cameras.
-Things the 'jhead' program can extract from an Exif file:
- - Integral low-res Exif thumbnail
- - Shutter speed
- - Camera F-stop number
- - Flash used (yes/no)
- - Focus distance (some digital cameras store this element - very
-   interesting)
- - Focal length (most zoom cameras store their zoomed-to focal length)
- - Equivalent 35mm focal length (Calculated from focal length, CCD size,
-   and CCD resolution)
- - Image resolution
- - Time and date picture was taken
- - Camera make and model
+Program for display and manipulate data contained in the Exif header of
+JPEG images from digital cameras.
+
+Things jhead can extract from an Exif jpeg file
+- Integral low-res Exif thumbnail
+- Shutter speed
+- Camera F-stop number
+- Flash used (yes/no)
+- Distance camera was focused at
+- Focal length and calculate 35 mm equivalent focal length
+- Image resolution
+- Time and date picture was taken
+- Camera make and model
+- GPS info, if stored in image
+
+Things jhead can modify in an exif jpeg file
+- Up-right images according to rotation tag using jpegtran
+- Set or relative adjust internal exif timestamps
+- Re-name or date stamp fils according to exif timestamp
+- Transfer exif headers between images
+- Edit jpeg comments
+- Delete exif or comment sections from jpeg images
diff -r 254999505d08 -r cc7e9c646243 graphics/jhead/Makefile
--- a/graphics/jhead/Makefile   Sun Jun 19 11:34:45 2005 +0000
+++ b/graphics/jhead/Makefile   Sun Jun 19 11:35:25 2005 +0000
@@ -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 @@
 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:
diff -r 254999505d08 -r cc7e9c646243 graphics/jhead/distinfo
--- a/graphics/jhead/distinfo   Sun Jun 19 11:34:45 2005 +0000
+++ b/graphics/jhead/distinfo   Sun Jun 19 11:35:25 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/02/24 08:45:08 agc Exp $
+$NetBSD: distinfo,v 1.10 2005/06/19 11:35:25 veego Exp $
 
-SHA1 (jhead-2.3.tar.gz) = 37e09315499b66777e5b2b8918e78ff4ca51258d
-RMD160 (jhead-2.3.tar.gz) = b0898bbaaff0196fdc206c95822851b6ed391b14
-Size (jhead-2.3.tar.gz) = 49176 bytes
+SHA1 (jhead-2.4.tar.gz) = 8e484aa7a0a1f6216e28ae81c86f186ef5a13ba1
+RMD160 (jhead-2.4.tar.gz) = b39bf02d2a1e8808798f98e8cdd28a53572b9b5c
+Size (jhead-2.4.tar.gz) = 52289 bytes



Home | Main Index | Thread Index | Old Index