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

Collapse All | Expand All

(-)mplayer/mplayer-1.0.20070321.ebuild (-8 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0.20070321.ebuild,v 1.7 2007/05/02 15:27:35 jer Exp $
4
4
5
inherit eutils flag-o-matic multilib
5
inherit eutils flag-o-matic multilib
6
6
Lines 9-17 Link Here
9
cpudetection custom-cflags debug dga doc dts dvb cdparanoia directfb dvd dvdnav
9
cpudetection custom-cflags debug dga doc dts dvb cdparanoia directfb dvd dvdnav
10
dv dvdread enca encode esd fbcon ftp gif ggi gtk iconv ipv6 ivtv jack joystick
10
dv dvdread enca encode esd fbcon ftp gif ggi gtk iconv ipv6 ivtv jack joystick
11
jpeg libcaca lirc live livecd lzo mad md5sum mmx mmxext mp2 mp3 musepack nas
11
jpeg libcaca lirc live livecd lzo mad md5sum mmx mmxext mp2 mp3 musepack nas
12
unicode vorbis opengl openal oss png pnm ppccodecs quicktime radio rar real rtc 
12
unicode vorbis opengl openal oss png pnm quicktime radio rar real rtc samba sdl
13
samba sdl speex srt sse sse2 svga tga theora tivo truetype v4l v4l2 vidix 
13
speex srt sse sse2 svga tga theora tivo truetype v4l v4l2 vidix win32codecs X
14
win32codecs X x264 xanim xinerama xv xvid xvmc zoran"
14
x264 xanim xinerama xv xvid xvmc zoran"
15
15
16
VIDEO_CARDS="s3virge mga tdfx vesa"
16
VIDEO_CARDS="s3virge mga tdfx vesa"
17
17
Lines 48-55 Link Here
48
					media-video/realplayer )
48
					media-video/realplayer )
49
				)
49
				)
50
			amd64? ( real? ( media-libs/amd64codecs ) )
50
			amd64? ( real? ( media-libs/amd64codecs ) )
51
			ppc? ( ppccodecs? ( media-libs/ppccodecs ) )
52
			ppc64? ( ppccodecs? ( media-libs/ppccodecs ) )
53
		)
51
		)
54
	)
52
	)
55
	aalib? ( media-libs/aalib )
53
	aalib? ( media-libs/aalib )
Lines 333-340 Link Here
333
		fi
331
		fi
334
	fi
332
	fi
335
333
336
	use ppccodecs myconf="${myconf} --with-codecsdir=/opt/ppccodecs"
337
338
	#############
334
	#############
339
	# Video Output #
335
	# Video Output #
340
	#############
336
	#############

Return to bug 147928