Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716624 - media-video/mpv-9999: waf: error: no such option: --enable-libass
Summary: media-video/mpv-9999: waf: error: no such option: --enable-libass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL: https://github.com/mpv-player/mpv/com...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-07 22:25 UTC by gerion
Modified: 2020-04-09 11:33 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gerion 2020-04-07 22:25:40 UTC
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.
Comment 1 Ionen Wolkens gentoo-dev 2020-04-08 03:18:43 UTC
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.
Comment 2 Larry the Git Cow gentoo-dev 2020-04-09 11:33:13 UTC
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(-)