diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-10-24 01:44:35 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-10-24 01:44:35 +0000 |
commit | e1eac4a3f38d322ef334d9a47de13e6ee2887c9e (patch) | |
tree | cc2bb06df226dd9085191a6a1289589695706851 | |
parent | a4bbd7b0adb0bf66e661940f8bfe138cf2fc083e (diff) | |
download | pkgsrc-e1eac4a3f38d322ef334d9a47de13e6ee2887c9e.tar.gz |
Updated to 0.98. PR pkg/22935, Min Sik Kim <minskim@bawi.org>.
Changes:
20030815 version: exiftags 0.98
20030807 fixed some Fuji, Minotla, Nikon byte order bugs/dependencies
20030806 internal code cleanup to nicely support multiple tag sets
20030806 internal code cleanup to allow different IFD byte orders
20030806 added Sanyo maker note support
20030805 added support for Nikon D1X
20030805 fixed crash on Minolta DiMAGE EX
20030802 fixed offset check bug for ascii strings
20030801 added support for GPS info tags
20030622 fixed crashes on badly formed comments, type mismatches
20030622 added Canon 10D custom function support (thanks: Jason Montojo)
20030211 tweaked Canon 1D/1Ds custom function support
20030204 version: exiftags 0.97
20030204 fixed byte order bug displaying Exif version
20030128 assign bad or senseless tags separate dump level
20030124 internal code cleanups
20030123 assign overridden tags separate dump level
20030121 support for Canon EOS-1D & 1DS (thanks: Stan Jirman)
20030120 added -s option to customize delimiter
20030120 support for multiple shorts in a tag (e.g., subject area)
20030112 added Minolta maker note support (thanks: Javier Crespo)
20030104 removed spurious Exif header warning (thanks: Kevin Layer)
20030104 Canon ISO values (thanks: Alan Murphy)
-rw-r--r-- | graphics/exiftags/Makefile | 4 | ||||
-rw-r--r-- | graphics/exiftags/distinfo | 8 | ||||
-rw-r--r-- | graphics/exiftags/patches/patch-aa | 17 |
3 files changed, 15 insertions, 14 deletions
diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile index 7d86ef71f54..3c69c522888 100644 --- a/graphics/exiftags/Makefile +++ b/graphics/exiftags/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:40:25 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/10/24 01:44:35 xtraeme Exp $ -DISTNAME= exiftags-0.96 +DISTNAME= exiftags-0.98 CATEGORIES= graphics MASTER_SITES= http://johnst.org/sw/exiftags/ diff --git a/graphics/exiftags/distinfo b/graphics/exiftags/distinfo index ee603d5147c..4b57f80666b 100644 --- a/graphics/exiftags/distinfo +++ b/graphics/exiftags/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/26 11:11:23 shell Exp $ +$NetBSD: distinfo,v 1.2 2003/10/24 01:44:35 xtraeme Exp $ -SHA1 (exiftags-0.96.tar.gz) = 34a727e882b68b68d8e8b0ac7237b2b8340ff87a -Size (exiftags-0.96.tar.gz) = 35816 bytes -SHA1 (patch-aa) = 39bfe1b4b82e768ab7e93350ccdb31050246f17b +SHA1 (exiftags-0.98.tar.gz) = 737f4cd4a4d0d2b10da94e2385089d0152131ad1 +Size (exiftags-0.98.tar.gz) = 50195 bytes +SHA1 (patch-aa) = 14db4d393f55d7e279bc5c77aaae41333f5acca9 diff --git a/graphics/exiftags/patches/patch-aa b/graphics/exiftags/patches/patch-aa index 6cbc605813e..550220c027c 100644 --- a/graphics/exiftags/patches/patch-aa +++ b/graphics/exiftags/patches/patch-aa @@ -1,21 +1,22 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/26 11:11:23 shell Exp $ +$NetBSD: patch-aa,v 1.2 2003/10/24 01:44:35 xtraeme Exp $ ---- Makefile.orig Thu Dec 26 19:03:22 2002 -+++ Makefile -@@ -13,10 +13,12 @@ NOMKRS=makers_stub.o +--- Makefile.orig 2003-10-24 03:41:03.000000000 +0200 ++++ Makefile 2003-10-24 03:41:41.000000000 +0200 +@@ -11,12 +11,12 @@ + NOMKRS=makers_stub.o + # - # A few parameters... +-# A few parameters... ++# Use pkgsrc defaults # -CC=cc -DEBUG= -CFLAGS=$(DEBUG) -PREFIX=/usr/local -+# Use pkgsrc defaults -+# +#CC=cc +#DEBUG= +#CFLAGS=$(DEBUG) +#PREFIX=/usr/local - OBJS=exif.o tagdefs.o exifutil.o jpeg.o + OBJS=exif.o tagdefs.o exifutil.o exifgps.o jpeg.o HDRS=exif.h exifint.h jpeg.h makers.h |