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 4493D15803E for ; Wed, 3 Jan 2024 21:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 245F82BC018; Wed, 3 Jan 2024 21:52:13 +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 BF4062BC018 for ; Wed, 3 Jan 2024 21:52:12 +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 AE661343030 for ; Wed, 3 Jan 2024 21:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E39B134D for ; Wed, 3 Jan 2024 21:52:10 +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: <1704318711.8832fcf58902553cce4412548f1c23bc8e6d86d9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwin/kwin-5.27.10-r1.ebuild kde-plasma/kwin/kwin-5.91.0.ebuild kde-plasma/kwin/win-5.27.10-r2.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8832fcf58902553cce4412548f1c23bc8e6d86d9 X-VCS-Branch: master Date: Wed, 3 Jan 2024 21:52:10 +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: c7563c81-8232-442f-8551-d1210cfba9a3 X-Archives-Hash: 27369061a435b08beda094fab29abcfc commit: 8832fcf58902553cce4412548f1c23bc8e6d86d9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 3 21:47:11 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 3 21:51:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8832fcf5 kde-plasma/kwin: Add missing IUSE=multimedia RDEPEND Thanks-to: Johannes Penßel Bug: https://bugs.gentoo.org/919763 Closes: https://bugs.gentoo.org/920833 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-5.91.0.ebuild | 5 ++++- kde-plasma/kwin/{kwin-5.27.10-r1.ebuild => win-5.27.10-r2.ebuild} | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwin/kwin-5.91.0.ebuild b/kde-plasma/kwin/kwin-5.91.0.ebuild index b4f49ddd8f1e..29244a739f88 100644 --- a/kde-plasma/kwin/kwin-5.91.0.ebuild +++ b/kde-plasma/kwin/kwin-5.91.0.ebuild @@ -83,7 +83,10 @@ RDEPEND="${COMMON_DEPEND} >=kde-plasma/libplasma-${PVCUT}:6 sys-apps/hwdata x11-base/xwayland - multimedia? ( >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer,qml] ) + multimedia? ( + >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer,qml] + media-plugins/gst-plugins-soup:1.0 + ) " DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.11.1 diff --git a/kde-plasma/kwin/kwin-5.27.10-r1.ebuild b/kde-plasma/kwin/win-5.27.10-r2.ebuild similarity index 97% rename from kde-plasma/kwin/kwin-5.27.10-r1.ebuild rename to kde-plasma/kwin/win-5.27.10-r2.ebuild index e5168baa0595..7f8e1d8c14ab 100644 --- a/kde-plasma/kwin/kwin-5.27.10-r1.ebuild +++ b/kde-plasma/kwin/win-5.27.10-r2.ebuild @@ -81,7 +81,10 @@ RDEPEND="${COMMON_DEPEND} >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] sys-apps/hwdata x11-base/xwayland - multimedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] ) + multimedia? ( + >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] + media-plugins/gst-plugins-soup:1.0 + ) " DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.9