Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31568 - media-sound/moc is missing dependencies
Summary: media-sound/moc is missing dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 20:52 UTC by Brandy Westcott (RETIRED)
Modified: 2003-10-28 06:55 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 Brandy Westcott (RETIRED) gentoo-dev 2003-10-19 20:52:39 UTC
moc provides oss, ogg and mp3 support that can be selected through the
configure script. However, the ebuild currently only specifies:

	use oggvorbis || myconf="--without-ogg"

It's worthwhile to also add:

	use mad || myconf="${myconf} --without-mp3"
	use oss || myconf="${myconf} --without-oss"

(Also the DEPEND and IUSE variables will need to be updated to pull in the
required libraries:

	IUSE="oggvorbis mad oss"

	DEPEND="media-libs/libao
        	sys-libs/ncurses
		oggvorbis? ( media-libs/libvorbis )
		mad? ( media-libs/libmad sys-libs/zlib )"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-28 06:55:25 UTC
in cvs