Path to this page:
./
graphics/exiv2,
Image metadata manipulation
Branch: CURRENT,
Version: 0.19,
Package name: exiv2-0.19,
Maintainer: gdtExiv2 comprises a C++ library and a command line utility to access
image metadata (EXIF, IPTC, MakerNotes).
Required to run:[
textproc/expat]
Required to build:[
devel/gmake] [
devel/libtool-base]
Master sites:
SHA1: 4ab8d830094f2842bc286d8e7fb03100ca7f07b1
RMD160: 263267fb75341a6eb60e5201b88bfea11ef18eea
Filesize: 2596.466 KB
Version history: (Expand)
- (2010-01-27) Updated to version: exiv2-0.19
- (2009-07-07) Updated to version: exiv2-0.18.2
- (2009-01-08) Updated to version: exiv2-0.18nb1
- (2009-01-07) Updated to version: exiv2-0.18
- (2008-06-23) Updated to version: exiv2-0.17.1
- (2008-06-08) Updated to version: exiv2-0.17
CVS history: (Expand)
| 2010-01-27 13:40:48 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
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...
|
2009-07-07 12:02:51 by Matthias Drochner | Files touched by this commit (4) |  |
Log message:
update to 0.18.2
changes:
-adds write-support for Adobe Photoshop PSD images
-adds read-support for Panasonic RW2 images
-makernote and lens updates
-bugfixes
-updates Polish translations
approved by gdt
|
| 2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2009-01-08 19:21:54 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix PLIST. Bump revision.
|
2009-01-07 02:07:52 by Greg Troxel | Files touched by this commit (4) |  |
Log message:
Update to 0.18. Minor changes omitted.
- 0000473: [design] Support Preview images. (Vladimir Nadvornik)
- [exif] Added Nikon decryption algorithm and use it to decode
lens data.
- 0000524: [design] Publish only API objects in the installed header files.
- 0000523: [miscellaneous] C++ symbol visibility support for gcc builds.
- 0000464: [metadata] Write support for PNG images. (Gilles Caulier)
- 0000462: [exif] Write support for TIFF format ("New TIFF parser").
|
2008-06-22 12:45:04 by Greg Troxel | Files touched by this commit (2) |  |
Log message:
Update to 0.17.1. Bugfixes in library (some bugs introduced in 0.17):
- 0000560: [xmp] Can't delete (last) XMP tag. (Reported by SerGioGioGio)
- 0000559: [exif] Crash when extracting Exif orientation flag
from Kodak DCR raw file. (Reported by Gilles Caulier)
- 0000558: [jpeg i/o] "Warning: JPEG format error, rc = 5" for
most of my JPEG files. (Reported with patch by
Marcus Holland-Moritz)
- 0000552: [build environment] Build failure under Mac OS X
10.3.9 (Reported by Marius Schamschula)
- [exif] Fixed several potential division by 0 bugs.
|