commit: 24645e8c30bbf0e74996a73c6c9c94e9e63b490d Author: Niklāvs Koļesņikovs <89q1r14hd <AT> relay <DOT> firefox <DOT> com> AuthorDate: Sat Mar 27 17:15:38 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Mon Apr 12 08:15:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24645e8c
media-video/mpv: Pre-emptively block libplacebo's 3.104 series. Ensures that when libplacebo gets bumped, its API incompatible 3.104 series will get blocked by mpv 0.33.1-r1 ebuild (9999 is fine). A revision bump wasn't technically mandatory but ionen recommended it without changing KEYWORDS just to be extra sure the dependency update will not get missed. Closes: https://bugs.gentoo.org/775905 Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd <AT> relay.firefox.com> Closes: https://github.com/gentoo/gentoo/pull/20137 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> media-video/mpv/{mpv-0.33.1.ebuild => mpv-0.33.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-0.33.1.ebuild b/media-video/mpv/mpv-0.33.1-r1.ebuild similarity index 99% rename from media-video/mpv/mpv-0.33.1.ebuild rename to media-video/mpv/mpv-0.33.1-r1.ebuild index c749f487bd6..502d8074bc4 100644 --- a/media-video/mpv/mpv-0.33.1.ebuild +++ b/media-video/mpv/mpv-0.33.1-r1.ebuild @@ -93,7 +93,7 @@ COMMON_DEPEND=" vaapi? ( x11-libs/libva:=[drm?,X?,wayland?] ) vdpau? ( x11-libs/libvdpau ) vulkan? ( - media-libs/libplacebo:=[vulkan] + <media-libs/libplacebo-3.104.0:=[vulkan] media-libs/shaderc ) wayland? (
