First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 85046
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jordan <xero@xeron.cc>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 85046 depends on: Show dependency tree
Bug 85046 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: 2005-03-13 00:37 0000
I'm a bit annoyed that this managed to even happen. My profile has oggvorbis in
it but no ogg. This is how all the default profiles are. It's ridiculous that I
should have to add a use flag for ogg just to support oggvorbis, especially
considering libvorbis depends on ogg!

if ! use ogg && use oggvorbis; then
           ewarn
           ewarn "To enable oggvorbis you must enable also ogg."
           ewarn
           die "To enable oggvorbis you must enable also ogg."
fi


I understand this is trying to check whether to enable/disable ogg for things
such as flac inside an ogg but this check is NOT needed for oggvorbis, as it
already depends on ogg, and alsaplayer has no reason to be performing this
check.

------- Comment #1 From Jan Brinkmann (RETIRED) 2005-03-13 06:42:15 0000 -------
removed that part, fixes in cvs. thanks

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