mpv made libass non optional. See the github link. Reproducible: Always Steps to Reproduce: 1. Fix #716620 2. emerge =mpv-9999 Actual Results: Fails with waf: error: no such option: --enable-libass Expected Results: Compiles Fixing this error leads to: waf: error: no such option: --disable-oss-audio There seems to be a lot of changes in the configure step.
Note that libass dependency wasn't removed, it's just no longer optional so can cleanup the USE. oss/sndio/rsound audio backends were all removed. OSS should still usable through openal or sdl2, the rest was already disabled in the ebuild but needs cleaning up.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5efde6e0f15d4c4537e72ddb5350b08b512952 commit 4d5efde6e0f15d4c4537e72ddb5350b08b512952 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2020-04-09 11:32:13 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2020-04-09 11:33:07 +0000 media-video/mpv: sync live ebuild make libass no-op Closes: https://bugs.gentoo.org/716624 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> media-video/mpv/mpv-9999.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-)