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)
This commit is contained in:
parent
a4bbd7b0ad
commit
e1eac4a3f3
3 changed files with 15 additions and 14 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue