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/exiv2/Makefile | |
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/exiv2/Makefile')
-rw-r--r-- | graphics/exiv2/Makefile | 17 |
1 files changed, 8 insertions, 9 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 |