From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 832741581EE for ; Mon, 24 Mar 2025 09:51:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6E0EA343515 for ; Mon, 24 Mar 2025 09:51:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9CDCC1103B8; Mon, 24 Mar 2025 09:51:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 858DB1104AD for ; Mon, 24 Mar 2025 09:51:30 +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 29F17343509 for ; Mon, 24 Mar 2025 09:51:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B1781EEA for ; Mon, 24 Mar 2025 09:51:28 +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: <1742500808.e8cac1a051bf88ecf8362f4982b0fe5b969a6393.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/wivrn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/wivrn/wivrn-0.22-r1.ebuild media-libs/wivrn/wivrn-0.23.1.ebuild media-libs/wivrn/wivrn-0.23.2-r1.ebuild media-libs/wivrn/wivrn-0.23.ebuild media-libs/wivrn/wivrn-9999.ebuild X-VCS-Directories: media-libs/wivrn/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e8cac1a051bf88ecf8362f4982b0fe5b969a6393 X-VCS-Branch: master Date: Mon, 24 Mar 2025 09:51:28 +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: 4698b7a3-1be0-44f3-9cbf-baff2ca61d1e X-Archives-Hash: 4513eee3a5e8d5071e517aa3d8901914 commit: e8cac1a051bf88ecf8362f4982b0fe5b969a6393 Author: Patrick Nicolas laposte net> AuthorDate: Thu Mar 20 20:00:08 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Mar 20 20:00:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8cac1a0 media-libs/wivrn: fix ffmpeg[libdrm] dependency Signed-off-by: Patrick Nicolas laposte.net> media-libs/wivrn/wivrn-0.22-r1.ebuild | 5 +++-- media-libs/wivrn/wivrn-0.23.1.ebuild | 5 +++-- media-libs/wivrn/wivrn-0.23.2-r1.ebuild | 5 +++-- media-libs/wivrn/wivrn-0.23.ebuild | 5 +++-- media-libs/wivrn/wivrn-9999.ebuild | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/media-libs/wivrn/wivrn-0.22-r1.ebuild b/media-libs/wivrn/wivrn-0.22-r1.ebuild index 168838262..6e736294c 100644 --- a/media-libs/wivrn/wivrn-0.22-r1.ebuild +++ b/media-libs/wivrn/wivrn-0.22-r1.ebuild @@ -49,9 +49,10 @@ RDEPEND=" systemd? ( sys-apps/systemd ) - vaapi? ( + vaapi? ( || ( media-video/ffmpeg[libdrm,vaapi] - ) + media-video/ffmpeg[drm,vaapi] + ) ) wireshark-plugins? ( net-analyzer/wireshark ) diff --git a/media-libs/wivrn/wivrn-0.23.1.ebuild b/media-libs/wivrn/wivrn-0.23.1.ebuild index a9355e1af..3cf7268da 100644 --- a/media-libs/wivrn/wivrn-0.23.1.ebuild +++ b/media-libs/wivrn/wivrn-0.23.1.ebuild @@ -52,9 +52,10 @@ RDEPEND=" systemd? ( sys-apps/systemd ) - vaapi? ( + vaapi? ( || ( media-video/ffmpeg[libdrm,vaapi] - ) + media-video/ffmpeg[drm,vaapi] + ) ) wireshark-plugins? ( net-analyzer/wireshark ) diff --git a/media-libs/wivrn/wivrn-0.23.2-r1.ebuild b/media-libs/wivrn/wivrn-0.23.2-r1.ebuild index a8d6c23e5..aad39118f 100644 --- a/media-libs/wivrn/wivrn-0.23.2-r1.ebuild +++ b/media-libs/wivrn/wivrn-0.23.2-r1.ebuild @@ -52,9 +52,10 @@ RDEPEND=" systemd? ( sys-apps/systemd ) - vaapi? ( + vaapi? ( || ( media-video/ffmpeg[libdrm,vaapi] - ) + media-video/ffmpeg[drm,vaapi] + ) ) wireshark-plugins? ( net-analyzer/wireshark ) diff --git a/media-libs/wivrn/wivrn-0.23.ebuild b/media-libs/wivrn/wivrn-0.23.ebuild index a9355e1af..3cf7268da 100644 --- a/media-libs/wivrn/wivrn-0.23.ebuild +++ b/media-libs/wivrn/wivrn-0.23.ebuild @@ -52,9 +52,10 @@ RDEPEND=" systemd? ( sys-apps/systemd ) - vaapi? ( + vaapi? ( || ( media-video/ffmpeg[libdrm,vaapi] - ) + media-video/ffmpeg[drm,vaapi] + ) ) wireshark-plugins? ( net-analyzer/wireshark ) diff --git a/media-libs/wivrn/wivrn-9999.ebuild b/media-libs/wivrn/wivrn-9999.ebuild index a8d6c23e5..aad39118f 100644 --- a/media-libs/wivrn/wivrn-9999.ebuild +++ b/media-libs/wivrn/wivrn-9999.ebuild @@ -52,9 +52,10 @@ RDEPEND=" systemd? ( sys-apps/systemd ) - vaapi? ( + vaapi? ( || ( media-video/ffmpeg[libdrm,vaapi] - ) + media-video/ffmpeg[drm,vaapi] + ) ) wireshark-plugins? ( net-analyzer/wireshark )