Created attachment 594064 [details] Build log mpv-0.30.0 with use flag vulkan requires libplacebo. The current ebuild doesn't require it, so emerge fails at when running configure. Having libplacebo installed fixes the build.
Likewise for mpv-9999, seems to have been overlooked in the update and then sync'ed. Been briefly discussed post-fix in bug #698538 Basically, adding >=media-libs/libplacebo-1.18.0[vulkan] under vulkan? () should be the proper way to do it.
At same time, would probably be good to change $(use_enable opengl vaapi-glx), --disable/enable-vaapi-glx is no longer a valid flag and will cause the ebuild to fail if vaapi USE flag is enabled. Was mentioned in bug #694364 Overall the ebuild may still need a bit of reviewing/testing, I wouldn't be surprised if there's more things (been a long time since 0.29 and the live ebuild been barely updated).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf716785a4629e400e1e040fdd85a7aac102741 commit ebf716785a4629e400e1e040fdd85a7aac102741 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2019-10-27 07:55:35 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2019-10-27 07:57:17 +0000 media-video/mpv: multiple fixes Closes: https://bugs.gentoo.org/698608 Closes: https://bugs.gentoo.org/698628 Closes: https://bugs.gentoo.org/698626 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> media-video/mpv/mpv-0.30.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
*** Bug 698648 has been marked as a duplicate of this bug. ***