summaryrefslogtreecommitdiff
path: root/graphics/exiftags/patches/patch-aa
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-20 17:41:39 +0000
committerminskim <minskim@pkgsrc.org>2004-05-20 17:41:39 +0000
commita4c439d0cdc69d37d9a12bc7435c14c93231b947 (patch)
tree43ac1cd018fd548b47da582ca2fc0e276ec0aad4 /graphics/exiftags/patches/patch-aa
parenta79f4d870565153a44929336ff27dc47e6eb51a9 (diff)
downloadpkgsrc-a4c439d0cdc69d37d9a12bc7435c14c93231b947.tar.gz
Update exiftags to 0.99.1 and enable pkgviews installation.
Changes since 0.98: 20040506 fixed exiftime install oversight 20040504 added Canon camera actuations (thanks: Stan Jirman) 20040420 added Panasonic maker note support (thanks: Tom Hughes) 20040410 improved error messages in exifcom 20040408 added exiftime utility to display and write date/time tags 20040403 added Leica maker note support 20040403 slight hack to use Canon's subject distance tag (units unclear) 20040403 fixed Canon maker function parameter mismatch 20040403 updated for Exif 2.21 draft spec (minor changes) 20040403 fixed problem with images without IFD1 20040403 additional bounds checks on some tags (thanks: Michael McCandless) 20040403 fixed negative fraction display 20040227 added Asahi/Pentax maker note support 20031101 prevent looping when a tag refers to its own IFD
Diffstat (limited to 'graphics/exiftags/patches/patch-aa')
-rw-r--r--graphics/exiftags/patches/patch-aa20
1 files changed, 16 insertions, 4 deletions
diff --git a/graphics/exiftags/patches/patch-aa b/graphics/exiftags/patches/patch-aa
index 550220c027c..7c871586d0f 100644
--- a/graphics/exiftags/patches/patch-aa
+++ b/graphics/exiftags/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2003/10/24 01:44:35 xtraeme Exp $
+$NetBSD: patch-aa,v 1.3 2004/05/20 17:41:39 minskim Exp $
---- Makefile.orig 2003-10-24 03:41:03.000000000 +0200
-+++ Makefile 2003-10-24 03:41:41.000000000 +0200
-@@ -11,12 +11,12 @@
+--- Makefile.orig 2004-05-07 00:46:29.000000000 -0500
++++ Makefile
+@@ -12,12 +12,12 @@ MKRS=makers.o canon.o olympus.o fuji.o n
NOMKRS=makers_stub.o
#
@@ -20,3 +20,15 @@ $NetBSD: patch-aa,v 1.2 2003/10/24 01:44:35 xtraeme Exp $
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:
+ 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
++ ${BSD_INSTALL_PROGRAM} exiftags exifcom exiftime ${PREFIX}/bin
++ ${BSD_INSTALL_MAN} exiftags.1 exifcom.1 exiftime.1 ${PREFIX}/man/man1