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 | 7e73fe1865d3bcfd00e99489cab2666bccb57151 (patch) | |
tree | 1fcda302d110f749af231321d52393d3b9f0eaad /graphics/exiv2/PLIST | |
parent | b0b31ef8b8c27258a51302e92fc65f4f73da2a5c (diff) | |
download | pkgsrc-7e73fe1865d3bcfd00e99489cab2666bccb57151.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/exiv2/PLIST')
-rw-r--r-- | graphics/exiv2/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
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 |