Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559678 - media-video/mpv-9999: waf: error: no such option: --disable-ladspa
Summary: media-video/mpv-9999: waf: error: no such option: --disable-ladspa
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-09-05 15:06 UTC by Timo Rothenpieler
Modified: 2015-12-23 00:46 UTC (History)
9 users (show)

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


Attachments
mpv-9999-no-ladspa.patch (mpv-9999-no-ladspa.patch,990 bytes, patch)
2015-09-05 15:06 UTC, Timo Rothenpieler
Details | Diff
mpv-9999-no-ladspa-no-bs2b.patch (mpv-9999-no-ladspa-no-bs2b.patch,1.39 KB, patch)
2015-09-05 15:30 UTC, Ramon Dantas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Rothenpieler 2015-09-05 15:06:47 UTC
Created attachment 411062 [details, diff]
mpv-9999-no-ladspa.patch

mpv recently dropped support for ladspa, so disabling it triggers an error.
Attached patch removes ladspa from the mpv-9999.ebuild.
Comment 1 Ramon Dantas 2015-09-05 15:30:13 UTC
Created attachment 411066 [details, diff]
mpv-9999-no-ladspa-no-bs2b.patch

I tried to build mpv recently too, however it also seems to have dropped support for libbs2b. Shouldn't it be removed from the ebuild too?
Comment 2 Daniel Douglas 2015-09-10 02:33:59 UTC
Sounds like it's still under discussion and there may be more changes (or reverts).

https://github.com/mpv-player/mpv/commit/091bfa3abf2f28b37fa12cca6b4c248c31d27965
https://github.com/mpv-player/mpv/commit/d04d2380e35ba016e3816ab5d7c282997df74168
Comment 3 Coacher 2015-12-23 00:46:17 UTC
This is no longer an issue in recent mpv-9999 ebuilds:

commit 25f38849bb4b441372373a6c0cd167159a442a76
Author: Kagami Hiiragi <kagami@genshiken.org>
Date:   Sun Sep 13 12:19:12 2015 +0300

    media-video/mpv: Remove ladspa flag

    Due to removal in upstream:
    https://github.com/mpv-player/mpv/commit/091bfa3abf2f28b37fa12cca6b4c248c31d27965

commit f7d593cbf46edd8644b1245d92fc6a8300691239
Author: Kagami Hiiragi <kagami@genshiken.org>
Date:   Sun Sep 13 12:18:22 2015 +0300

    media-video/mpv: Remove bs2b flag

    Due to removal in upstream:
    https://github.com/mpv-player/mpv/commit/d04d2380e35ba016e3816ab5d7c282997df74168

Both features are not restored upstream as of now.

Closing as fixed.