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_rc1.ebuild (-1 / +7 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 xvmc"
13
theora truetype v4l v4l2 vesa win32codecs X x264 xanim xinerama xv xvid xvmc"
14
14
15
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
15
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
zh_TW"
16
zh_TW"
Lines 88-93 Link Here
88
	live? ( >=media-plugins/live-2004.07.20 )
88
	live? ( >=media-plugins/live-2004.07.20 )
89
	truetype? ( >=media-libs/freetype-2.1
89
	truetype? ( >=media-libs/freetype-2.1
90
				media-libs/fontconfig )
90
				media-libs/fontconfig )
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 186-191 Link Here
186
	# minor fix
187
	# minor fix
187
	sed -i -e "s:-O4:-O4 -D__STDC_LIMIT_MACROS:" configure
188
	sed -i -e "s:-O4:-O4 -D__STDC_LIMIT_MACROS:" configure
188
189
190
	if use vesa
191
	then
192
		sed -i -e 's:vbe\.h:libvbe/vbe.h:' configure libvo/{gtf.h,vo_vesa.c}
193
	fi
189
}
194
}
190
195
191
src_compile() {
196
src_compile() {
Lines 333-338 Link Here
333
	fi
338
	fi
334
339
335
	myconf="${myconf} $(use_enable tga)"
340
	myconf="${myconf} $(use_enable tga)"
341
	myconf="${myconf} $(use_enable vesa)"
336
342
337
	if use xv && use xvmc
343
	if use xv && use xvmc
338
	then
344
	then

Return to bug 141589