Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31261 - Ecasound unconditionally requires media-libs/audiofile
Summary: Ecasound unconditionally requires media-libs/audiofile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-10-16 04:00 UTC by Artem Egorkine
Modified: 2004-02-28 11:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
A new ecasound .ebuild (ecasound-2.3.0-r1.ebuild,2.72 KB, text/plain)
2003-10-16 04:04 UTC, Artem Egorkine
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Artem Egorkine 2003-10-16 04:00:22 UTC
ecasound uncoditionally depends on media-libs/audiofile, but
links with it only if USE="audiofile"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Artem Egorkine 2003-10-16 04:04:09 UTC
Created attachment 19303 [details]
A new ecasound .ebuild

Here's a new .ebuild which fixes this by adding a conditional
DEPEND for audiofile. This .ebuild also has a conditional
depend on jack as posted in bug 31048.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-10-16 13:41:42 UTC
only problem: audiofile is not a global use flag
Comment 3 Artem Egorkine 2003-10-17 01:15:36 UTC
Then you want to remove the 'use audiofile || ...' line if
you're installing audiofile anyway...
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-28 11:18:31 UTC
The ebuilds in portage actually hade a 'if use audiofile' in the ebuilds for some reason... anyways, I added it to the local use flags.