diff options
author | veego <veego> | 2005-06-19 11:35:25 +0000 |
---|---|---|
committer | veego <veego> | 2005-06-19 11:35:25 +0000 |
commit | 2ad370da3eb4d5ba1bfab9c9fc4b8bc4a7dd48e5 (patch) | |
tree | bdd3755cc705a2d8f2c3405464c5b5f20a966132 /graphics | |
parent | 73368368d01a8a5ae5d3498a1d4ad8246bf9a140 (diff) | |
download | pkgsrc-2ad370da3eb4d5ba1bfab9c9fc4b8bc4a7dd48e5.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')
-rw-r--r-- | graphics/jhead/DESCR | 37 | ||||
-rw-r--r-- | graphics/jhead/Makefile | 10 | ||||
-rw-r--r-- | graphics/jhead/distinfo | 8 |
3 files changed, 31 insertions, 24 deletions
diff --git a/graphics/jhead/DESCR b/graphics/jhead/DESCR index a16f3a3bcb8..2b4a2f5a217 100644 --- a/graphics/jhead/DESCR +++ b/graphics/jhead/DESCR @@ -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 --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: diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo index 917a9fa62f7..14739c1c338 100644 --- a/graphics/jhead/distinfo +++ b/graphics/jhead/distinfo @@ -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 |