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

Collapse All | Expand All

(-)mplayer-1.0_pre7.ebuild (-1 / +8 lines)
Lines 9-15 Link Here
9
custom-cflags debug dga divx4linux doc dts dvb cdparanoia directfb dvd dv
9
custom-cflags debug dga divx4linux doc dts dvb cdparanoia directfb dvd dv
10
dvdread edl encode esd fbcon gif ggi gtk i8x0 ipv6 jack joystick jpeg libcaca
10
dvdread edl encode esd fbcon gif ggi gtk i8x0 ipv6 jack joystick jpeg libcaca
11
lirc live lzo mad matroska matrox mmx mmxext mythtv nas nls nvidia vorbis opengl
11
lirc live lzo mad matroska matrox mmx mmxext mythtv nas nls nvidia vorbis opengl
12
oss png real rtc samba sdl sse sse2 svga tga theora truetype v4l v4l2
12
oss png real rtc samba sdl sse sse2 svga tga theora truetype unicode v4l v4l2
13
win32codecs X xanim xinerama xmms xv xvid xvmc"
13
win32codecs X xanim xinerama xmms xv xvid xvmc"
14
14
15
BLUV=1.4
15
BLUV=1.4
Lines 166-171 Link Here
166
		mv ${WORKDIR}/svgalib_helper ${S}/libdha
166
		mv ${WORKDIR}/svgalib_helper ${S}/libdha
167
	fi
167
	fi
168
168
169
	if use unicode
170
        then
171
		einfo "Converting russian lang file to utf8"
172
		iconv -f koi8-r -t utf8 ${S}/help/help_mp-ru.h > tempfile
173
		mv tempfile ${S}/help/help_mp-ru.h
174
	fi
175
										
169
	# Remove kernel-2.6 workaround as the problem it works around is
176
	# Remove kernel-2.6 workaround as the problem it works around is
170
	# fixed, and the workaround breaks sparc
177
	# fixed, and the workaround breaks sparc
171
	use sparc && sed -i 's:#define __KERNEL__::' osdep/kerneltwosix.h
178
	use sparc && sed -i 's:#define __KERNEL__::' osdep/kerneltwosix.h

Return to bug 101255