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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05238159C9B for ; Wed, 7 Aug 2024 19:48:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EC7A2BC0AE; Wed, 7 Aug 2024 19:48:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0A9CB2BC0AE for ; Wed, 7 Aug 2024 19:48:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13A513430BB for ; Wed, 7 Aug 2024 19:48:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A66491EB8 for ; Wed, 7 Aug 2024 19:48:22 +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: <1723060083.51d4b84514a65f6f6dc9e02b3ff18e1ce9806f76.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/digikam/digikam-8.4.0-r10.ebuild media-gfx/digikam/digikam-8.4.0-r11.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 51d4b84514a65f6f6dc9e02b3ff18e1ce9806f76 X-VCS-Branch: master Date: Wed, 7 Aug 2024 19:48:22 +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: 1cb0047c-16a7-47fc-9840-c8757ae73aca X-Archives-Hash: 998b09ee85a9fcfeafeb318bae8c9326 commit: 51d4b84514a65f6f6dc9e02b3ff18e1ce9806f76 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 7 19:38:00 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 7 19:48:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d4b845 media-gfx/digikam: Add missing dependencies, drop IUSE opengl Drop ~x86 since dev-qt/qtwebengine:6 is not optional. Upstream commits: 092c60231a3d7171bebfee6d6f35a1e4c726419f 9f3319fefa1ceaae04e326eb5361b53ce6823623 6de61920616c6bc0d8eddc054042c74c0baa4697 Closes: https://bugs.gentoo.org/937479 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{digikam-8.4.0-r10.ebuild => digikam-8.4.0-r11.ebuild} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/media-gfx/digikam/digikam-8.4.0-r10.ebuild b/media-gfx/digikam/digikam-8.4.0-r11.ebuild similarity index 94% rename from media-gfx/digikam/digikam-8.4.0-r10.ebuild rename to media-gfx/digikam/digikam-8.4.0-r11.ebuild index bdae19de0bda..b5e242ad01f2 100644 --- a/media-gfx/digikam/digikam-8.4.0-r10.ebuild +++ b/media-gfx/digikam/digikam-8.4.0-r11.ebuild @@ -15,15 +15,17 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/digiKam-${PV/_/-}.tar.xz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="addressbook calendar geolocation gphoto2 heif +imagemagick jpegxl +lensfun mysql opengl openmp +panorama scanner semantic-desktop spell video" +IUSE="addressbook calendar geolocation gphoto2 heif +imagemagick jpegxl +lensfun mysql openmp +panorama scanner semantic-desktop spell video" # bug 366505 RESTRICT="test" COMMON_DEPEND=" dev-libs/expat - >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,-gles2-only,gui,mysql?,network,sql,widgets,xml] + >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,-gles2-only,gui,mysql?,network,opengl,sql,widgets,xml] >=dev-qt/qtnetworkauth-${QTMIN}:6 + >=dev-qt/qtscxml-${QTMIN}:6 + >=dev-qt/qtsvg-${QTMIN}:6 >=dev-qt/qtwebengine-${QTMIN}:6[widgets] >=kde-frameworks/kconfig-${KFMIN}:6 >=kde-frameworks/kconfigwidgets-${KFMIN}:6 @@ -45,6 +47,7 @@ COMMON_DEPEND=" media-libs/libpng:= >=media-libs/opencv-3.3.0:=[contrib,contribdnn,features2d] media-libs/tiff:= + virtual/opengl x11-libs/libX11 addressbook? ( >=kde-apps/akonadi-contacts-24.05.2:6 @@ -59,10 +62,6 @@ COMMON_DEPEND=" imagemagick? ( media-gfx/imagemagick:= ) jpegxl? ( media-libs/libjxl:= ) lensfun? ( media-libs/lensfun ) - opengl? ( - >=dev-qt/qtbase-${QTMIN}:6[opengl] - virtual/opengl - ) panorama? ( >=kde-frameworks/threadweaver-${KFMIN}:6 ) scanner? ( >=kde-apps/libksane-24.05.2:6 ) semantic-desktop? ( >=kde-frameworks/kfilemetadata-${KFMIN}:6 ) @@ -124,7 +123,6 @@ src_configure() { $(cmake_use_find_package lensfun LensFun) -DENABLE_MYSQLSUPPORT=$(usex mysql) -DENABLE_INTERNALMYSQL=$(usex mysql) - $(cmake_use_find_package opengl OpenGL) $(cmake_use_find_package panorama KF6ThreadWeaver) $(cmake_use_find_package scanner KSaneWidgets6) -DENABLE_KFILEMETADATASUPPORT=$(usex semantic-desktop)