From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAE50138335 for ; Sun, 21 Apr 2019 12:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFEB7E08AC; Sun, 21 Apr 2019 12:34:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F16FE08AC for ; Sun, 21 Apr 2019 12:34:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0D04341C08 for ; Sun, 21 Apr 2019 12:34:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D93C5B7 for ; Sun, 21 Apr 2019 12:34:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1555849404.07a4dd7e5cbe0657e39ce2e892fc37989fcbd668.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/digikam/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/digikam/digikam-9999.ebuild media-gfx/digikam/metadata.xml X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07a4dd7e5cbe0657e39ce2e892fc37989fcbd668 X-VCS-Branch: master Date: Sun, 21 Apr 2019 12:34:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d4b0afc-0d24-41b6-af24-5cc740d60df9 X-Archives-Hash: 2ed1bfe6c69910f56bcf1cfff7c6f2c1 commit: 07a4dd7e5cbe0657e39ce2e892fc37989fcbd668 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 21 12:21:05 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 21 12:23:24 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=07a4dd7e media-gfx/digikam: Add USE dnn Upstream commit 6a3da298103797d01fa0cb049cccaff39bd1583e Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-9999.ebuild | 4 +++- media-gfx/digikam/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/digikam/digikam-9999.ebuild b/media-gfx/digikam/digikam-9999.ebuild index 1ed43c3ed6..958fe6b291 100644 --- a/media-gfx/digikam/digikam-9999.ebuild +++ b/media-gfx/digikam/digikam-9999.ebuild @@ -19,7 +19,7 @@ DESCRIPTION="Digital photo management application" HOMEPAGE="https://www.digikam.org/" LICENSE="GPL-2" -IUSE="addressbook calendar gphoto2 jpeg2k +lensfun libav marble mediaplayer mysql opengl openmp +panorama scanner semantic-desktop vkontakte webkit X" +IUSE="addressbook calendar dnn gphoto2 jpeg2k +lensfun libav marble mediaplayer mysql opengl openmp +panorama scanner semantic-desktop vkontakte webkit X" BDEPEND=" sys-devel/gettext @@ -64,6 +64,7 @@ COMMON_DEPEND=" $(add_kdeapps_dep kcontacts) ) calendar? ( $(add_kdeapps_dep kcalcore) ) + dnn? ( >=media-libs/opencv-3.1.0:=[contrib_dnn] ) gphoto2? ( media-libs/libgphoto2:= ) jpeg2k? ( media-libs/jasper:= ) lensfun? ( media-libs/lensfun ) @@ -120,6 +121,7 @@ src_configure() { -DENABLE_APPSTYLES=ON -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook) $(cmake-utils_use_find_package calendar KF5CalendarCore) + -DENABLE_FACESENGINE_DNN=$(usex dnn) $(cmake-utils_use_find_package gphoto2 Gphoto2) $(cmake-utils_use_find_package jpeg2k Jasper) $(cmake-utils_use_find_package lensfun LensFun) diff --git a/media-gfx/digikam/metadata.xml b/media-gfx/digikam/metadata.xml index fe15e413c1..db75c6dcb2 100644 --- a/media-gfx/digikam/metadata.xml +++ b/media-gfx/digikam/metadata.xml @@ -10,6 +10,7 @@ Enable akonadi contact integration + Build neural network faces engine module Enable support for media-libs/lensfun Enable support for geolocation using kde-apps/marble Enable support for media player using media-libs/qtav