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

Collapse All | Expand All

(-)wine-1.7.19-r1.ebuild (+11 lines)
Lines 28-31 Link Here
28
WINE_GENTOO="wine-gentoo-2013.06.24"
28
WINE_GENTOO="wine-gentoo-2013.06.24"
29
GSTREAMERV="1.7.12"
30
GSTREAMER_PATCHES="wine-gstreamer-patches-${GSTREAMERV}"
29
DESCRIPTION="Free implementation of Windows(tm) on Unix"
31
DESCRIPTION="Free implementation of Windows(tm) on Unix"
30
HOMEPAGE="http://www.winehq.org/"
32
HOMEPAGE="http://www.winehq.org/"
31
SRC_URI="${SRC_URI}
33
SRC_URI="${SRC_URI}
Lines 35-38 Link Here
35
		abi_x86_32? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86.msi )
37
		abi_x86_32? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86.msi )
36
		abi_x86_64? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86_64.msi )
38
		abi_x86_64? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86_64.msi )
37
	)
39
	)
40
	gstreamer? ( https://googledrive.com/host/0BwvWj1tAgHFpcmMwY1hsbUo3Nk0 -> ${GSTREAMER_PATCHES}.tar.xz )
38
	mono? ( mirror://sourceforge/${PN}/Wine%20Mono/${MV}/wine-mono-${MV}.msi )
41
	mono? ( mirror://sourceforge/${PN}/Wine%20Mono/${MV}/wine-mono-${MV}.msi )
Lines 292-295 Link Here
292
		unpack ${MY_P}.tar.bz2
295
		unpack ${MY_P}.tar.bz2
293
	fi
296
	fi
294
297
298
	use gstreamer && unpack "${GSTREAMER_PATCHES}.tar.xz"
295
	use pulseaudio && unpack "${PULSE_PATCHES}.tar.bz2"
299
	use pulseaudio && unpack "${PULSE_PATCHES}.tar.bz2"
Lines 314-319 Link Here
314
		"${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386
318
		"${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386
315
		"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
319
		"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
316
	)
320
	)
321
	if use gstreamer; then
322
		# See http://bugs.winehq.org/show_bug.cgi?id=30557
323
		ewarn "Applying experimental patch to fix GStreamer support. Note that"
324
		ewarn "this patch has been reported to cause crashes in certain games."
325
326
		PATCHES+=( "../${GSTREAMER_PATCHES}"/*.patch )
327
	fi
317
	use pulseaudio && PATCHES+=(
328
	use pulseaudio && PATCHES+=(
318
		"../${PULSE_PATCHES}"/*.patch #421365
329
		"../${PULSE_PATCHES}"/*.patch #421365
319
	)
330
	)

Return to bug 516006