Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688972 - media-video/mplayer-9999: Unknown parameter: --disable-ivtv
Summary: media-video/mplayer-9999: Unknown parameter: --disable-ivtv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-29 23:49 UTC by Jan Ziak (atomsymbol)
Modified: 2019-09-29 02:56 UTC (History)
1 user (show)

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


Attachments
build.log (media-video:mplayer-9999:20190629-234316.log,31.08 KB, text/plain)
2019-06-29 23:49 UTC, Jan Ziak (atomsymbol)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Ziak (atomsymbol) 2019-06-29 23:49:08 UTC
Created attachment 581456 [details]
build.log

>>> Configuring source in /var/tmp/portage/media-video/mplayer-9999/work/mplayer-9999 ...
Unknown parameter: --disable-ivtv
Comment 1 Robert Schultz 2019-07-02 12:27:32 UTC
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.
Comment 2 Patrice Levesque 2019-08-28 04:53:58 UTC
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.
Comment 3 Larry the Git Cow gentoo-dev 2019-09-29 02:56:35 UTC
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(-)