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 772C81582EF for ; Tue, 11 Mar 2025 09:04:50 +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 5E190343151 for ; Tue, 11 Mar 2025 09:04:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A3DB111047A; Tue, 11 Mar 2025 09:04:10 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 996AC11047A for ; Tue, 11 Mar 2025 09:04:10 +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 3DB1134312C for ; Tue, 11 Mar 2025 09:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D4CF28AE for ; Tue, 11 Mar 2025 09:04:07 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1741683802.fef2570f70cba81d179fe79c174c69ec2110aa57.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/moonlight/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/moonlight/moonlight-6.1.0-r1.ebuild net-misc/moonlight/moonlight-6.1.0-r2.ebuild net-misc/moonlight/moonlight-9999.ebuild X-VCS-Directories: net-misc/moonlight/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: fef2570f70cba81d179fe79c174c69ec2110aa57 X-VCS-Branch: master Date: Tue, 11 Mar 2025 09:04:07 +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: df7b350d-a1d3-49c7-8a5a-03344fb00e30 X-Archives-Hash: 95f972490ca194b64d1e0a6b45e53782 commit: fef2570f70cba81d179fe79c174c69ec2110aa57 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 10 06:13:37 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 11 09:03:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef2570f net-misc/moonlight: update ffmpeg usedeps The || ( drm libdrm ) will be replaced later by a single [drm(-)] which can be done without another revbump. Albeit I wonder if this really needs it set? Seems unusual to depend on this. Albeit coming from moonlight it wouldn't be that surprising. Signed-off-by: Ionen Wolkens gentoo.org> .../{moonlight-6.1.0-r1.ebuild => moonlight-6.1.0-r2.ebuild} | 7 +++++-- net-misc/moonlight/moonlight-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/net-misc/moonlight/moonlight-6.1.0-r1.ebuild b/net-misc/moonlight/moonlight-6.1.0-r2.ebuild similarity index 93% rename from net-misc/moonlight/moonlight-6.1.0-r1.ebuild rename to net-misc/moonlight/moonlight-6.1.0-r2.ebuild index bd201d280709..1010a6247535 100644 --- a/net-misc/moonlight/moonlight-6.1.0-r1.ebuild +++ b/net-misc/moonlight/moonlight-6.1.0-r2.ebuild @@ -31,8 +31,11 @@ RDEPEND=" media-libs/libsdl2[gles2,haptic,joystick,kms,sound,video] media-libs/opus media-libs/sdl2-ttf - >=media-video/ffmpeg-6:=[cuda?,libdrm?] - libdrm? ( x11-libs/libdrm ) + >=media-video/ffmpeg-6:=[cuda?] + libdrm? ( + || ( media-video/ffmpeg[drm(-)] media-video/ffmpeg[libdrm(-)] ) + x11-libs/libdrm + ) soundio? ( media-libs/libsoundio:= ) vaapi? ( media-libs/libva:=[wayland?,X?] ) vdpau? ( diff --git a/net-misc/moonlight/moonlight-9999.ebuild b/net-misc/moonlight/moonlight-9999.ebuild index bd201d280709..1010a6247535 100644 --- a/net-misc/moonlight/moonlight-9999.ebuild +++ b/net-misc/moonlight/moonlight-9999.ebuild @@ -31,8 +31,11 @@ RDEPEND=" media-libs/libsdl2[gles2,haptic,joystick,kms,sound,video] media-libs/opus media-libs/sdl2-ttf - >=media-video/ffmpeg-6:=[cuda?,libdrm?] - libdrm? ( x11-libs/libdrm ) + >=media-video/ffmpeg-6:=[cuda?] + libdrm? ( + || ( media-video/ffmpeg[drm(-)] media-video/ffmpeg[libdrm(-)] ) + x11-libs/libdrm + ) soundio? ( media-libs/libsoundio:= ) vaapi? ( media-libs/libva:=[wayland?,X?] ) vdpau? (