head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.24 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.22 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.18 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.16 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2007.07.08.06.44.50; author wiz; state dead; branches; next 1.1; 1.1 date 2007.04.01.13.48.39; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.1.5: 0.1.4, 0.1.5: Libtool versioning fixes. 0.1.3 ------------------------------------------------------------------------ New features - API changed: added 4 new static methods to get Exif/Iptc tags description/title. moved depreceate protected methods used by digiKam core to private. Bugs fixed from B.K.O (http://bugs.kde.org): 001 ==> 144604: Rotation causes Exif data corruption. GPS data fix General : Make size of icons used in album icon view more configurable using a slider in status bar. General : Removing direct Exiv2 library depency. libkexiv2 interface is used everywhere instead. 0.1.2 ------------------------------------------------------------------------ New features - added support for exiv2 from svn (next 0.14.0 release) - API changed: added printExiv2ExceptionError to manage Exiv2 C++ Exception error message Bugs fixed from B.K.O (http://bugs.kde.org): 001 ==> 142564: digiKam-signature in iptc and exif tags. 002 ==> 140297: GPS kipi plugin truncates input coordinates, introducing inacuracy. @ text @$NetBSD: patch-ab,v 1.1 2007/04/01 13:48:39 wiz Exp $ --- libkexiv2/kexiv2.h.orig 2007-02-24 21:13:15.000000000 +0000 +++ libkexiv2/kexiv2.h @@@@ -47,6 +47,7 @@@@ namespace Exiv2 class Exifdatum; class ExifData; class IptcData; + class Error; } namespace KExiv2Iface @@@@ -96,6 +97,11 @@@@ public: /** Return a string version of Exiv2 release in format "major.minor.patch" */ static QString Exiv2Version(); + /** Generic method to print the Exiv2 C++ Exception error message from 'e'. + 'msg' string is printed just before like debug header. + */ + static void printExiv2ExceptionError(const QString& msg, Exiv2::Error& e); + //-- Metadata manipulation methods ---------------------------------------------- /** Clear the Comments metadata container in memory. */ @ 1.1 log @Add patches from libkexiv2 svn fixing build with exiv2-0.14. @ text @d1 1 a1 1 $NetBSD$ @