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 27331158089 for ; Thu, 28 Sep 2023 10:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A9922BC018; Thu, 28 Sep 2023 10:01:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4347F2BC018 for ; Thu, 28 Sep 2023 10:01:47 +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 54B6A335CEE for ; Thu, 28 Sep 2023 10:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93EF126E for ; Thu, 28 Sep 2023 10:01:44 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1695810286.582e9022ea11bd4709badbf98d88b44edee2db6e.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild X-VCS-Directories: mpv-plugin/mpv-mpris/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 582e9022ea11bd4709badbf98d88b44edee2db6e X-VCS-Branch: master Date: Thu, 28 Sep 2023 10:01:44 +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: d9b1d336-4245-47d4-ad8d-da601d148808 X-Archives-Hash: c4969b28554c573ca31b0e3f3f5e8beb commit: 582e9022ea11bd4709badbf98d88b44edee2db6e Author: Oliver Freyermuth googlemail com> AuthorDate: Wed Sep 27 10:24:46 2023 +0000 Commit: David Roman gmail com> CommitDate: Wed Sep 27 10:24:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=582e9022 mpv-plugin/mpv-mpris: add subslot dependency on media-video/ffmpeg Signed-off-by: Oliver Freyermuth googlemail.com> mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild | 2 +- mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild index fd71f78d4c..906a974c0d 100644 --- a/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild +++ b/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild @@ -22,7 +22,7 @@ IUSE="test" RDEPEND=" dev-libs/glib:2 - media-video/ffmpeg + media-video/ffmpeg:= " DEPEND="${RDEPEND}" # temporary dep for tests on media-video/mpv due to https://github.com/mpv-player/mpv/pull/11468 diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild index fd71f78d4c..906a974c0d 100644 --- a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild +++ b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild @@ -22,7 +22,7 @@ IUSE="test" RDEPEND=" dev-libs/glib:2 - media-video/ffmpeg + media-video/ffmpeg:= " DEPEND="${RDEPEND}" # temporary dep for tests on media-video/mpv due to https://github.com/mpv-player/mpv/pull/11468