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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D31DD15807C for ; Mon, 4 Nov 2024 23:01:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB323E080E; Mon, 4 Nov 2024 23:01:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D284E080E for ; Mon, 4 Nov 2024 23:01:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 967CA342FAE for ; Mon, 4 Nov 2024 23:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05AEE1CBF for ; Mon, 4 Nov 2024 23:01:29 +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: <1730761265.4a3f2cb1b0521a4a6831562ad730baadf1c7ce7e.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: 4a3f2cb1b0521a4a6831562ad730baadf1c7ce7e X-VCS-Branch: master Date: Mon, 4 Nov 2024 23:01:29 +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: 491853b0-9cef-4cc6-8e0e-3dcb86bb998a X-Archives-Hash: 9b838dc03978ec58158687a971a5ad68 commit: 4a3f2cb1b0521a4a6831562ad730baadf1c7ce7e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 4 23:01:05 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 4 23:01:05 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a3f2cb1 media-gfx/digikam: add missing dev-qt/qtbase[X] USEdep, slot op Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/digikam/digikam-9999.ebuild b/media-gfx/digikam/digikam-9999.ebuild index 76e40575bd..e1e5532bb0 100644 --- a/media-gfx/digikam/digikam-9999.ebuild +++ b/media-gfx/digikam/digikam-9999.ebuild @@ -27,9 +27,10 @@ IUSE="addressbook calendar geolocation gphoto2 heif +imagemagick jpegxl +lensfun # bug 366505 RESTRICT="test" +# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h COMMON_DEPEND=" dev-libs/expat - >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,-gles2-only,gui,mysql?,network,opengl,sql,widgets,xml] + >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,-gles2-only,gui,mysql?,network,opengl,sql,widgets,X,xml] >=dev-qt/qtnetworkauth-${QTMIN}:6 >=dev-qt/qtscxml-${QTMIN}:6 >=dev-qt/qtsvg-${QTMIN}:6 @@ -110,6 +111,8 @@ pkg_setup() { } # FIXME: Unbundle libraw (libs/rawengine/libraw) +# TODO: adding IUSE X requires upstreaming WITH_X11 option for libX11, +# see core/cmake/rules/RulesX11.cmake; only used in core/libs/dimg/filters/icc src_configure() { local mycmakeargs=( -DBUILD_WITH_QT6=ON