Index: audacity-1.3.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.2-r1.ebuild,v retrieving revision 1.5 diff -u -B -r1.5 audacity-1.3.2-r1.ebuild --- audacity-1.3.2-r1.ebuild 10 Mar 2007 01:14:27 -0000 1.5 +++ audacity-1.3.2-r1.ebuild 23 Apr 2007 04:30:51 -0000 @@ -2,7 +2,7 @@ # 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 $ -inherit eutils autotools +inherit eutils autotools wxwidgets IUSE="flac ladspa libsamplerate mp3 sse unicode vorbis" @@ -51,6 +51,13 @@ src_compile() { 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-libexpat=system"