Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698608 - media-video/mpv-0.30.0 USE=vulkan requires media-libs/libplacebo, build fails without it
Summary: media-video/mpv-0.30.0 USE=vulkan requires media-libs/libplacebo, build fails...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
: 698648 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-10-26 23:55 UTC by Oliver Nutter
Modified: 2019-10-27 16:55 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (build.log,22.49 KB, text/x-log)
2019-10-26 23:55 UTC, Oliver Nutter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Nutter 2019-10-26 23:55:37 UTC
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.
Comment 1 Ionen Wolkens gentoo-dev 2019-10-27 00:05:11 UTC
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.
Comment 2 Ionen Wolkens gentoo-dev 2019-10-27 01:30:50 UTC
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).
Comment 3 Larry the Git Cow gentoo-dev 2019-10-27 07:57:20 UTC
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(-)
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2019-10-27 16:55:26 UTC
*** Bug 698648 has been marked as a duplicate of this bug. ***