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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E03DF158042 for ; Tue, 5 Nov 2024 01:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FE8BE07C9; Tue, 5 Nov 2024 01:52:41 +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 D77A1E07C9 for ; Tue, 5 Nov 2024 01:52:40 +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 D436D342F93 for ; Tue, 5 Nov 2024 01:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DED6A16D2 for ; Tue, 5 Nov 2024 01:52:37 +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: <1730771525.b4ec838a9d0a15c7eb6f898b7167ecba79af6e36.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-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b4ec838a9d0a15c7eb6f898b7167ecba79af6e36 X-VCS-Branch: master Date: Tue, 5 Nov 2024 01:52:37 +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: 4f009742-2375-4478-a6e8-1658e63a4ef6 X-Archives-Hash: 8bc943416ed105c67cbb7e5d4ea8f31b commit: b4ec838a9d0a15c7eb6f898b7167ecba79af6e36 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Nov 5 01:25:39 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Nov 5 01:52:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ec838a media-video/mpv: enable vulkan by default in live Upstream now selects vulkan by default over egl (aka users can remove gpu-api=vulkan from their mpv.conf for same effect), so it makes sense to be enabled by default here as well regardless of desktop profiles. Do keep egl enabled as well given low footprint and it still acts as a fallback for whomever vulkan was not usable. Users that know they don't need it can still safely disable it though (incl. USE=opengl on libplacebo). Any users getting problems with vulkan can either disable it here, or do gpu-api=opengl in their mpv.conf, support for it is not going anywhere. Signed-off-by: Ionen Wolkens gentoo.org> media-video/mpv/mpv-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 2ddeff6f6a3a..e02b020be31c 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -24,7 +24,7 @@ IUSE=" +X +alsa aqua archive bluray cdda +cli coreaudio debug +drm dvb dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca +libmpv +lua nvenc openal opengl pipewire pulseaudio rubberband sdl selinux - sixel sndio soc test tools +uchardet vaapi vdpau vulkan wayland xv + sixel sndio soc test tools +uchardet vaapi vdpau +vulkan wayland xv zimg zlib " REQUIRED_USE="