pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libexif add another Canon set lens to the tab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f81d75913589
branches:  trunk
changeset: 551435:f81d75913589
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Dec 15 20:01:08 2008 +0000

description:
add another Canon set lens to the table used to decode "maker notes"
(this one is arguably too poor to be used on a digital body, but anyway)

diffstat:

 graphics/libexif/Makefile         |   3 ++-
 graphics/libexif/distinfo         |   3 ++-
 graphics/libexif/patches/patch-aa |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r d2421c7408fc -r f81d75913589 graphics/libexif/Makefile
--- a/graphics/libexif/Makefile Mon Dec 15 19:56:25 2008 +0000
+++ b/graphics/libexif/Makefile Mon Dec 15 20:01:08 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2008/11/19 11:39:05 adam Exp $
+# $NetBSD: Makefile,v 1.35 2008/12/15 20:01:08 drochner Exp $
 
 DISTNAME=      libexif-0.6.17
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libexif/}
 EXTRACT_SUFX=  .tar.bz2
diff -r d2421c7408fc -r f81d75913589 graphics/libexif/distinfo
--- a/graphics/libexif/distinfo Mon Dec 15 19:56:25 2008 +0000
+++ b/graphics/libexif/distinfo Mon Dec 15 20:01:08 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.23 2008/11/19 11:39:05 adam Exp $
+$NetBSD: distinfo,v 1.24 2008/12/15 20:01:08 drochner Exp $
 
 SHA1 (libexif-0.6.17.tar.bz2) = dbb8a0e977768b76e26d66693c63ea25768ee648
 RMD160 (libexif-0.6.17.tar.bz2) = 6873b5160b300b85ad58e3dac6e32f7648a89c04
 Size (libexif-0.6.17.tar.bz2) = 820976 bytes
+SHA1 (patch-aa) = 5a32622fac1860ecaac9e3ed9b5cea9bf1640027
diff -r d2421c7408fc -r f81d75913589 graphics/libexif/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libexif/patches/patch-aa Mon Dec 15 20:01:08 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2008/12/15 20:01:08 drochner Exp $
+
+--- libexif/canon/mnote-canon-entry.c.orig     2008-11-29 21:13:02.000000000 +0100
++++ libexif/canon/mnote-canon-entry.c
+@@ -216,6 +216,7 @@ static const struct canon_entry_table_t 
+   {21,  29, N_("Canon EF 50mm f/1.8 MkII")},
+   {21,  31, N_("Tamron SP AF 300mm f/2.8 LD IF")},
+   {21,  32, N_("Canon EF 24mm f/2.8 or Sigma 15mm f/2.8 EX Fisheye")},
++  {21,  37, N_("Canon EF 35-80mm f/4-5.6")},
+   {21,  39, N_("Canon EF 75-300mm f/4-5.6")},
+   {21,  40, N_("Canon EF 28-80mm f/3.5-5.6")},
+   {21,  43, N_("Canon EF 28-105mm f/4-5.6")},



Home | Main Index | Thread Index | Old Index