Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164748 - media-video/mplayer automagic dependency on media-tv/ivtv
Summary: media-video/mplayer automagic dependency on media-tv/ivtv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 20:17 UTC by Maarten Maathuis
Modified: 2007-02-01 14:34 UTC (History)
0 users

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 Maarten Maathuis 2007-01-31 20:17:42 UTC
I'm not asking to fix the bug which is not your problem, but a switch or a default off would be nice. It's controlled with --enable-ivtv and --disable-ivtv. 


Reproducible: Always

Steps to Reproduce:
1. install ivtv-svn
2. install mplayer
3.

Actual Results:  
vo_ivtv.c: In function ‘ivtv_reset’:
vo_ivtv.c:82: error: ‘struct ivtv_cfg_stop_decode’ has no member named ‘hide_last’
vo_ivtv.c:83: error: ‘struct ivtv_cfg_stop_decode’ has no member named ‘pts_stop’
make[1]: *** [vo_ivtv.o] Error 1

This is the error for completeness sake, i temporarily modified my own ebuild to disable ivtv video out.

Expected Results:  
Installing mplayer
Comment 1 Maarten Maathuis 2007-01-31 20:18:22 UTC
ivtv-svn is not in portage, so i'm not not being literal.
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2007-02-01 02:58:25 UTC
Which version of mplayer are you using?  It already has --disable-pvr in there.
Comment 3 Maarten Maathuis 2007-02-01 10:21:11 UTC
I use the latest version (~amd64), i know --disable-pvr is on, but somehow that does not extend to the ivtv output driver.
Comment 4 Steve Dibb (RETIRED) gentoo-dev 2007-02-01 14:34:49 UTC
Ah, the vo driver, right.  Thanks for pointing that out.  Fixed in all versions of rc1.

Thanks Marteen