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 06FC71581E7 for ; Mon, 22 Apr 2024 20:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61380E29ED; Mon, 22 Apr 2024 20:42:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27CF7E29ED for ; Mon, 22 Apr 2024 20:42:01 +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 695B7343327 for ; Mon, 22 Apr 2024 20:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1A3D1671 for ; Mon, 22 Apr 2024 20:41:58 +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: <1713815668.99ef9d5ba2ec206d90c7fc59e38f9ff72aade5a1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/spectacle/spectacle-24.05.49.9999.ebuild kde-apps/spectacle/spectacle-9999.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99ef9d5ba2ec206d90c7fc59e38f9ff72aade5a1 X-VCS-Branch: master Date: Mon, 22 Apr 2024 20:41:58 +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: 259169f1-ccdb-4957-b84b-d1ffa0d5eae8 X-Archives-Hash: 0b3fda380ae89e65fe4bab95d578f448 commit: 99ef9d5ba2ec206d90c7fc59e38f9ff72aade5a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 22 19:50:32 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 22 19:54:28 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=99ef9d5b kde-apps/spectacle: Add new dependency on media-libs/opencv ...of all things. If you don't like that, go fix this bug in a different way: KDE-bug: https://bugs.kde.org/show_bug.cgi?id=478426 See also: https://invent.kde.org/graphics/spectacle/-/merge_requests/340 Upstream commit 00c90e574ae93b146e703b8f5a7cb6db42fda465 Closes: https://github.com/gentoo/kde/pull/987 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/spectacle/spectacle-24.05.49.9999.ebuild | 1 + kde-apps/spectacle/spectacle-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/spectacle/spectacle-24.05.49.9999.ebuild b/kde-apps/spectacle/spectacle-24.05.49.9999.ebuild index 44c72ce098..23fa59823b 100644 --- a/kde-apps/spectacle/spectacle-24.05.49.9999.ebuild +++ b/kde-apps/spectacle/spectacle-24.05.49.9999.ebuild @@ -42,6 +42,7 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 kde-plasma/kpipewire:6 kde-plasma/layer-shell-qt:6 + media-libs/opencv:= x11-libs/libxcb x11-libs/libXrandr x11-libs/xcb-util diff --git a/kde-apps/spectacle/spectacle-9999.ebuild b/kde-apps/spectacle/spectacle-9999.ebuild index 44c72ce098..23fa59823b 100644 --- a/kde-apps/spectacle/spectacle-9999.ebuild +++ b/kde-apps/spectacle/spectacle-9999.ebuild @@ -42,6 +42,7 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 kde-plasma/kpipewire:6 kde-plasma/layer-shell-qt:6 + media-libs/opencv:= x11-libs/libxcb x11-libs/libXrandr x11-libs/xcb-util