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 71A4115800A for ; Sun, 23 Jul 2023 19:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A883AE07F9; Sun, 23 Jul 2023 19:29:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89557E07F9 for ; Sun, 23 Jul 2023 19:29:09 +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 761DD340BB4 for ; Sun, 23 Jul 2023 19:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15280B9E for ; Sun, 23 Jul 2023 19:29: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: <1690140537.582bfaa5fa8bde6a24307f7f8096cd0cc2ba004a.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.36.0.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 582bfaa5fa8bde6a24307f7f8096cd0cc2ba004a X-VCS-Branch: master Date: Sun, 23 Jul 2023 19:29: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: 676f9376-64c1-457c-b9c6-5dd34d149e63 X-Archives-Hash: 8a1a342bcb5273905f75a849cd27d5f8 commit: 582bfaa5fa8bde6a24307f7f8096cd0cc2ba004a Author: Ionen Wolkens gentoo org> AuthorDate: Sun Jul 23 19:26:39 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Jul 23 19:28:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582bfaa5 media-video/mpv: adjust libplacebo warning Turns out mpv did a temporary revert to be able to use older version for the release and missed that. So comments about libplacebo version from previous commit summary do not apply. Signed-off-by: Ionen Wolkens gentoo.org> media-video/mpv/mpv-0.36.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-0.36.0.ebuild b/media-video/mpv/mpv-0.36.0.ebuild index 67d67e316531..6760747c08e2 100644 --- a/media-video/mpv/mpv-0.36.0.ebuild +++ b/media-video/mpv/mpv-0.36.0.ebuild @@ -245,12 +245,12 @@ src_configure() { # notable options left to automagic #dmabuf-wayland: USE="drm wayland" + plus memfd_create support - #libplacebo-next: USE="libplacebo" + >=libplacebo-5.266 + #libplacebo-next: USE="libplacebo" + >=libplacebo-5.264 #vulkan-interop: USE="libplacebo vulkan" + ffmpeg-9999 currently # TODO?: perhaps few more similar compound options should be left auto ) - has_version '>=media-libs/libplacebo-5.266' || + has_version '>=media-libs/libplacebo-5.264' || ewarn "${PN}'s gpu-next video output requires ${_} to be used" meson_src_configure