summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-07-23 15:26:39 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-07-23 15:28:57 -0400
commit582bfaa5fa8bde6a24307f7f8096cd0cc2ba004a (patch)
tree32a08bb6b42057aad27e4ebcb6c266a44905ff66 /media-video/mpv
parentapp-backup/borgbackup: Stabilize 1.2.4-r3 x86, #909789 (diff)
downloadgentoo-582bfaa5fa8bde6a24307f7f8096cd0cc2ba004a.tar.gz
gentoo-582bfaa5fa8bde6a24307f7f8096cd0cc2ba004a.tar.bz2
gentoo-582bfaa5fa8bde6a24307f7f8096cd0cc2ba004a.zip
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 <ionen@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-0.36.0.ebuild4
1 files 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