graphics/digikam: Enable face detection and other features.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c1ae09ee9e
commit
802c5f2827
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue