Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81470 - giFT-0.11.8.1 Bogus dependency n libogg and libvorbis?
Summary: giFT-0.11.8.1 Bogus dependency n libogg and libvorbis?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-10 02:15 UTC by Mike Morris
Modified: 2005-03-06 13:53 UTC (History)
0 users

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 Mike Morris 2005-02-10 02:15:09 UTC
(Not sure that this really is a bug...)

emerged gift-0.11.6.... everything seems OK after fiddling about a bit.

My aim is to run giftd on a permanently-connected server machines, clients accessing it from elewhere in the LAN, so no X, no sound, nor any other "normal client" software on the server running giftd.

Unmasked gift (and plugins) since I'm willing to take my chances on a non-mission-critical thing like gift :-) but I see that
   emerge -upv gift
wants to pull libogg and libvorbis.

Are these really required for giftd? or is this a bogus dependency introduced by the ebuild?  Surely only clients would require these libs?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jon Hood (RETIRED) gentoo-dev 2005-02-15 10:18:53 UTC
Imagemagick is required to extract meta data from image files. Libvorbis is used for extracting meta data from such sound files. To disable this support, you can add the following to /etc/make.conf:
USE="-oggvorbis -imagemagick"

Or, if it's just this package you don't want such dependencies for, feel free to add a line to /etc/portage/package.use:
# echo "net-p2p/gift -oggvorbis -imagemagick" >> /etc/portage/package.use
Comment 2 Florian Ehrenthal 2005-03-06 13:53:08 UTC
the gift website states that imagemagick is no longer a dependency.
libvorbis is still a dependency though.

so the imagemagick useflag can be removed