diff options
author | adam <adam@pkgsrc.org> | 2010-01-27 12:40:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-01-27 12:40:48 +0000 |
commit | 4c1b5ef99dd100504fd9e77886acb20d94d336c4 (patch) | |
tree | d3ee5541cd56932e315fdda717fd76af3a666123 /graphics | |
parent | 1b00624cbd30dee22b92b67c3b4d5d0bf9d21cdf (diff) | |
download | pkgsrc-4c1b5ef99dd100504fd9e77886acb20d94d336c4.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/exiv2/Makefile | 17 | ||||
-rw-r--r-- | graphics/exiv2/PLIST | 3 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 14f8cc1088a..1773ade5a53 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -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 -HOMEPAGE= http://www.exiv2.org/ -COMMENT= Image metadata manipulation -LICENSE= gnu-gpl-v2 +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.exiv2.org/ +COMMENT= Image metadata manipulation +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/exiv2/PLIST b/graphics/exiv2/PLIST index 99ab73491c3..658539e9e6e 100644 --- a/graphics/exiv2/PLIST +++ b/graphics/exiv2/PLIST @@ -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/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 diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index 39bedbf8626..5edb39f2a78 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -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 |