summaryrefslogtreecommitdiff
path: root/graphics/exiv2/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22Pointers have no sign.joerg1-1/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-03Update exiv2 to 0.25, fixing a security issue. Patch frombsiegert1-6/+9
Timo Buhrmester via mail.
2014-06-05Switch to Makefile.common and fix for -ldladam1-1/+3
2014-06-05Changes 0.24:adam1-5/+5
Exiv2 introduces its first support for Video metadata. Many more cameras and accessories are now recognised. Numerous bugs fixes, build and test improvments.
2012-04-26Changes 0.23:adam1-4/+4
* Exiv2 utility - Allow to add/set tags without a value with the command line tool. * Exiv2 library - 0000819: Recognize Pentax MakerNote in DNGPrivateData (Jonathan Kollasch) - 0000815: Patch for Tokina 11-16mm f/2.8 on Canon (Chris Chiappa) - 0000812: Exiv2 destroys hard links (Reported by Anders Kamf) - 0000811: Typo in de.po (Thomas Beutlich) - 0000810: assert(tiffType() == ttUndefined) error in tiffcomposite.cpp (Reported by Auke Nauta) - 0000809: abs ambiguity in nikonmn.cpp (Pavel Heimlich) - 0000808: build failure in jpgimage.cpp - namespace (Pavel Heimlich) - 0000807: spelling-error-in-binary usr/lib/libexiv2.so.9.0.0 Continous Continuous (Mark Purcell) - 0000806: spelling-error-in-manpage src/exiv2.1 explicitely explicitly (Mark Purcell) - 0000803: Rational/URational issue in convert.cpp (Pavel Heimlich) - 0000800: Missing Photoshop IRB types (8BIM, PHUT, DCSR, AgHg) (Michael Ulbrich, Volker Grabsch) - 0000799: Exiv2 returns wrong XMP type for nested XMP keys - 0000798: Add MS Photo RegionInfo and MetaWorkingGroup Regions schemas (Benjamin H.) - 0000797: A crash can occur with certain JPEGs. (Clint Rogers) - 0000795: Set/Get of PNG comment (Reported by Thomas Beutlich) - 0000794: Typo in exifFlash description (Thomas Beutlich) - 0000793: PNG comment is not set (Thomas Beutlich) - 0000792: New Canon Lens EF-S 18-55mm f/3.5-5.6 IS II (Andreas Ferber) - 0000791: Tamron SP AF 17-50mm F/2,8 XR Di II LD Aspherical [IF] Nikon lens (Philip Johnsson) - 0000790: XMP embedding corrupts CorelDRAW EPS files - 0000778: Add support for Windows Live Photo Gallery face tags (Leif Huhn) - 0000635: [Wish] Write support for Canon RAW CR2 files - Updated Nikon Lens lookup table to v4.3.428.01 of Robert Rottmerhusen's fmountlens list. - Added support for Nikon3 AF Fine Tune array. (Frans van den Bergh) - Added Canon EF-S 18-55mm f/3.5-5.6 III lens. (Jon Charnas) - Fixes to buildForMac to work with 0.22 on Leopard and Lion (Robin Mills) - Added several KIPI XMP properties (Gilles Caulier) - Added cmake patch to fix compilation on MSVC with KDE Windows (Ananta Palani) - Fixed the supported metadata declared by the Image for several image formats (mostly XMP was missing). - Added support for CR2 IFD2 image preview. (An uncompressed TIFF image without white-balance correction.)
2011-10-11Changes 0.22:adam1-4/+4
* 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.
2011-02-15Changes 0.21.1:adam1-4/+4
Fixes: * Cannot extract exif data from Pentax K-x DNG file. * Crash when writing Exif.Image.Software. * Assertion in XmpParser::encode should be an exception. * Regression: Compilation error with EXV_HAVE_XMP_TOOLKIT undefined. * Regression: Panasonic RW2 files are missing information. * Updated configuration files (config.guess, config.sub). * Added new Color Label value to digiKam 2.0.0 XMP namespace.
2010-12-03Changes 0.21:adam1-4/+4
This release adds read and write support for Samsung SRW images and Samsung makernotes. The exiv2 library now accepts a custom error handler and has a setting to control which messages are generated. The exiv2 command line tool has a new 'quiet' option which uses the new functionality to suppress all library warnings. Some important API changes will allow many future image format and makernote enhancements to be done in a binary compatible fashion. The new exiv2.hpp umbrella header file further shields applications from library changes.
2010-06-11Changes 0.20:adam1-4/+4
* 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 Joerndholland1-1/+2
Clausen in PR 37720.
2010-01-27Changes 0.19:adam1-4/+4
* 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.2drochner1-4/+4
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-01-07Update to 0.18. Minor changes omitted.gdt1-4/+4
- 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):gdt1-4/+4
- 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-07Update to 0.17.gdt1-5/+4
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:gdt1-1/+2
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:wiz1-4/+4
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.15drochner1-4/+4
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-03-23update to 0.14drochner1-4/+4
changes: Proper library versioning, small fixes and features
2007-03-13update to 0.13drochner1-4/+4
changes: -added i18n -support for Fuji RAF -minor bugfixes and feature additions
2006-11-28Update to 0.12. Bugfix release... please seextraeme1-4/+4
http://www.exiv2.org/changelog.html for the full list of changes. CVS ----------------------------------------------------------------------
2006-10-09Update to 2.0.11:gdt1-4/+4
Bug fixes and minor enhancements plus - [exif] Added read support for PNG images (Gilles Caulier)
2006-06-09Take maintainership.gdt1-4/+4
Update HOMEPAGE/MASTER_SITES. Update to 0.10. bug fixes improved CRW support add tiff suppport (and therefore NEF)
2006-02-07update to 0.9.1drochner1-4/+4
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
2005-03-03add RMD160drochner1-1/+2
2005-02-25import exiv2-0.6.1, another tool to look at exif metadatadrochner1-0/+4