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

Collapse All | Expand All

(-)gentoo/media-sound/audacity/audacity-2.3.2.ebuild (+7 lines)
Lines 52-57 Link Here
52
DEPEND="${RDEPEND}"
52
DEPEND="${RDEPEND}"
53
BDEPEND="virtual/pkgconfig
53
BDEPEND="virtual/pkgconfig
54
	nls? ( sys-devel/gettext )
54
	nls? ( sys-devel/gettext )
55
	!portmixer? ( sys-devel/automake:1.15 )
55
"
56
"
56
57
57
S="${WORKDIR}/${PN}-${MY_P}"
58
S="${WORKDIR}/${PN}-${MY_P}"
Lines 59-64 Link Here
59
PATCHES=(
60
PATCHES=(
60
	"${FILESDIR}"/${PN}-2.3.2-fix_building_against_system_portaudio.patch
61
	"${FILESDIR}"/${PN}-2.3.2-fix_building_against_system_portaudio.patch
61
	"${FILESDIR}"/${PN}-2.3.2-Fix-building-without-midi.patch
62
	"${FILESDIR}"/${PN}-2.3.2-Fix-building-without-midi.patch
63
	"${FILESDIR}"/${PN}-2.3.2-fix-build-without-portmixer.patch
62
)
64
)
63
65
64
src_prepare() {
66
src_prepare() {
Lines 67-72 Link Here
67
	use midi || sed -i \
69
	use midi || sed -i \
68
		-e 's:^\(#define EXPERIMENTAL_MIDI_OUT\):// \1:' \
70
		-e 's:^\(#define EXPERIMENTAL_MIDI_OUT\):// \1:' \
69
		src/Experimental.h || die
71
		src/Experimental.h || die
72
	if ! use portmixer ; then
73
		# calling eautoreconf takes ages and is overkill
74
		aclocal-1.15 -I m4/ || die
75
		automake-1.15 lib-src/Makefile || die
76
	fi
70
}
77
}
71
78
72
src_configure() {
79
src_configure() {

Return to bug 694122