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 C0B7B158020 for ; Mon, 26 Dec 2022 13:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A33B5E097B; Mon, 26 Dec 2022 13:33:33 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 8FE17E097B for ; Mon, 26 Dec 2022 13:33:33 +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 A4D69341125 for ; Mon, 26 Dec 2022 13:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAD89779 for ; Mon, 26 Dec 2022 13:33:30 +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: <1672061580.a5b7ae13e99c01ea84a808cbc61afd99cba05f4f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.35.0-r1.ebuild media-video/mpv/mpv-0.35.0.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a5b7ae13e99c01ea84a808cbc61afd99cba05f4f X-VCS-Branch: master Date: Mon, 26 Dec 2022 13:33:30 +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: e1e74b68-6318-4294-a709-0d6f73241f5a X-Archives-Hash: 97e822a4733ec981a147231506968d11 commit: a5b7ae13e99c01ea84a808cbc61afd99cba05f4f Author: Ionen Wolkens gentoo org> AuthorDate: Mon Dec 26 11:47:17 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Dec 26 13:33:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b7ae13 media-video/mpv: require drm with wayland+vaapi Builds fine without and not entirely sure which configurations truly need USE=drm (nvidia-only so I don't test vaapi), but reports show that it's unlikely to work with (at least) wayland in 0.35. Already enabled by default and realistically everyone with USE=wayland and vaapi will have the deps so there's little reason to disable it. Skipping revbump as it's not overly a problem, mostly in preparation for stabilization in case anyone did global USE=-drm or so. Alternatively it may make sense to drop the USE and enable by default if a non-headless/library build, but leaving that alone for now. Signed-off-by: Ionen Wolkens gentoo.org> media-video/mpv/mpv-0.35.0-r1.ebuild | 5 ++++- media-video/mpv/mpv-0.35.0.ebuild | 5 ++++- media-video/mpv/mpv-9999.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/media-video/mpv/mpv-0.35.0-r1.ebuild b/media-video/mpv/mpv-0.35.0-r1.ebuild index befbfdd2ade0..5919ad1bb124 100644 --- a/media-video/mpv/mpv-0.35.0-r1.ebuild +++ b/media-video/mpv/mpv-0.35.0-r1.ebuild @@ -37,7 +37,10 @@ REQUIRED_USE=" test? ( cli ) tools? ( cli ) uchardet? ( iconv ) - vaapi? ( || ( X egl libplacebo wayland ) ) + vaapi? ( + || ( X egl libplacebo wayland ) + wayland? ( drm ) + ) vdpau? ( X ) vulkan? ( || ( X wayland ) libplacebo ) xv? ( X )" diff --git a/media-video/mpv/mpv-0.35.0.ebuild b/media-video/mpv/mpv-0.35.0.ebuild index 6551a1953b76..1b855c04fbb5 100644 --- a/media-video/mpv/mpv-0.35.0.ebuild +++ b/media-video/mpv/mpv-0.35.0.ebuild @@ -37,7 +37,10 @@ REQUIRED_USE=" test? ( cli ) tools? ( cli ) uchardet? ( iconv ) - vaapi? ( || ( X egl libplacebo wayland ) ) + vaapi? ( + || ( X egl libplacebo wayland ) + wayland? ( drm ) + ) vdpau? ( X ) vulkan? ( || ( X wayland ) libplacebo ) xv? ( X )" diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 3138e56d9b66..a7b00cd2fc59 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -37,7 +37,10 @@ REQUIRED_USE=" test? ( cli ) tools? ( cli ) uchardet? ( iconv ) - vaapi? ( || ( X egl libplacebo wayland ) ) + vaapi? ( + || ( X egl libplacebo wayland ) + wayland? ( drm ) + ) vdpau? ( X ) vulkan? ( || ( X wayland ) libplacebo ) xv? ( X )"