Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 246236
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Christoph Mende <angelos@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Avuton Olrich <avuton@gmail.com>
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 246236 depends on: Show dependency tree
Bug 246236 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: 2008-11-10 00:09 0000
If lame nor ogg useflags are set but icecast use is, icecast dependency will
get pulled in needlessly.

In the same manner if icecast useflag is unset but lame useflag is set the lame
dependency will needlessly be pulled in. The way this is fixed in the mpd-9999
ebuild on the mpd overlay is to do something like this:

        icecast? ( lame? ( media-sound/lame ) )
        lame? ( icecast? ( media-libs/libshout ) )
        ogg? ( media-libs/libogg
               icecast? ( media-libs/libshout ) )

Icecast may show as a dependency more then once but I don't think that hurts
anything.

------- Comment #1 From Avuton Olrich 2008-11-10 00:34:15 0000 -------
Small obvious correction would be remove the ogg below and put this:

        vorbis? ( media-libs/libvorbis
                  icecast? ( media-libs/libshout) )

------- Comment #2 From Christoph Mende 2008-11-10 16:38:14 0000 -------
thanks, fixed

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug