Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45909 - missing mplayer dependencies
Summary: missing mplayer dependencies
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on: 32606
Blocks:
  Show dependency tree
 
Reported: 2004-03-27 10:47 UTC by John Richard Moser
Modified: 2004-05-26 22:27 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 John Richard Moser 2004-03-27 10:47:20 UTC
After a depclean, mplayer complained that it couldn't find libmad.
I checked, libmad indeed was not there!  So, emerge -Dpv mplayer

. . . . mplayer 1.0-pre3-r2 doesn't seem to depend on libmad, by
any mechanism.  It certainly seems to want it.  There's NO libmad
or mad USE flag for mplayer either.

At any rate, I had to hand-merge libmad.  Check your work, you might
need to add a depend on media-libs/libmad for mplayer.
Comment 1 Joel Martin (RETIRED) gentoo-dev 2004-03-31 09:38:17 UTC
I can't reproduce this. I removed libmad, remerged mplayer-1.0-pre3-r5 and it
was succesful.

According to the configure file, libmad is autodetected. It's obviously not a hard
dependency since my merge was succesful. Could you please post more info inlcuding
what error it is that you are actually running into. I'm setting this bug to
NEEDINFO, please re-open it once you can post more info. Thanks. Also, please
include emerge info output.
Comment 2 John Richard Moser 2004-03-31 10:45:16 UTC
ahh ok.  I used a binary package, figured the ebuild would have control
over this.  Sorry.
Comment 3 Joel Martin (RETIRED) gentoo-dev 2004-03-31 10:50:28 UTC
Ah, okay. I'm closing this bug then.
Comment 4 Brian Harring (RETIRED) gentoo-dev 2004-05-26 22:27:10 UTC
This actually was a duplicate of bug 32606, mplayer's damned autodetect noticing libmad, and configuring support in.  mplayer-1.0_pre4 now uses a mad use flag to control configuration of mad support.