diff options
author | drochner <drochner@pkgsrc.org> | 2008-12-15 20:01:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-12-15 20:01:08 +0000 |
commit | b17f753a52c442b925ba80625e5e129a01c495fd (patch) | |
tree | e2c863c9619ca32c4ff72da84229b49b4e03e1f7 /graphics/libexif | |
parent | 84dbf5e5eee63e1bae10db7c5eba06ac965f8d53 (diff) | |
download | pkgsrc-b17f753a52c442b925ba80625e5e129a01c495fd.tar.gz |
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 (limited to 'graphics/libexif')
-rw-r--r-- | graphics/libexif/Makefile | 3 | ||||
-rw-r--r-- | graphics/libexif/distinfo | 3 | ||||
-rw-r--r-- | graphics/libexif/patches/patch-aa | 12 |
3 files changed, 16 insertions, 2 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 20444be9b9a..e4aab8e6a4a 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -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 --git a/graphics/libexif/distinfo b/graphics/libexif/distinfo index d12b690573d..4a82f9a0a1e 100644 --- a/graphics/libexif/distinfo +++ b/graphics/libexif/distinfo @@ -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 --git a/graphics/libexif/patches/patch-aa b/graphics/libexif/patches/patch-aa new file mode 100644 index 00000000000..37eab6c8f05 --- /dev/null +++ b/graphics/libexif/patches/patch-aa @@ -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")}, |