Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45944 - media-sound/normalize potentially will not honor xmms USE setting
Summary: media-sound/normalize potentially will not honor xmms USE setting
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-27 19:22 UTC by Paul Thompson
Modified: 2004-03-28 16:39 UTC (History)
1 user (show)

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 Paul Thompson 2004-03-27 19:22:59 UTC
normalize-0.7.6-r1 has optional xmms support, however, its configure
script autodetects if xmms is installed, and tries to compile in
some xmms related thing, regardless of the USE setting. Inserting
this line should fix it:

use xmms || myconf="${myconf} --disable-xmms"

This fixes the case where you have an xmms installed somewhere, but
do not want normalize to have xmms optional stuff in. And in my
case, I happened to have an xmms binary in /usr/local/bin, but no
headers installed, and it caused the compilation to fail.

Thanks
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-28 16:39:46 UTC
-r2 fixes this and also uses the audiofile USE flag.