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

Collapse All | Expand All

(-)a/mplayer-1.0_rc4_p20120213.ebuild (-1 / +4 lines)
Lines 187-193 REQUIRED_USE="bindist? ( !faac !win32codecs ) Link Here
187
	xv? ( X )
187
	xv? ( X )
188
	xvmc? ( xv )"
188
	xvmc? ( xv )"
189
189
190
PATCHES=( "${FILESDIR}/ffmpeg.patch" )
190
PATCHES=(
191
	"${FILESDIR}/ffmpeg.patch"
192
	"${FILESDIR}"/${P}-pulse.patch
193
	)
191
194
192
pkg_setup() {
195
pkg_setup() {
193
	if [[ ${PV} == *9999* ]]; then
196
	if [[ ${PV} == *9999* ]]; then

Return to bug 410247