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 495BB158094 for ; Sat, 9 Jul 2022 12:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90A3AE0891; Sat, 9 Jul 2022 12:53:03 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AC58E088C for ; Sat, 9 Jul 2022 12:53:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 89B03340F38 for ; Sat, 9 Jul 2022 12:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 145B2548 for ; Sat, 9 Jul 2022 12:52:59 +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: <1657371158.0af99b556a8a5c1b6aa37b70c7295d4278e4a329.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/gwenview/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/gwenview/gwenview-9999.ebuild kde-apps/gwenview/metadata.xml X-VCS-Directories: kde-apps/gwenview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0af99b556a8a5c1b6aa37b70c7295d4278e4a329 X-VCS-Branch: master Date: Sat, 9 Jul 2022 12:52:59 +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: 39d5c82b-74af-42f6-8a0d-c760fa42838a X-Archives-Hash: c56eda1bc4b33a89790e7f3e382edf3b commit: 0af99b556a8a5c1b6aa37b70c7295d4278e4a329 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 9 11:34:38 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 9 12:52:38 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0af99b55 kde-apps/gwenview: Add IUSE annotate Upstream commit 8f3bf87bcda2f678a15a48a5cefdca912d80dff8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/gwenview/gwenview-9999.ebuild | 4 +++- kde-apps/gwenview/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-apps/gwenview/gwenview-9999.ebuild b/kde-apps/gwenview/gwenview-9999.ebuild index 1477c367c3..3b29d35a04 100644 --- a/kde-apps/gwenview/gwenview-9999.ebuild +++ b/kde-apps/gwenview/gwenview-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/gwenview/ https://userbase.kde.org/Gwenview" LICENSE="GPL-2+ handbook? ( FDL-1.2 )" SLOT="5" KEYWORDS="" -IUSE="activities fits +mpris raw semantic-desktop share X" +IUSE="activities +annotate fits +mpris raw semantic-desktop share X" # requires running environment RESTRICT="test" @@ -50,6 +50,7 @@ COMMON_DEPEND=" >=media-libs/phonon-4.11.0 media-libs/tiff activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 ) + annotate? ( >=media-libs/kimageannotator-0.5.0 ) fits? ( sci-libs/cfitsio ) mpris? ( >=dev-qt/qtdbus-${QTMIN}:5 ) raw? ( >=kde-apps/libkdcraw-${PVCUT}:5 ) @@ -83,6 +84,7 @@ src_prepare() { src_configure() { local mycmakeargs=( $(cmake_use_find_package activities KF5Activities) + $(cmake_use_find_package annotate kImageAnnotator) $(cmake_use_find_package fits CFitsio) $(cmake_use_find_package raw KF5KDcraw) -DGWENVIEW_SEMANTICINFO_BACKEND=$(usex semantic-desktop Baloo None) diff --git a/kde-apps/gwenview/metadata.xml b/kde-apps/gwenview/metadata.xml index 4e5e4b8b85..b0e63c7843 100644 --- a/kde-apps/gwenview/metadata.xml +++ b/kde-apps/gwenview/metadata.xml @@ -10,6 +10,7 @@ Enable kactivities support + Enable support for image annotations using media-libs/kimageannotator Enable support for NASA's sci-libs/cfitsio library Enable support for MPRIS2 interface, requiring dev-qt/qtdbus as dependency. Enable support for a share menu using kde-frameworks/purpose