Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 93404
Collapse All | Expand All

(-)mythmusic-0.18.1.ebuild (+8 lines)
Lines 25-36 Link Here
25
	sdl? ( >=media-libs/libsdl-1.2.5 )
25
	sdl? ( >=media-libs/libsdl-1.2.5 )
26
	~media-tv/mythtv-${PV}"
26
	~media-tv/mythtv-${PV}"
27
27
28
setup_pro() {
29
	if ! use x86 || ! use mmx; then
30
		echo "DEFINES -= HAVE_MMX" >> ${S}/settings.pro
31
	fi
32
}
33
28
src_unpack() {
34
src_unpack() {
29
	if [[ $(gcc-version) = "3.2" || $(gcc-version) == "3.3" ]]; then
35
	if [[ $(gcc-version) = "3.2" || $(gcc-version) == "3.3" ]]; then
30
		replace-cpu-flags pentium4 pentium3
36
		replace-cpu-flags pentium4 pentium3
31
	fi
37
	fi
32
38
33
	mythtv-plugins_src_unpack || die "unpack failed"
39
	mythtv-plugins_src_unpack || die "unpack failed"
40
41
	setup_pro
34
}
42
}
35
43
36
MTVCONF="$(use_enable aac) $(use_enable fftw) $(use_enable opengl) $(use_enable sdl)"
44
MTVCONF="$(use_enable aac) $(use_enable fftw) $(use_enable opengl) $(use_enable sdl)"

Return to bug 93404