Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161250 - media-libs/libmpeg3-1.5.2-r3 requires nasm to build
Summary: media-libs/libmpeg3-1.5.2-r3 requires nasm to build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 01:27 UTC by Alex Elsayed
Modified: 2007-01-10 07:43 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 Alex Elsayed 2007-01-10 01:27:36 UTC
And yet it doesn't list it as a dependancy. I noticed this when it failed in an emerge -atuND world. As the only other libmpeg3 ebuild is hardmasked, this might be helpful to fix. Speaking of which, it sems this happened back in the 1.4 days to at bug #9984.

Thank you for your time,
Alex Elsayed
Comment 1 Alex Elsayed 2007-01-10 02:01:47 UTC
UPDATE: It has it as an RDEPEND, which is broken as it is required for building and not running. A simple move to DEPEND should fix it.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-10 07:43:36 UTC
RDEPEND="sys-libs/zlib
        media-libs/jpeg
        media-libs/a52dec"
DEPEND="${RDEPEND}
        mmx? ( dev-lang/nasm )"