diff options
author | adam <adam@pkgsrc.org> | 2010-12-03 10:16:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-12-03 10:16:46 +0000 |
commit | 4e7a1da7c9d6d5783c181c9d986c4baa81efdbb7 (patch) | |
tree | 39bfd58e30cec71c4eae00427c747656b0895d0a /graphics/exiv2 | |
parent | d57bb346954ef258c218987a3268921bda498e72 (diff) | |
download | pkgsrc-4e7a1da7c9d6d5783c181c9d986c4baa81efdbb7.tar.gz |
Changes 0.21:
This release adds read and write support for Samsung SRW images and Samsung
makernotes. The exiv2 library now accepts a custom error handler and has
a setting to control which messages are generated. The exiv2 command line tool
has a new 'quiet' option which uses the new functionality to suppress all
library warnings. Some important API changes will allow many future image
format and makernote enhancements to be done in a binary compatible fashion.
The new exiv2.hpp umbrella header file further shields applications from
library changes.
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 4 | ||||
-rw-r--r-- | graphics/exiv2/PLIST | 14 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 8 |
3 files changed, 8 insertions, 18 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index e4cdfd07fac..5cd270283ba 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2010/06/11 10:42:38 adam Exp $ +# $NetBSD: Makefile,v 1.28 2010/12/03 10:16:46 adam Exp $ -DISTNAME= exiv2-0.20 +DISTNAME= exiv2-0.21 CATEGORIES= graphics MASTER_SITES= http://www.exiv2.org/ diff --git a/graphics/exiv2/PLIST b/graphics/exiv2/PLIST index 658539e9e6e..c8818ef75ff 100644 --- a/graphics/exiv2/PLIST +++ b/graphics/exiv2/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.13 2010/01/27 12:40:48 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2010/12/03 10:16:46 adam Exp $ bin/exiv2 include/exiv2/basicio.hpp include/exiv2/bmpimage.hpp -include/exiv2/canonmn.hpp include/exiv2/convert.hpp include/exiv2/cr2image.hpp include/exiv2/crwimage.hpp @@ -10,8 +9,8 @@ include/exiv2/datasets.hpp include/exiv2/easyaccess.hpp include/exiv2/error.hpp include/exiv2/exif.hpp +include/exiv2/exiv2.hpp include/exiv2/exv_conf.h -include/exiv2/fujimn.hpp include/exiv2/futils.hpp include/exiv2/gifimage.hpp include/exiv2/image.hpp @@ -19,24 +18,15 @@ include/exiv2/iptc.hpp include/exiv2/jp2image.hpp include/exiv2/jpgimage.hpp include/exiv2/metadatum.hpp -include/exiv2/minoltamn.hpp -include/exiv2/mn.hpp include/exiv2/mrwimage.hpp -include/exiv2/nikonmn.hpp -include/exiv2/olympusmn.hpp include/exiv2/orfimage.hpp -include/exiv2/panasonicmn.hpp -include/exiv2/pentaxmn.hpp include/exiv2/pgfimage.hpp include/exiv2/pngimage.hpp include/exiv2/preview.hpp include/exiv2/properties.hpp include/exiv2/psdimage.hpp include/exiv2/rafimage.hpp -include/exiv2/rcsid.hpp include/exiv2/rw2image.hpp -include/exiv2/sigmamn.hpp -include/exiv2/sonymn.hpp include/exiv2/tags.hpp include/exiv2/tgaimage.hpp include/exiv2/tiffimage.hpp diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index 20e53cc1785..8cfeec0d4d4 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2010/06/11 10:42:38 adam Exp $ +$NetBSD: distinfo,v 1.19 2010/12/03 10:16:46 adam Exp $ -SHA1 (exiv2-0.20.tar.gz) = 3ebab0acd114a463fe11881bd95f1c3e258c7c0c -RMD160 (exiv2-0.20.tar.gz) = f318cc45e0b512cbe508c19bf5bee7397b0ba15a -Size (exiv2-0.20.tar.gz) = 2941045 bytes +SHA1 (exiv2-0.21.tar.gz) = 0961422a647e052a8db6e56e8818ab3217c37b01 +RMD160 (exiv2-0.21.tar.gz) = 654207f134320f9a65acfa5dca5f7a40b2e0dfcc +Size (exiv2-0.21.tar.gz) = 3002066 bytes SHA1 (patch-aa) = 05a70bc0ea212fd463074ecc40f5840574a2cbad |