graphics/digikam: Enable face detection and other features.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-03-08 11:03:41 +07:00
parent c1ae09ee9e
commit 802c5f2827
1 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,7 @@
PRGNAM=digikam
VERSION=${VERSION:-4.8.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -76,6 +76,10 @@ cd build
-DMAN_INSTALL_DIR=/usr/man \
-DSYSCONF_INSTALL_DIR=/etc/kde \
-DCMAKE_VERBOSE_MAKEFILE:BOOL="TRUE" \
-DDIGIKAMSC_COMPILE_LIBKGEOMAP=ON \
-DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=ON \
-DDIGIKAMSC_COMPILE_LIBKVKONTAKTE=ON \
-DDIGIKAMSC_COMPILE_LIBKFACE=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG