Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110590 - dxr3player autodetects em8300 driver explicitly (in ebuild)
Summary: dxr3player autodetects em8300 driver explicitly (in ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Anders Rune Jensen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 18:01 UTC by Chris Collins
Modified: 2006-05-14 09:56 UTC (History)
1 user (show)

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 Chris Collins 2005-10-26 18:01:08 UTC
dxr3player looks for the presence of the em8300 header
($LINUXSRC/include/linux/em8300.h) to control enabling or disabling dxr3 support.

Reproducible: Always
Steps to Reproduce:
1. emerge dxr3player
2.
3.

Actual Results:  
dxr3player is build with or without dxr3 support depending on the presence of
afforementioned header.

Expected Results:  
Ideally, this should be done as a USE (USE=dxr3?  USE=em8300?) that adds
dependancies to the em8300 driver and library.
Comment 1 Anders Rune Jensen (RETIRED) gentoo-dev 2005-10-27 10:00:33 UTC
Well we don't have any dxr3 or em8300 use flag since MPlayer and Xine
automaticly detects whether em8300 is installed or not. It was decided a long
time ago that it wasn't needed since it only touched two packages. But now at
least 4 packages (MPlayer, Xine, mmsv2 and dxr3player) could use the useflag.
Comment 2 Chris Collins 2005-10-27 13:38:13 UTC
Actually, you do.

media-libs/xine-lib defines USE flag 'dxr3' for dxr3/em8300 support.  (thanks to
my coworker for pointing this out to me yesterday).
Comment 3 Anders Rune Jensen (RETIRED) gentoo-dev 2005-10-27 14:11:53 UTC
Let me just clarify that then. We don't have any official use flag. 
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-08 04:59:52 UTC
You probably intended a global useflag, but local useflag can be done, 
autodetection is bad usually. 
Anyway, moving to maintainer to avoid filling media-video queries. 
 
Comment 5 Anders Rune Jensen (RETIRED) gentoo-dev 2006-05-14 09:56:40 UTC
Fixed. Thanks.