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 A5E22158020 for ; Sat, 19 Nov 2022 13:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42551E0942; Sat, 19 Nov 2022 13:30:18 +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 0C355E090E for ; Sat, 19 Nov 2022 13:30:18 +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 F09953412C3 for ; Sat, 19 Nov 2022 13:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39973757 for ; Sat, 19 Nov 2022 13:30:15 +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: <1668864444.3e04cd1d625dfb089cc4b349463243996c9a8ce8.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.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: 3e04cd1d625dfb089cc4b349463243996c9a8ce8 X-VCS-Branch: master Date: Sat, 19 Nov 2022 13:30:15 +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: 37df7379-9452-459a-9c1d-925ea0d1007e X-Archives-Hash: 2dff1f6fc2610dafdb420719aaeb8eb7 commit: 3e04cd1d625dfb089cc4b349463243996c9a8ce8 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Nov 19 10:19:14 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Nov 19 13:27:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e04cd1d media-video/mpv: enable drm and libmpv by default Low footprint options, realistically everyone has libdrm unless this is an headless machine or put mesa in package.provided and going nvidia+libglvnd-only. Being disabled can also give unexpected results with e.g. vaapi. And libmpv is just an annoyance to enable for any users of frontends. Could even consider removing the option (forced on), which would also simplify the -Dgl logic, but I'll leave that alone at least for now. Signed-off-by: Ionen Wolkens gentoo.org> media-video/mpv/mpv-0.35.0.ebuild | 4 ++-- media-video/mpv/mpv-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/mpv/mpv-0.35.0.ebuild b/media-video/mpv/mpv-0.35.0.ebuild index 80c072d09d63..39a550fa8790 100644 --- a/media-video/mpv/mpv-0.35.0.ebuild +++ b/media-video/mpv/mpv-0.35.0.ebuild @@ -21,8 +21,8 @@ HOMEPAGE="https://mpv.io/" LICENSE="LGPL-2.1+ GPL-2+ BSD ISC MIT" #506946 SLOT="0/2" # soname IUSE=" - +X +alsa aqua archive bluray cdda +cli coreaudio debug drm dvb - dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca libmpv + +X +alsa aqua archive bluray cdda +cli coreaudio debug +drm dvb + dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca +libmpv +libplacebo +lua mmal nvenc openal opengl pipewire pulseaudio raspberry-pi rubberband sdl selinux sndio test tools +uchardet vaapi vdpau vulkan wayland +xv zimg zlib" diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 80c072d09d63..39a550fa8790 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -21,8 +21,8 @@ HOMEPAGE="https://mpv.io/" LICENSE="LGPL-2.1+ GPL-2+ BSD ISC MIT" #506946 SLOT="0/2" # soname IUSE=" - +X +alsa aqua archive bluray cdda +cli coreaudio debug drm dvb - dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca libmpv + +X +alsa aqua archive bluray cdda +cli coreaudio debug +drm dvb + dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca +libmpv +libplacebo +lua mmal nvenc openal opengl pipewire pulseaudio raspberry-pi rubberband sdl selinux sndio test tools +uchardet vaapi vdpau vulkan wayland +xv zimg zlib"