Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12244 - MPlayer doesn't recognize LIRC and so it doesn't enable it
Summary: MPlayer doesn't recognize LIRC and so it doesn't enable it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-16 09:38 UTC by Jarkko Haapalainen
Modified: 2003-01-06 17:22 UTC (History)
1 user (show)

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


Attachments
fix auto-detect lirc (mplayer-0.90_pre10.ebuild.patch,552 bytes, patch)
2003-01-04 18:33 UTC, Ron
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jarkko Haapalainen 2002-12-16 09:38:37 UTC
System has lirc configured and working, but when emerging MPlayer 0.90rc1-r1 
it doesn't recognize that lirc is installed.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-21 11:18:23 UTC
Ok, I do not use lirc.  Any idea how you can detect if lirc is installed, since
there are no USE flag ?
Comment 2 Ron 2003-01-04 18:33:05 UTC
Created attachment 6965 [details, diff]
fix auto-detect lirc

Looking at the configure script the autotest for lirc is:

If test -c /dev/lirc; then ...

/dev/lirc may not exist on your system when emerging mplayer, so a check for
the required header file may be an option. I've attached a patch to this
effect.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-06 17:22:03 UTC
Fixed in rc2, thanks.