View | Details | Raw Unified
Collapse All | Expand All

(-) audacity-1.3.2-r1.ebuild (-1 / +8 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $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 $
# $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 $
inherit eutils autotools
inherit eutils autotools wxwidgets
IUSE="flac ladspa libsamplerate mp3 sse unicode vorbis"
IUSE="flac ladspa libsamplerate mp3 sse unicode vorbis"
 Lines 51-56    Link Here 
src_compile() {
src_compile() {
	local myconf
	local myconf
	WX_GTK_VER="2.6"
	if use unicode; then
		need-wxwidgets unicode
	else
		need-wxwidgets gtk2
	fi
	myconf="${myconf} --with-libsndfile=system"
	myconf="${myconf} --with-libsndfile=system"
	myconf="${myconf} --with-libexpat=system"
	myconf="${myconf} --with-libexpat=system"