Warning, /graphics/libkipi/README is written in an unsupported language. File is not indexed.

0001 KIPI Library (KDE Image Program Interface)
0002 
0003 -- AUTHORS ------------------------------------------------------------
0004 
0005 See AUTHORS file for details.
0006 
0007 -- ABOUT --------------------------------------------------------------
0008 
0009 Libkipi is an interface to use kipi-plugins from a KDE image management program.
0010 
0011 The library documentation is available on header files.
0012 
0013 -- DEPENDENCIES -------------------------------------------------------
0014 
0015 CMake           >= 2.8.12                   http://www.cmake.org
0016 ECM             >= 1.7.0                    https://commits.kde.org/extra-cmake-modules
0017 libqt           >= 5.4.0                    http://qt-project.org
0018 libkde          >= 5.5.0                    http://www.kde.org
0019 
0020 Optionals (for tests implementations only):
0021 
0022 libjpeg         >= 6b                       http://www.ijg.org
0023 libtiff         >= 3.8.2                    http://www.remotesensing.org/libtiff
0024 libpng          >= 1.2.0                    http://www.libpng.org/pub/png/libpng.html
0025 libkexiv2       >= 5.0.0                    https://commits.kde.org/libkexiv2
0026 
0027 -- INSTALL ------------------------------------------------------------
0028 
0029 Usual CMake options:
0030 
0031 -DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
0032 -DCMAKE_BUILD_TYPE     : decide which type of build you want. You can chose between "debug", "profile", "relwithdebinfo" and "release". The default is "relwithdebinfo" (-O2 -g).
0033 
0034 Note: To know KDE install path on your computer, use 'kf5-config --prefix' command line like this (with debug object enabled):
0035 
0036 "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"
0037 
0038 -- BUGS ---------------------------------------------------------------
0039 
0040 IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report
0041 system who can be contacted by the standard Kde help menu of the plugins dialog.
0042 
0043 The current bugs and devel wish reported to the Kde bugs report can be seen 
0044 at this url:
0045 
0046 http://bugs.kde.org/buglist.cgi?product=libkipi&component=general&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED