Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 175650
Collapse All | Expand All

(-)audacity-1.3.2-r1.ebuild (-1 / +8 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.2-r1.ebuild,v 1.5 2007/03/10 01:14:27 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.2-r1.ebuild,v 1.5 2007/03/10 01:14:27 aballier Exp $
4
4
5
inherit eutils autotools
5
inherit eutils autotools wxwidgets
6
6
7
IUSE="flac ladspa libsamplerate mp3 sse unicode vorbis"
7
IUSE="flac ladspa libsamplerate mp3 sse unicode vorbis"
8
8
Lines 51-56 Link Here
51
51
52
src_compile() {
52
src_compile() {
53
	local myconf
53
	local myconf
54
	WX_GTK_VER="2.6"
55
56
	if use unicode; then
57
		need-wxwidgets unicode
58
	else
59
		need-wxwidgets gtk2
60
	fi
54
61
55
	myconf="${myconf} --with-libsndfile=system"
62
	myconf="${myconf} --with-libsndfile=system"
56
	myconf="${myconf} --with-libexpat=system"
63
	myconf="${myconf} --with-libexpat=system"

Return to bug 175650