update
[kdegraphics.git] / libs / libkexiv2 / README
blob83c65d226e4fbef377fdc5b101be17957f262cb3
1 EXIV2 Library interface for KDE
3 This library is a part of Kipi-Plugins project (http://www.kipi-plugins.org)
5 -- AUTHORS ------------------------------------------------------------
7 See AUTHORS file for details.
9 -- ABOUT --------------------------------------------------------------
11 Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures 
12 metadata as EXIF/IPTC and XMP.
14 This library is used by kipi-plugins, digiKam and others kipi host programs.
16 The library documentation is available on header files.
18 -- DEPENDENCIES -------------------------------------------------------
20 CMake      >= 2.4.x                    http://www.cmake.org
21 libqt      >= 4.2.x                    http://www.trolltech.com
22 libkde     >= 4.0.x                    http://www.kde.org
23 libexiv2   >= 0.13  (0.18 recommended) http://www.exiv2.org
25 Note: Exiv2 >= 0.16 is require to handle XMP metadata.
27 -- INSTALL ------------------------------------------------------------
29 In order to compile, especially when QT3/Qt4 are installed at the same time, 
30 just use something like that:
32 # export VERBOSE=1
33 # export QTDIR=/usr/lib/qt4/  
34 # export PATH=$QTDIR/bin:$PATH 
35 # cmake .
36 # make
38 Usual CMake options:
40 -DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
41 -DCMAKE_BUILD_TYPE     : decide which type of build you want. You can chose between "debugfull", "debug", "profile", "relwithdebinfo" and "release". The default is "relwithdebinfo" (-O2 -g).
43 Compared to old KDE3 autoconf options:
45 "cmake . -DCMAKE_BUILD_TYPE=debugfull" is equivalent to "./configure --enable-debug=full"
46 "cmake . -DCMAKE_INSTALL_PREFIX=/usr"  is equivalent to "./configure --prefix=/usr"
48 More details can be found ata this url: http://techbase.kde.org/Development/Tutorials/CMake#Environment_Variables
50 -- CONTACT ------------------------------------------------------------
52 If you have questions, comments, suggestions to make do email at:
54 kde-imaging@kde.org
56 IRC channel from freenode.net server:
58 #kde-imaging
60 -- BUGS ---------------------------------------------------------------
62 IMPORTANT : the bugreports and wishlist are hosted by the KDE bugs report 
63 system who can be contacted by the standard Kde help menu of plugins dialog. 
64 A mail will be automaticly sent to the Kipi mailing list.
65 There is no need to contact directly the Kipi mailing list for a bug report 
66 or a devel wish.
68 The current Kipi bugs and devel wish reported to the Kde bugs report can be see 
69 at this url:
71 http://bugs.kde.org/buglist.cgi?product=kipiplugins&component=libkexiv2&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED