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 8FE7B13835B for ; Sun, 7 Mar 2021 23:04:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAB5E0955; Sun, 7 Mar 2021 23:04:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C6EF9E0955 for ; Sun, 7 Mar 2021 23:04:10 +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 E4008340817 for ; Sun, 7 Mar 2021 23:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 441A3587 for ; Sun, 7 Mar 2021 23:04:04 +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: <1615155126.92ad645e74fe4d75cc1659e014fce859841f76c1.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 X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 92ad645e74fe4d75cc1659e014fce859841f76c1 X-VCS-Branch: master Date: Sun, 7 Mar 2021 23:04:04 +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: fc246084-7d7b-4143-bb9e-00b6df2ca7f3 X-Archives-Hash: f9e259e3c9264e1f5c4078c2f58ccbf1 commit: 92ad645e74fe4d75cc1659e014fce859841f76c1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 7 22:12:06 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 7 22:12:06 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=92ad645e media-gfx/digikam: Sync with Gentoo ebuild repo Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/digikam/digikam-9999.ebuild b/media-gfx/digikam/digikam-9999.ebuild index 73ceac0b60..a596d1108e 100644 --- a/media-gfx/digikam/digikam-9999.ebuild +++ b/media-gfx/digikam/digikam-9999.ebuild @@ -26,6 +26,9 @@ LICENSE="GPL-2" SLOT="5" IUSE="addressbook calendar gphoto2 heif +imagemagick +lensfun marble mediaplayer mysql opengl openmp +panorama scanner semantic-desktop X" +# bug 366505 +RESTRICT+=" test" + BDEPEND=" >=dev-util/cmake-3.14.3 sys-devel/gettext @@ -81,7 +84,7 @@ COMMON_DEPEND=" >=kde-frameworks/kbookmarks-${KFMIN}:5 ) mediaplayer? ( - media-libs/qtav + media-libs/qtav[opengl(+)] media-video/ffmpeg:= ) opengl? ( @@ -105,9 +108,6 @@ RDEPEND="${COMMON_DEPEND} panorama? ( media-gfx/hugin ) " -RESTRICT+=" test" -# bug 366505 - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp ecm_pkg_pretend