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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CD06158015 for ; Sun, 17 Dec 2023 22:44:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84D1A2BC024; Sun, 17 Dec 2023 22:44:29 +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 5CC8B2BC024 for ; Sun, 17 Dec 2023 22:44:29 +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 30377335D75 for ; Sun, 17 Dec 2023 22:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73FF49C4 for ; Sun, 17 Dec 2023 22:44:26 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1702853040.5c3407a319f2d2677364a575a75b5f3ad33d1655.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/moonlight/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/moonlight/moonlight-5.0.1-r1.ebuild net-misc/moonlight/moonlight-5.0.1.ebuild net-misc/moonlight/moonlight-9999.ebuild X-VCS-Directories: net-misc/moonlight/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5c3407a319f2d2677364a575a75b5f3ad33d1655 X-VCS-Branch: master Date: Sun, 17 Dec 2023 22:44:26 +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: acfacb4b-8ef2-44c1-8eb1-8b23014d2246 X-Archives-Hash: 038cfa916c8458883a14b735350df593 commit: 5c3407a319f2d2677364a575a75b5f3ad33d1655 Author: Serge-Yvan Gagnon github com> AuthorDate: Mon Dec 4 01:07:13 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 17 22:44:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3407a3 net-misc/moonlight: Ensure libsdl2 is built with X11 support for VDPAU Signed-off-by: Serge-Yvan Gagnon github.com> Closes: https://github.com/gentoo/gentoo/pull/34122 Signed-off-by: James Le Cuirot gentoo.org> .../moonlight/{moonlight-5.0.1.ebuild => moonlight-5.0.1-r1.ebuild} | 5 ++++- net-misc/moonlight/moonlight-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-misc/moonlight/moonlight-5.0.1.ebuild b/net-misc/moonlight/moonlight-5.0.1-r1.ebuild similarity index 96% rename from net-misc/moonlight/moonlight-5.0.1.ebuild rename to net-misc/moonlight/moonlight-5.0.1-r1.ebuild index 8b57b5053b13..09908df00159 100644 --- a/net-misc/moonlight/moonlight-5.0.1.ebuild +++ b/net-misc/moonlight/moonlight-5.0.1-r1.ebuild @@ -38,7 +38,10 @@ RDEPEND=" libdrm? ( x11-libs/libdrm ) soundio? ( media-libs/libsoundio:= ) vaapi? ( media-libs/libva:=[wayland?,X?] ) - vdpau? ( x11-libs/libvdpau ) + vdpau? ( + x11-libs/libvdpau + media-libs/libsdl2[X] + ) wayland? ( dev-libs/wayland ) X? ( x11-libs/libX11 ) " diff --git a/net-misc/moonlight/moonlight-9999.ebuild b/net-misc/moonlight/moonlight-9999.ebuild index 8b57b5053b13..09908df00159 100644 --- a/net-misc/moonlight/moonlight-9999.ebuild +++ b/net-misc/moonlight/moonlight-9999.ebuild @@ -38,7 +38,10 @@ RDEPEND=" libdrm? ( x11-libs/libdrm ) soundio? ( media-libs/libsoundio:= ) vaapi? ( media-libs/libva:=[wayland?,X?] ) - vdpau? ( x11-libs/libvdpau ) + vdpau? ( + x11-libs/libvdpau + media-libs/libsdl2[X] + ) wayland? ( dev-libs/wayland ) X? ( x11-libs/libX11 ) "