First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 31568
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Brandy Westcott (RETIRED) <brandy@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 31568 depends on: Show dependency tree
Bug 31568 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-10-19 20:52 0000
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 From Martin Holzer (RETIRED) 2003-10-28 06:55:25 0000 -------
in cvs

First Last Prev Next    No search results available      Search page      Enter new bug