Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30464 - USE="-sox" emerge terminatorx installs with sox support
Summary: USE="-sox" emerge terminatorx installs with sox support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-05 20:42 UTC by Brandy Westcott (RETIRED)
Modified: 2003-10-28 06:29 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 Brandy Westcott (RETIRED) gentoo-dev 2003-10-05 20:42:53 UTC
If we have sox installed on out machine then 'USE="-sox" emerge
terminatorx-3.81' will install terminatorx with sox support regardless
of our wishes:

	# USE="-sox" emerge terminatorx
	Calculating dependencies ...done!
	>>> emerge (1 of 1) media-sound/terminatorx-3.81 to /
	.....
	sox support: yes
	mpg123 support: yes
	oss support: yes
	.....

This is caused by the configure script auto-detecting sox and
making terminatorx get compiled with sox support unless we explicitely
tell it not to. The ebuild should read:

	use sox \
                && myconf="${myconf} --enable-sox" \
                || myconf="${myconf} --disable-sox"

(The other USE flag options are correct. This just looks like a small
oversight with the sox USE flag.)
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-28 06:29:59 UTC
in cvs