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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +14 lines)
Line 34 Link Here
34
IUSE="selinux startup-notification"
34
IUSE="apulse pulseaudio selinux startup-notification"
35
--
Line 57 Link Here
57
	apulse? ( >=media-sound/apulse-0.1.9 )
58
	pulseaudio? ( media-sound/pulseaudio )
Line 151 Link Here
153
154
	# Fix apulse library loading
155
	if use apulse; then
156
	 dosym /usr/lib/apulse/libpulse.so.0 ${MOZILLA_FIVE_HOME}/libpulse.so.0
157
	fi
Line 165 Link Here
165
	einfo "For HTML5 video you need media-video/ffmpeg installed."
172
	if ! has_version 'media-video/ffmpeg'; then
166
--
173
		einfo "For HTML5 video you need media-video/ffmpeg installed."
174
	fi
175
	if ! use apulse && ! use pulseaudio; then
176
		einfo "For HTML sound you need media-sound/pulseaudio (or apulse)"
177
	fi

Return to bug 615000