diff options
author | adam <adam@pkgsrc.org> | 2010-06-11 10:42:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-06-11 10:42:38 +0000 |
commit | 541a5a12df19ace7425521d54454f3178d1fac3b (patch) | |
tree | 43398b4545436177a0f8cc6a4ac53095ab989c7e /graphics/exiv2 | |
parent | d8b750000b49a6b6d71c05de796108c7496b4659 (diff) | |
download | pkgsrc-541a5a12df19ace7425521d54454f3178d1fac3b.tar.gz |
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 (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 13 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 8 |
2 files changed, 9 insertions, 12 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 1773ade5a53..e4cdfd07fac 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -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 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= c c++ GCC_REQD+= 3.3 - -USE_TOOLS+= gmake -GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes - USE_PKGLOCALEDIR= yes - +USE_TOOLS+= gmake +GNU_CONFIGURE= 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 --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index 07116c7b071..20e53cc1785 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -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 |