summaryrefslogtreecommitdiff
path: root/graphics/exiv2
AgeCommit message (Collapse)AuthorFilesLines
2010-06-11Changes 0.20:adam2-12/+9
* 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
2010-05-31Fix build on Solaris; patch from the KDE-Solaris project via Joerndholland2-1/+17
Clausen in PR 37720.
2010-01-27Changes 0.19:adam3-14/+14
* 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-07update to 0.18.2drochner4-10/+12
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-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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-08Fix PLIST. Bump revision.joerg2-3/+4
2009-01-07Update to 0.18. Minor changes omitted.gdt4-21/+24
- 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-22Update to 0.17.1. Bugfixes in library (some bugs introduced in 0.17):gdt2-6/+6
- 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.
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-06-07Update to 0.17.gdt4-71/+15
Significant Changes from version 0.16 * Exiv2 utility - [tools] exiv2 now writes a proper XMP sidecar file (it used to just dump the XMP packet to a file). - [tools] exiv2 can now also save Exif and IPTC data in the XMP sidecar file (conversion of Exif/IPTC to/from XMP). * Exiv2 library - 0000546: [exif] Exiv2 crashes while converting Nikon lens information for pretty printing.
2008-06-07Add patch:gdt3-2/+66
From upstream SVN, svn diff -r 1388:1399. Fixes http://dev.robotbattle.com/bugs/view.php?id=0000546. PKGREVISION++.
2008-01-16Update to 0.16:wiz4-9/+16
10-Jan-2008 Exiv2 0.16 released Here is the final 0.16 release with XMP support. It took longer than it should have and thus contains quite a list of bug fixes and enhancements. 09-Nov-2007 Exiv2 0.16-pre1 This is a pre-release of the upcoming Exiv2 0.16 with XMP support. Adding XMP metadata to an image is now just as easy as adding Exif or IPTC tags. In addition there is new support for Olympus ORF images and Pentax makernotes. Please try Exiv2 0.16-pre1 and report issues you may have with it to the Exiv2 forum. 24-Sep-2007 XMP testing The XMP implementation is now in the trunk in SVN and it is reasonably complete and ready for testing. Please try it out and let us know your comments. See this announcement for more details. 31-Aug-2007 XMP support We're working on adding XMP support to the library, which should become the main feature of the next release. Contributions are welcome, in particular we need input from potential users about API preferences and XMP test data. You are invited to join this discussion in the forum and contribute your viewpoints. 10-Jul-2007 Exiv2 0.15 released This maintenance release fixes a number of bugs, adds support for Minolta G500 RAW files and has minor tag and some larger translation updates. See the changelog for a concise listing of patches in this release.
2007-07-17update to 0.15drochner2-6/+6
This maintenance release fixes a number of bugs, adds support for Minolta G500 RAW files and has minor tag and some larger translation updates.
2007-04-03Fix compile problems due to an incompatibility in error reporting,drochner1-2/+2
introduced by exiv2-0.14. Require exiv2>=0.14. Ride on recent PKGREVISION bumps. Approved by gdt and wiz.
2007-03-23update to 0.14drochner3-15/+14
changes: Proper library versioning, small fixes and features
2007-03-13update to 0.13drochner3-9/+17
changes: -added i18n -support for Fuji RAF -minor bugfixes and feature additions
2006-11-28Update to 0.12. Bugfix release... please seextraeme2-6/+6
http://www.exiv2.org/changelog.html for the full list of changes. CVS ----------------------------------------------------------------------
2006-10-12include zlib/buildlinkdrochner1-1/+2
2006-10-09Update to 2.0.11:gdt3-7/+11
Bug fixes and minor enhancements plus - [exif] Added read support for PNG images (Gilles Caulier)
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-11set BUILDLINK_API_DEPENDS, not ABI, and use +=.gdt1-2/+2
(shlib major changed, so assume API changed too)
2006-06-10BUILDLINK_ABI_DEPENDS on 0.10; the shlib version changed from 0.9gdt1-12/+2
2006-06-09fixup the .pc filedrochner1-1/+2
2006-06-09Take maintainership.gdt4-12/+21
Update HOMEPAGE/MASTER_SITES. Update to 0.10. bug fixes improved CRW support add tiff suppport (and therefore NEF)
2006-05-16add onedrochner1-0/+28
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-07update to 0.9.1drochner3-9/+38
changes: -New -M option to specify modify commands directly on the command line -new -l option for a directory to/from which to extract/import files -bugfixes -Libtool support -added makernotes -raw file support
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-03add RMD160drochner1-1/+2
2005-03-03require g++-3.3 to make it build on 1.6drochner1-1/+3
(should fix bulk build)
2005-02-25import exiv2-0.6.1, another tool to look at exif metadatadrochner4-0/+26