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

Collapse All | Expand All

(-)/usr/portage/media-video/mplayer/mplayer-1.0_pre8-r1.ebuild (-1 / +10 lines)
Lines 10-16 Link Here
10
dv dvdread enca encode esd fbcon gif ggi gtk iconv ipv6 jack joystick jpeg
10
dv dvdread enca encode esd fbcon gif ggi gtk iconv ipv6 jack joystick jpeg
11
libcaca lirc live livecd lzo mad matrox mmx mmxext musepack nas unicode
11
libcaca lirc live livecd lzo mad matrox mmx mmxext musepack nas unicode
12
vorbis opengl openal oss png real rtc samba sdl speex sse sse2 svga tga
12
vorbis opengl openal oss png real rtc samba sdl speex sse sse2 svga tga
13
theora truetype v4l v4l2 win32codecs X x264 xanim xinerama xv xvid
13
theora truetype v4l v4l2 vesa win32codecs X x264 xanim xinerama xv xvid
14
xvmc"
14
xvmc"
15
15
16
LANGS="bg cs de da el en es fr hu ja ko mk nl no pl pt_BR ro ru sk tr uk zh_CN
16
LANGS="bg cs de da el en es fr hu ja ko mk nl no pl pt_BR ro ru sk tr uk zh_CN
Lines 88-93 Link Here
88
	theora? ( media-libs/libtheora )
88
	theora? ( media-libs/libtheora )
89
	live? ( >=media-plugins/live-2004.07.20 )
89
	live? ( >=media-plugins/live-2004.07.20 )
90
	truetype? ( >=media-libs/freetype-2.1 )
90
	truetype? ( >=media-libs/freetype-2.1 )
91
	vesa? ( media-libs/libvbe )
91
	xinerama? ( x11-libs/libXinerama
92
	xinerama? ( x11-libs/libXinerama
92
				x11-libs/libXxf86vm
93
				x11-libs/libXxf86vm
93
				x11-libs/libXext )
94
				x11-libs/libXext )
Lines 180-185 Link Here
180
	# minor fix
181
	# minor fix
181
	sed -i -e "s:-O4:-O4 -D__STDC_LIMIT_MACROS:" configure
182
	sed -i -e "s:-O4:-O4 -D__STDC_LIMIT_MACROS:" configure
182
183
184
	if use vesa
185
	then
186
		for X in configure libvo/gtf.h libvo/vo_vesa.c
187
		do
188
			sed -i -e 's:vbe\.h:libvbe/vbe.h:' "${X}"
189
		done
190
	fi
183
}
191
}
184
192
185
src_compile() {
193
src_compile() {
Lines 329-334 Link Here
329
	fi
337
	fi
330
338
331
	myconf="${myconf} $(use_enable tga)"
339
	myconf="${myconf} $(use_enable tga)"
340
	myconf="${myconf} $(use_enable vesa)"
332
341
333
	if use xv && use xvmc
342
	if use xv && use xvmc
334
	then
343
	then

Return to bug 141589