Bug 45944 - media-sound/normalize potentially will not honor xmms USE setting
Bug#: 45944 Product:  Gentoo Linux Version: 1.4_rc4 Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: eradicator@gentoo.org Reported By: thompson@pobox.com
Component: Ebuilds
URL: 
Summary: media-sound/normalize potentially will not honor xmms USE setting
Keywords:  
Status Whiteboard: 
Opened: 2004-03-27 19:22 0000
Description:   Opened: 2004-03-27 19:22 0000
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 From Jeremy Huddleston (RETIRED) 2004-03-28 16:39:46 0000 -------
-r2 fixes this and also uses the audiofile USE flag.