pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/exiftags Changes 1.00:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2ba31e49a94
branches:  trunk
changeset: 496525:d2ba31e49a94
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 01 12:54:09 2005 +0000

description:
Changes 1.00:
added Canon tags, minor tweaks
fixed handling of short ASCII strings
added Panasonic tags
enhanced Nikon maker note support for newer cameras
internal code cleanup to allow separate maker TIFF info
added new Canon shooting modes
fixed exiftime crash on missing tags
fixed looping from recursive Canon IFD ref
sanitize ASCII tags to handle corrupt maker notes
added Panasonic values, tags
image number support for Canon EOS-20D
added Canon EOS-20D custom function support
added Sigma maker note support
added Canon tag values, calculate EV's
fixed flash tag processing to catch all possible values
fixed spelling for Minolta values

diffstat:

 graphics/exiftags/Makefile         |   4 ++--
 graphics/exiftags/distinfo         |  10 +++++-----
 graphics/exiftags/patches/patch-aa |  35 ++++++++++++++---------------------
 3 files changed, 21 insertions(+), 28 deletions(-)

diffs (79 lines):

diff -r 76f15eae8ab4 -r d2ba31e49a94 graphics/exiftags/Makefile
--- a/graphics/exiftags/Makefile        Fri Jul 01 12:36:26 2005 +0000
+++ b/graphics/exiftags/Makefile        Fri Jul 01 12:54:09 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:02 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/07/01 12:54:09 adam Exp $
 
-DISTNAME=      exiftags-0.99.1
+DISTNAME=      exiftags-1.00
 CATEGORIES=    graphics
 MASTER_SITES=  http://johnst.org/sw/exiftags/
 
diff -r 76f15eae8ab4 -r d2ba31e49a94 graphics/exiftags/distinfo
--- a/graphics/exiftags/distinfo        Fri Jul 01 12:36:26 2005 +0000
+++ b/graphics/exiftags/distinfo        Fri Jul 01 12:54:09 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 08:45:04 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/07/01 12:54:09 adam Exp $
 
-SHA1 (exiftags-0.99.1.tar.gz) = d72105b4b93946133135cf15279e5d1b73cf8ec9
-RMD160 (exiftags-0.99.1.tar.gz) = 5d6eefeaeb2d5d4f28ea889d14441ca10290bab0
-Size (exiftags-0.99.1.tar.gz) = 62397 bytes
-SHA1 (patch-aa) = 1d741e83e05ceb866c7dcd36206b0ed2edd9ea18
+SHA1 (exiftags-1.00.tar.gz) = f5c42a5a8542c844e2cc3222b3aa457053102c11
+RMD160 (exiftags-1.00.tar.gz) = 2d0034fa663d1e01eecc0e5f6e6a7daf93caa83e
+Size (exiftags-1.00.tar.gz) = 69162 bytes
+SHA1 (patch-aa) = 32fbd796627cb796b928c3bbef10402430d54974
diff -r 76f15eae8ab4 -r d2ba31e49a94 graphics/exiftags/patches/patch-aa
--- a/graphics/exiftags/patches/patch-aa        Fri Jul 01 12:36:26 2005 +0000
+++ b/graphics/exiftags/patches/patch-aa        Fri Jul 01 12:54:09 2005 +0000
@@ -1,34 +1,27 @@
-$NetBSD: patch-aa,v 1.3 2004/05/20 17:41:39 minskim Exp $
+$NetBSD: patch-aa,v 1.4 2005/07/01 12:54:09 adam Exp $
 
---- Makefile.orig      2004-05-07 00:46:29.000000000 -0500
+--- Makefile.orig      2005-01-05 00:30:32.000000000 +0000
 +++ Makefile
-@@ -12,12 +12,12 @@ MKRS=makers.o canon.o olympus.o fuji.o n
- NOMKRS=makers_stub.o
- 
+@@ -14,9 +14,9 @@ NOMKRS=makers_stub.o
  #
--# A few parameters...
-+# Use pkgsrc defaults
+ # A few parameters...
  #
 -CC=cc
--DEBUG=
++#CC=cc
+ DEBUG=
 -CFLAGS=$(DEBUG)
--PREFIX=/usr/local
-+#CC=cc
-+#DEBUG=
 +#CFLAGS=$(DEBUG)
-+#PREFIX=/usr/local
+ DESTDIR=
  
- OBJS=exif.o tagdefs.o exifutil.o exifgps.o jpeg.o
- HDRS=exif.h exifint.h jpeg.h makers.h
-@@ -44,9 +44,5 @@ clean:
+ prefix=/usr/local
+@@ -49,8 +49,5 @@ clean:
        timevary.o exiftags exifcom exiftime
  
  install: all
--      cp exiftags exifcom exiftime $(PREFIX)/bin
--      chmod a+x $(PREFIX)/bin/exiftags $(PREFIX)/bin/exifcom \
--      $(PREFIX)/bin/exiftime
--      cp exiftags.1 exifcom.1 exiftime.1 $(PREFIX)/man/man1
--      chmod a+r $(PREFIX)/man/man1/exiftags.1 $(PREFIX)/man/man1/exifcom.1 \
--      $(PREFIX)/man/man1/exiftime.1
+-      cp exiftags exifcom exiftime $(bindir)
+-      chmod 0755 $(bindir)/exiftags $(bindir)/exifcom $(bindir)/exiftime
+-      cp exiftags.1 exifcom.1 exiftime.1 $(mandir)/man1
+-      chmod 0644 $(mandir)/man1/exiftags.1 $(mandir)/man1/exifcom.1 \
+-      $(mandir)/man1/exiftime.1
 +      ${BSD_INSTALL_PROGRAM} exiftags exifcom exiftime ${PREFIX}/bin
 +      ${BSD_INSTALL_MAN} exiftags.1 exifcom.1 exiftime.1 ${PREFIX}/man/man1



Home | Main Index | Thread Index | Old Index