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.19:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1157df94ae4f
branches:  trunk
changeset: 570241:1157df94ae4f
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 27 12:40:48 2010 +0000

description:
Changes 0.19:
* Exiv2 utility
  - Inverted the meaning of -u to deal with large numbers of unknown Nikon
    Makernote tags.
  - -b option now also suppresses Byte and SByte values.
* Exiv2 library fixes
  - Crash when reading PNG image.
  - Tag Exif.Image.ImageResources (0x8649 in IFD0) should have type BYTE (1).
  - Exception to print raw from Olympus SP-560UZ.
  - Nef Metadata edit with Digikam make impossible to open it with captureNX
    or ViewNX.
  - Broken image causes exiv2 to abort.
  - Problems converting SubSec tags to XMP.
  - Exif tag: TimeZoneOffset (0x882a) and other TIFF/EP tags missing.
* more...

diffstat:

 graphics/exiv2/Makefile |  17 ++++++++---------
 graphics/exiv2/PLIST    |   3 ++-
 graphics/exiv2/distinfo |   8 ++++----
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (56 lines):

diff -r 5b957cc014df -r 1157df94ae4f graphics/exiv2/Makefile
--- a/graphics/exiv2/Makefile   Wed Jan 27 11:08:30 2010 +0000
+++ b/graphics/exiv2/Makefile   Wed Jan 27 12:40:48 2010 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.25 2009/07/07 10:02:51 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.26 2010/01/27 12:40:48 adam Exp $
 
-DISTNAME=              exiv2-0.18.2
-CATEGORIES=            graphics
-MASTER_SITES=          http://www.exiv2.org/
+DISTNAME=      exiv2-0.19
+CATEGORIES=    graphics
+MASTER_SITES=  http://www.exiv2.org/
 
-MAINTAINER=            gdt%NetBSD.org@localhost
-HOMEPAGE=              http://www.exiv2.org/
-COMMENT=               Image metadata manipulation
-LICENSE=               gnu-gpl-v2
+MAINTAINER=    gdt%NetBSD.org@localhost
+HOMEPAGE=      http://www.exiv2.org/
+COMMENT=       Image metadata manipulation
+LICENSE=       gnu-gpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 5b957cc014df -r 1157df94ae4f graphics/exiv2/PLIST
--- a/graphics/exiv2/PLIST      Wed Jan 27 11:08:30 2010 +0000
+++ b/graphics/exiv2/PLIST      Wed Jan 27 12:40:48 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2009/07/07 10:02:51 drochner Exp $
+@comment $NetBSD: PLIST,v 1.13 2010/01/27 12:40:48 adam Exp $
 bin/exiv2
 include/exiv2/basicio.hpp
 include/exiv2/bmpimage.hpp
@@ -27,6 +27,7 @@
 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
diff -r 5b957cc014df -r 1157df94ae4f graphics/exiv2/distinfo
--- a/graphics/exiv2/distinfo   Wed Jan 27 11:08:30 2010 +0000
+++ b/graphics/exiv2/distinfo   Wed Jan 27 12:40:48 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2009/07/07 10:02:51 drochner Exp $
+$NetBSD: distinfo,v 1.16 2010/01/27 12:40:48 adam Exp $
 
-SHA1 (exiv2-0.18.2.tar.gz) = 452c824a780843a568eeef68f30785ee4141b0a8
-RMD160 (exiv2-0.18.2.tar.gz) = 7ef2621b4fd76041157b247ad2744059ffa400af
-Size (exiv2-0.18.2.tar.gz) = 2394263 bytes
+SHA1 (exiv2-0.19.tar.gz) = 4ab8d830094f2842bc286d8e7fb03100ca7f07b1
+RMD160 (exiv2-0.19.tar.gz) = 263267fb75341a6eb60e5201b88bfea11ef18eea
+Size (exiv2-0.19.tar.gz) = 2658781 bytes



Home | Main Index | Thread Index | Old Index