diff options
author | adam <adam@pkgsrc.org> | 2011-10-11 09:55:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-10-11 09:55:31 +0000 |
commit | 34aa1ee017e8b78cf81360f6f35dba203fab9af5 (patch) | |
tree | 1fcda302d110f749af231321d52393d3b9f0eaad /graphics | |
parent | 8334f3ade1364ef99ac21db3fbd3f2c7cc3c98f8 (diff) | |
download | pkgsrc-34aa1ee017e8b78cf81360f6f35dba203fab9af5.tar.gz |
Changes 0.22:
* Exiv2 utility
- Fixed time setting of -T option when DST is in effect.
- Added version hex number to the output of "exiv2 -V".
* Exiv2 library
- Exif version 2.3 missing tag codes.
- Tamron 18-270mm lens.
- Exif 2.3 & DNG 1.2/1.3 tags.
- Some tests depend on system settings (locale, path, etc).
- Sort iptc data by record number when encoding.
- New Tamron 70-300 mm lens improperly recognized.
- "Assertion `sv == d' failed" in 0.21.1 (r2474).
- Build failure on MinGW with GCC >= 4.6 because of "-no-undefined".
- Debug messages of psdimages.cpp go to stdout instead of stderr.
- PSD resource block handling patch II.
- Setting metadata on an image should always succeed.
- Exiv2 fails to write to JPEG with an empty APP13 Photoshop PS3 segment.
- Wrong ELSE statement in src/CMakeLists.txt.
- On Windows (MSVC and MinGW builds), charset conversions now use respective
Windows functions if iconv is not available.
- Support for Encapsulated PostScript (*.eps) files.
- The exiv2 library should be re-entrant.
- Fixed typo: SupplementalCategory -> SupplementalCategories.
- Added Tokina AT-X 107 AF DX Fish-eye 10-17mm f/3.5-4.5 lens.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exiv2/Makefile | 5 | ||||
-rw-r--r-- | graphics/exiv2/PLIST | 3 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 6141a539132..8ffec316dda 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2011/04/22 13:41:59 obache Exp $ +# $NetBSD: Makefile,v 1.31 2011/10/11 09:55:31 adam Exp $ -DISTNAME= exiv2-0.21.1 -PKGREVISION= 1 +DISTNAME= exiv2-0.22 CATEGORIES= graphics MASTER_SITES= http://www.exiv2.org/ diff --git a/graphics/exiv2/PLIST b/graphics/exiv2/PLIST index c8818ef75ff..6e8ab731610 100644 --- a/graphics/exiv2/PLIST +++ b/graphics/exiv2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2010/12/03 10:16:46 adam Exp $ +@comment $NetBSD: PLIST,v 1.15 2011/10/11 09:55:31 adam Exp $ bin/exiv2 include/exiv2/basicio.hpp include/exiv2/bmpimage.hpp @@ -7,6 +7,7 @@ include/exiv2/cr2image.hpp include/exiv2/crwimage.hpp include/exiv2/datasets.hpp include/exiv2/easyaccess.hpp +include/exiv2/epsimage.hpp include/exiv2/error.hpp include/exiv2/exif.hpp include/exiv2/exiv2.hpp diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index 003f375b982..acd14b90ea6 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2011/02/15 07:52:02 adam Exp $ +$NetBSD: distinfo,v 1.21 2011/10/11 09:55:31 adam Exp $ -SHA1 (exiv2-0.21.1.tar.gz) = d33e0efbad5d6a7af7f2e6d1d0beb6e7c941cfca -RMD160 (exiv2-0.21.1.tar.gz) = 8eaddf863500c391d2d779747b24d6eb004b1d9f -Size (exiv2-0.21.1.tar.gz) = 3004521 bytes +SHA1 (exiv2-0.22.tar.gz) = 35211d853a986fe1b008fca14db090726e8dcce3 +RMD160 (exiv2-0.22.tar.gz) = 068f3bc72e48a58bf3a3dfa2feeb8379557a34e7 +Size (exiv2-0.22.tar.gz) = 3482572 bytes SHA1 (patch-aa) = 05a70bc0ea212fd463074ecc40f5840574a2cbad |