~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to extra/libkface/README

  • Committer: Package Import Robot
  • Author(s): Felix Geyer, Rohan Garg, Philip Muškovac, Felix Geyer
  • Date: 2011-09-23 18:18:55 UTC
  • mfrom: (1.2.36 upstream)
  • Revision ID: package-import@ubuntu.com-20110923181855-ifs67wxkugshev9k
Tags: 2:2.1.1-0ubuntu1
[ Rohan Garg ]
* New upstream release (LP: #834190)
  - debian/control
    + Build with libqtwebkit-dev
 - debian/kipi-plugins-common
    + Install libkvkontakte required by kipi-plugins
 - debian/digikam
    + Install panoramagui

[ Philip Muškovac ]
* New upstream release
  - debian/control:
    + Add libcv-dev, libcvaux-dev, libhighgui-dev, libboost-graph1.46-dev,
      libksane-dev, libxml2-dev, libxslt-dev, libqt4-opengl-dev, libqjson-dev,
      libgpod-dev and libqca2-dev to build-deps
    + Add packages for kipi-plugins, libmediawiki, libkface, libkgeomap and
      libkvkontakte
  - debian/rules:
    + Don't build with gphoto2 since it doesn't build with it.
  - Add kubuntu_fix_test_linking.diff to fix linking of the dngconverter test
  - update install files
  - update kubuntu_01_mysqld_executable_name.diff for new cmake layout
    and rename to kubuntu_mysqld_executable_name.diff
* Fix typo in digikam-data description (LP: #804894)
* Fix Vcs links

[ Felix Geyer ]
* Move library data files to the new packages libkface-data, libkgeomap-data
  and libkvkontakte-data.
* Override version of the embedded library packages to 1.0~digikam<version>.
* Exclude the library packages from digikam-dbg to prevent file conflicts in
  the future.
* Call dh_install with --list-missing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LibFace Library interface for KDE
 
2
 
 
3
This library is a part of digiKam project (http://www.digikam.org)
 
4
 
 
5
-- AUTHORS ------------------------------------------------------------
 
6
 
 
7
See AUTHORS file for details.
 
8
 
 
9
-- ABOUT --------------------------------------------------------------
 
10
 
 
11
Libkface is a Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures 
 
12
 
 
13
This library is used by kipi-plugins, digiKam and others kipi host programs.
 
14
 
 
15
The library documentation is available on header files.
 
16
 
 
17
-- DEPENDENCIES -------------------------------------------------------
 
18
 
 
19
CMake      >= 2.8.x                    http://www.cmake.org
 
20
libqt      >= 4.6.x                    http://www.qtsoftware.com
 
21
libkde     >= 4.4.x                    http://www.kde.org
 
22
libopencv  >= 2.0.0                    http://opencv.willowgarage.com/wiki    (with opencv 'haarcascades' data files)
 
23
 
 
24
Optional:
 
25
 
 
26
libface    >= 0.1.0                    http://libface.sourceforge.net         (internal version used if not detected)
 
27
 
 
28
-- INSTALL ------------------------------------------------------------
 
29
 
 
30
In order to compile, especially when QT3/Qt4 are installed at the same time,
 
31
just use something like that:
 
32
 
 
33
# export VERBOSE=1
 
34
# export QTDIR=/usr/lib/qt4/
 
35
# export PATH=$QTDIR/bin:$PATH
 
36
# cmake .
 
37
# make
 
38
 
 
39
Usual CMake options:
 
40
 
 
41
-DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
 
42
-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
 
 
44
Compared to old KDE3 autoconf options:
 
45
 
 
46
"cmake . -DCMAKE_BUILD_TYPE=debugfull" is equivalent to "./configure --enable-debug=full"
 
47
"cmake . -DCMAKE_INSTALL_PREFIX=/usr"  is equivalent to "./configure --prefix=/usr"
 
48
 
 
49
More details can be found ata this url: http://techbase.kde.org/Development/Tutorials/CMake#Environment_Variables
 
50
 
 
51
Note: To know KDE install path on your computer, use 'kde-config --prefix' command line like this (with full debug object enabled):
 
52
 
 
53
"cmake . -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`"
 
54
 
 
55
-- CONTACT ------------------------------------------------------------
 
56
 
 
57
If you have questions, comments, suggestions to make do email at:
 
58
 
 
59
digikam-devel@kde.org
 
60
 
 
61
IRC channel from freenode.net server:
 
62
 
 
63
#digikam
 
64
 
 
65
-- BUGS ---------------------------------------------------------------
 
66
 
 
67
IMPORTANT : the bugreports and wishlist are hosted by the KDE bugs report 
 
68
system who can be contacted by the standard Kde help menu of plugins dialog. 
 
69
A mail will be automatically sent to the Kipi mailing list.
 
70
There is no need to contact directly the Kipi mailing list for a bug report 
 
71
or a devel wish.
 
72
 
 
73
The current Kipi bugs and devel wish reported to the Kde bugs report can be see 
 
74
at this url:
 
75
 
 
76
http://bugs.kde.org/buglist.cgi?product=digikam&component=libkface&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED