Fri Jun 11 10:42:39 2010 UTC ()
Changes 0.20:
* Exiv2 utility
  - %a broken in rename
  - It should be possible to insert newlines in text strings.
  - Exif.Photo.UserComment unicode comment doesn't work
  - Added -g option to 'grep' info for individual tags.

* Exiv2 library
  - Pentax 645D makernote update
  - Update of Pentax makernote
  - Nikon Capture NX won't save a NEF file manipulated with exiv2 from SVN
  - Padding of XMP data results in invalid XMP JPEG segment larger
    than 65535 bytes
  - Add XMP support for src/metacopy
  - src/psdimage.cpp: operands of ? are integers of different signs
  - Wrong conversion of IPTC SpecialInstructions in copyIptcToXmp()
  - LLVM clang: error: default initialization of an object of const type
    'class Exiv2::IptcData const' requires a user-provided default constructor.
  - Exif.Image.SubIFDs should support more than 4 sub-IFDs
  - Nikon Makernote tags regression in exiv 0.19
  - ShutterSpeedValue should be a signed rational
  - Allow XMP sidecar files which start with a UTF-8 BOM
  - Image file gets deleted when writing to it
  - Writing to read-only TIFF-like file fails
  - "TIFF-safe" setExifData variant
  - Optimize binary array elements
  - Write support for Olympus RAW ORF files
  - Incorrect Unicode encoding of Exif UserComment tag
  - LensType not reported for Pentax K-x
  - Add support for makernote of Sony ARW files
  - Unable to write GPS data in ORF files with digikam


(adam)
diff -r1.26 -r1.27 pkgsrc/graphics/exiv2/Makefile
diff -r1.17 -r1.18 pkgsrc/graphics/exiv2/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/graphics/exiv2/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/exiv2/Makefile 2010/01/27 12:40:48 1.26
+++ pkgsrc/graphics/exiv2/Makefile 2010/06/11 10:42:38 1.27
@@ -1,33 +1,30 @@ @@ -1,33 +1,30 @@
1# $NetBSD: Makefile,v 1.26 2010/01/27 12:40:48 adam Exp $ 1# $NetBSD: Makefile,v 1.27 2010/06/11 10:42:38 adam Exp $
2 2
3DISTNAME= exiv2-0.19 3DISTNAME= exiv2-0.20
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://www.exiv2.org/ 5MASTER_SITES= http://www.exiv2.org/
6 6
7MAINTAINER= gdt@NetBSD.org 7MAINTAINER= gdt@NetBSD.org
8HOMEPAGE= http://www.exiv2.org/ 8HOMEPAGE= http://www.exiv2.org/
9COMMENT= Image metadata manipulation 9COMMENT= Image metadata manipulation
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_LANGUAGES= c c++ 
15GCC_REQD+= 3.3 14GCC_REQD+= 3.3
16 15USE_LANGUAGES= c c++
17USE_TOOLS+= gmake 
18GNU_CONFIGURE= yes 
19USE_LIBTOOL= yes 16USE_LIBTOOL= yes
20 
21USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
22 18USE_TOOLS+= gmake
 19GNU_CONFIGURE= yes
23# The visibility feature seems complicated and causes problems on DragonFly 20# The visibility feature seems complicated and causes problems on DragonFly
24# (reported by Matt Madden) and on Gentoo (http://bugs.gentoo.org/185907). 21# (reported by Matt Madden) and on Gentoo (http://bugs.gentoo.org/185907).
25CONFIGURE_ARGS+= --disable-visibility 22CONFIGURE_ARGS+= --disable-visibility
26 23
27PKGCONFIG_OVERRIDE= config/exiv2.pc.in 24PKGCONFIG_OVERRIDE= config/exiv2.pc.in
28 25
29.include "../../converters/libiconv/buildlink3.mk" 26.include "../../converters/libiconv/buildlink3.mk"
30.include "../../devel/gettext-lib/buildlink3.mk" 27.include "../../devel/gettext-lib/buildlink3.mk"
31.include "../../devel/zlib/buildlink3.mk" 28.include "../../devel/zlib/buildlink3.mk"
32.include "../../textproc/expat/buildlink3.mk" 29.include "../../textproc/expat/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17 -r1.18 pkgsrc/graphics/exiv2/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/exiv2/distinfo 2010/05/31 23:20:46 1.17
+++ pkgsrc/graphics/exiv2/distinfo 2010/06/11 10:42:38 1.18
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.17 2010/05/31 23:20:46 dholland Exp $ 1$NetBSD: distinfo,v 1.18 2010/06/11 10:42:38 adam Exp $
2 2
3SHA1 (exiv2-0.19.tar.gz) = 4ab8d830094f2842bc286d8e7fb03100ca7f07b1 3SHA1 (exiv2-0.20.tar.gz) = 3ebab0acd114a463fe11881bd95f1c3e258c7c0c
4RMD160 (exiv2-0.19.tar.gz) = 263267fb75341a6eb60e5201b88bfea11ef18eea 4RMD160 (exiv2-0.20.tar.gz) = f318cc45e0b512cbe508c19bf5bee7397b0ba15a
5Size (exiv2-0.19.tar.gz) = 2658781 bytes 5Size (exiv2-0.20.tar.gz) = 2941045 bytes
6SHA1 (patch-aa) = 05a70bc0ea212fd463074ecc40f5840574a2cbad 6SHA1 (patch-aa) = 05a70bc0ea212fd463074ecc40f5840574a2cbad