Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164538 - media-video/mplayer should have a radio use flag
Summary: media-video/mplayer should have a radio use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Media-video project
URL: http://www.mplayerhq.hu/DOCS/HTML/en/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 12:40 UTC by jan vereecke
Modified: 2007-03-22 07:24 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 jan vereecke 2007-01-30 12:40:57 UTC
Mplayer is capable of playing and cpturing radio if a suitable v4l device is present. the mplayer ebuild should add a use flag 'radio' to enable this option:



Reproducible: Always



Expected Results:  
allow mplayer to play radio (using mplayer radio://), allow mencoder to capture radio

Something along the following could be added to the ebuild:

if use radio
then
   myconf="${myconf} --enable-radio"
   if use mencoder
   then
      myconf="${myconf} --enable-radio-capture"
   fi
fi
Comment 1 Florian Jostock 2007-02-06 10:25:28 UTC
ACK. Me, too, needs this use-flag.
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2007-03-22 07:24:22 UTC
fixed in 1.0_rc2_pre20070321