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

Collapse All | Expand All

(-)pulseaudio-4.0-r1.ebuild (-5 / +7 lines)
Lines 4-10 Link Here
4
4
5
EAPI="5"
5
EAPI="5"
6
6
7
inherit eutils flag-o-matic multilib-minimal user versionator udev
7
AUTOTOOLS_AUTORECONF=1
8
inherit eutils flag-o-matic multilib-minimal user versionator udev autotools-multilib
8
9
9
DESCRIPTION="A networked sound server with an advanced plugin system"
10
DESCRIPTION="A networked sound server with an advanced plugin system"
10
HOMEPAGE="http://www.pulseaudio.org/"
11
HOMEPAGE="http://www.pulseaudio.org/"
Lines 104-110 Link Here
104
}
105
}
105
106
106
src_prepare() {
107
src_prepare() {
107
	epatch_user
108
	if ! use system-wide; then
109
		epatch "${FILESDIR}/${P}-non-system-wide.patch"
110
	fi
111
112
	autotools-multilib_src_prepare
108
}
113
}
109
114
110
multilib_src_configure() {
115
multilib_src_configure() {
Lines 256-264 Link Here
256
		popd
261
		popd
257
	fi
262
	fi
258
263
259
	# Create the state directory
260
	use prefix || diropts -o pulse -g pulse -m0755
261
262
	prune_libtool_files --all
264
	prune_libtool_files --all
263
}
265
}
264
266

Return to bug 447694