Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200671 | Differences between
and this patch

Collapse All | Expand All

(-)audacity-1.3.4.ebuild.orig (-3 / +10 lines)
Lines 2-10 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.4.ebuild,v 1.5 2007/11/25 02:45:29 ranger Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.4.ebuild,v 1.5 2007/11/25 02:45:29 ranger Exp $
4
4
5
inherit eutils wxwidgets
5
inherit eutils wxwidgets autotools
6
6
7
IUSE="flac id3tag ladspa libsamplerate mp3 soundtouch twolame unicode vamp vorbis"
7
IUSE="alsa flac id3tag ladspa libsamplerate mp3 soundtouch twolame unicode vamp vorbis"
8
8
9
MY_P="${PN}-src-${PV}"
9
MY_P="${PN}-src-${PV}"
10
DESCRIPTION="Free crossplatform audio editor"
10
DESCRIPTION="Free crossplatform audio editor"
Lines 16-22 Link Here
16
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
16
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
17
RESTRICT="test"
17
RESTRICT="test"
18
18
19
DEPEND="=x11-libs/wxGTK-2.6*
19
DEPEND="alsa? ( media-libs/alsa-lib )
20
	=x11-libs/wxGTK-2.6*
20
	>=app-arch/zip-2.3
21
	>=app-arch/zip-2.3
21
	dev-libs/expat
22
	dev-libs/expat
22
	>=media-libs/libsndfile-1.0.0
23
	>=media-libs/libsndfile-1.0.0
Lines 47-52 Link Here
47
	cd "${S}"
48
	cd "${S}"
48
49
49
	epatch "${FILESDIR}/${P}-nolibfailure.patch"
50
	epatch "${FILESDIR}/${P}-nolibfailure.patch"
51
	epatch "${FILESDIR}/${P}-optional-alsa.patch"
52
53
	cd lib-src/portmixer
54
	eautoreconf
55
	cd -
50
}
56
}
51
57
52
src_compile() {
58
src_compile() {
Lines 71-76 Link Here
71
		$(use_with twolame libtwolame) \
77
		$(use_with twolame libtwolame) \
72
		$(use_with soundtouch) \
78
		$(use_with soundtouch) \
73
		$(use_with libsamplerate) \
79
		$(use_with libsamplerate) \
80
		$(use_with alsa) \
74
		--without-libresample \
81
		--without-libresample \
75
		${myconf} || die
82
		${myconf} || die
76
83

Return to bug 200671