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 27065138334 for ; Wed, 18 Dec 2019 12:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30BD5E0920; Wed, 18 Dec 2019 12:23:56 +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 0BCB2E0920 for ; Wed, 18 Dec 2019 12:23:56 +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 1318E34D9EE for ; Wed, 18 Dec 2019 12:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF2108D6 for ; Wed, 18 Dec 2019 12:23:51 +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: <1576671749.90dc47b985de63fb9c7d186ff3521b75e0651890.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: 90dc47b985de63fb9c7d186ff3521b75e0651890 X-VCS-Branch: master Date: Wed, 18 Dec 2019 12:23:51 +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: dec92ae1-6ba2-4d99-82d4-a483f5824363 X-Archives-Hash: a0648ae97f64385377c81ada2d22cc18 commit: 90dc47b985de63fb9c7d186ff3521b75e0651890 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 18 12:22:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 18 12:22:29 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=90dc47b9 media-gfx/digikam: Add USE heif using media-libs/x265 Upstream commit 4968bda51b4cc17c72e5b978a770aa7b3ab7b8bd Package-Manager: Portage-2.3.82, Repoman-2.3.20 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 c9c7d44c89..a42aa5b436 100644 --- a/media-gfx/digikam/digikam-9999.ebuild +++ b/media-gfx/digikam/digikam-9999.ebuild @@ -23,7 +23,7 @@ HOMEPAGE="https://www.digikam.org/" LICENSE="GPL-2" SLOT="5" -IUSE="addressbook calendar dnn +imagemagick gphoto2 +lensfun libav marble mediaplayer mysql opengl openmp +panorama scanner semantic-desktop vkontakte webkit X" +IUSE="addressbook calendar dnn heif +imagemagick gphoto2 +lensfun libav marble mediaplayer mysql opengl openmp +panorama scanner semantic-desktop vkontakte webkit X" BDEPEND=" sys-devel/gettext @@ -70,6 +70,7 @@ COMMON_DEPEND=" calendar? ( >=kde-frameworks/kcalendarcore-${KFMIN}:5 ) dnn? ( >=media-libs/opencv-3.1.0:=[contrib,contribdnn] ) gphoto2? ( media-libs/libgphoto2:= ) + heif? ( media-libs/x265:= ) imagemagick? ( media-gfx/imagemagick:= ) lensfun? ( media-libs/lensfun ) marble? ( @@ -129,6 +130,7 @@ src_configure() { $(cmake_use_find_package calendar KF5CalendarCore) -DENABLE_FACESENGINE_DNN=$(usex dnn) $(cmake_use_find_package gphoto2 Gphoto2) + $(cmake_use_find_package heif X265) $(cmake_use_find_package imagemagick ImageMagick) $(cmake_use_find_package lensfun LensFun) $(cmake_use_find_package marble Marble) diff --git a/media-gfx/digikam/metadata.xml b/media-gfx/digikam/metadata.xml index 3f8f9d04dc..5843335b38 100644 --- a/media-gfx/digikam/metadata.xml +++ b/media-gfx/digikam/metadata.xml @@ -11,6 +11,7 @@ Enable akonadi contact integration Build neural network faces engine module + Enable support for ISO/IEC 23008-12:2017 HEIF files using media-libs/x265 Enable support for additional image formats such as XCF, FITS, HEIC etc. Enable support for media-libs/lensfun Enable support for geolocation using kde-apps/marble