pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/exiftags Updated to 0.98. PR pkg/22935, Min S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9f06e83e2a8
branches:  trunk
changeset: 463006:f9f06e83e2a8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Oct 24 01:44:35 2003 +0000

description:
Updated to 0.98. PR pkg/22935, Min Sik Kim <minskim%bawi.org@localhost>.

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)

diffstat:

 graphics/exiftags/Makefile         |   4 ++--
 graphics/exiftags/distinfo         |   8 ++++----
 graphics/exiftags/patches/patch-aa |  17 +++++++++--------
 3 files changed, 15 insertions(+), 14 deletions(-)

diffs (59 lines):

diff -r fd3767191620 -r f9f06e83e2a8 graphics/exiftags/Makefile
--- a/graphics/exiftags/Makefile        Fri Oct 24 01:14:21 2003 +0000
+++ b/graphics/exiftags/Makefile        Fri Oct 24 01:44:35 2003 +0000
@@ -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 -r fd3767191620 -r f9f06e83e2a8 graphics/exiftags/distinfo
--- a/graphics/exiftags/distinfo        Fri Oct 24 01:14:21 2003 +0000
+++ b/graphics/exiftags/distinfo        Fri Oct 24 01:44:35 2003 +0000
@@ -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 -r fd3767191620 -r f9f06e83e2a8 graphics/exiftags/patches/patch-aa
--- a/graphics/exiftags/patches/patch-aa        Fri Oct 24 01:14:21 2003 +0000
+++ b/graphics/exiftags/patches/patch-aa        Fri Oct 24 01:44:35 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index