Created attachment 581456 [details] build.log >>> Configuring source in /var/tmp/portage/media-video/mplayer-9999/work/mplayer-9999 ... Unknown parameter: --disable-ivtv
Confirmed, I got the same error myself. mplayer source removed the 'ivtv' drivers on June 28. From the svn log: r38148 | al | 2019-06-28 17:05:15 -0400 (Fri, 28 Jun 2019) | 9 lines Remove ivtv ao and vo drivers IVTV support is for a long time available through Video4Linux. The hardware can still be used through the v4l2 vo and ao drivers. There is still IVTV linux code in a VIDIX driver. This change doesn't remove the IVTV remnants in the VIDIX source. Commenting out the "--disable-ivtv" line in the ebuild fixes it and should probably be the official change in Gentoo.
Hit the same issue, Comment #1 from Robert Schultz is right, and removing the --disable-ivtv line in the ebuild makes it work for me too.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b112cf2b00b4cac0371833318fe3e1bd7085661 commit 0b112cf2b00b4cac0371833318fe3e1bd7085661 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> AuthorDate: 2019-09-28 18:42:04 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2019-09-29 02:56:16 +0000 media-video/mplayer: Drop no longer supported --disable-ivtv option. Fixes: https://bugs.gentoo.org/688972 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org> media-video/mplayer/mplayer-9999.ebuild | 2 -- 1 file changed, 2 deletions(-)