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 49AF115A7D9 for ; Sat, 18 Mar 2023 20:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F3A7E0866; Sat, 18 Mar 2023 20:14:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64F95E0866 for ; Sat, 18 Mar 2023 20:14: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74C2E340DE6 for ; Sat, 18 Mar 2023 20:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB67588F for ; Sat, 18 Mar 2023 20:14:21 +0000 (UTC) From: "Oliver Freyermuth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Oliver Freyermuth" Message-ID: <1679170387.486f989f33290842fdf31906ae33e14ceb99a544.freyermuth@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-mpris/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild X-VCS-Directories: mpv-plugin/mpv-mpris/ X-VCS-Committer: freyermuth X-VCS-Committer-Name: Oliver Freyermuth X-VCS-Revision: 486f989f33290842fdf31906ae33e14ceb99a544 X-VCS-Branch: dev Date: Sat, 18 Mar 2023 20:14:21 +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: 76e7f0ac-5f30-4b8a-b42b-8eaafa6d3a65 X-Archives-Hash: 39dbc91e44ef01c876e3b48778d4e8f4 commit: 486f989f33290842fdf31906ae33e14ceb99a544 Author: Oliver Freyermuth googlemail com> AuthorDate: Sat Mar 18 20:13:07 2023 +0000 Commit: Oliver Freyermuth googlemail com> CommitDate: Sat Mar 18 20:13:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=486f989f mpv-plugin/mpv-mpris: depend on mpv script backends for tests Current media-video/mpv does not support "scripts" option unless lua or javascript support is enabled. This is fixed upstream via: https://github.com/mpv-player/mpv/pull/11468 for the next release. Closes: https://bugs.gentoo.org/901311 Signed-off-by: Oliver Freyermuth googlemail.com> mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild | 8 +++++++- mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild index f5ef84c62..5f8084794 100644 --- a/mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild +++ b/mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,12 +24,18 @@ RDEPEND=" dev-libs/glib:2 " DEPEND="${RDEPEND}" +# temporary dep for tests on media-video/mpv due to https://github.com/mpv-player/mpv/pull/11468 BDEPEND=" virtual/pkgconfig test? ( app-misc/jq app-text/jo media-sound/playerctl + || ( + media-video/mpv[lua] + media-video/mpv[javascript] + >=media-video/mpv-0.36 + ) net-misc/socat sys-apps/dbus x11-apps/xauth diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild index f5ef84c62..5f8084794 100644 --- a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild +++ b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,12 +24,18 @@ RDEPEND=" dev-libs/glib:2 " DEPEND="${RDEPEND}" +# temporary dep for tests on media-video/mpv due to https://github.com/mpv-player/mpv/pull/11468 BDEPEND=" virtual/pkgconfig test? ( app-misc/jq app-text/jo media-sound/playerctl + || ( + media-video/mpv[lua] + media-video/mpv[javascript] + >=media-video/mpv-0.36 + ) net-misc/socat sys-apps/dbus x11-apps/xauth