pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/exiv2 Changes 0.20:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cd5f735881f
branches:  trunk
changeset: 576429:3cd5f735881f
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 11 10:42:38 2010 +0000

description:
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

diffstat:

 graphics/exiv2/Makefile |  13 +++++--------
 graphics/exiv2/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 12 deletions(-)

diffs (45 lines):

diff -r 3bcc6ad1c48d -r 3cd5f735881f graphics/exiv2/Makefile
--- a/graphics/exiv2/Makefile   Fri Jun 11 08:50:04 2010 +0000
+++ b/graphics/exiv2/Makefile   Fri Jun 11 10:42:38 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2010/01/27 12:40:48 adam Exp $
+# $NetBSD: Makefile,v 1.27 2010/06/11 10:42:38 adam Exp $
 
-DISTNAME=      exiv2-0.19
+DISTNAME=      exiv2-0.20
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.exiv2.org/
 
@@ -11,15 +11,12 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+GCC_REQD+=             3.3
 USE_LANGUAGES=         c c++
-GCC_REQD+=             3.3
-
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
-USE_LIBTOOL=           yes
-
-USE_PKGLOCALEDIR=      yes
-
 # The visibility feature seems complicated and causes problems on DragonFly
 # (reported by Matt Madden) and on Gentoo (http://bugs.gentoo.org/185907).
 CONFIGURE_ARGS+=       --disable-visibility
diff -r 3bcc6ad1c48d -r 3cd5f735881f graphics/exiv2/distinfo
--- a/graphics/exiv2/distinfo   Fri Jun 11 08:50:04 2010 +0000
+++ b/graphics/exiv2/distinfo   Fri Jun 11 10:42:38 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2010/05/31 23:20:46 dholland Exp $
+$NetBSD: distinfo,v 1.18 2010/06/11 10:42:38 adam Exp $
 
-SHA1 (exiv2-0.19.tar.gz) = 4ab8d830094f2842bc286d8e7fb03100ca7f07b1
-RMD160 (exiv2-0.19.tar.gz) = 263267fb75341a6eb60e5201b88bfea11ef18eea
-Size (exiv2-0.19.tar.gz) = 2658781 bytes
+SHA1 (exiv2-0.20.tar.gz) = 3ebab0acd114a463fe11881bd95f1c3e258c7c0c
+RMD160 (exiv2-0.20.tar.gz) = f318cc45e0b512cbe508c19bf5bee7397b0ba15a
+Size (exiv2-0.20.tar.gz) = 2941045 bytes
 SHA1 (patch-aa) = 05a70bc0ea212fd463074ecc40f5840574a2cbad



Home | Main Index | Thread Index | Old Index