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

Collapse All | Expand All

(-)/usr/portage/media-video/vlc/vlc-1.1.0_pre2.ebuild (-2 / +6 lines)
Lines 52-58 Link Here
52
	modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss
52
	modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss
53
	png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba
53
	png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba
54
	schroedinger sdl sdl-image shine shout skins speex sqlite sse stream
54
	schroedinger sdl sdl-image shine shout skins speex sqlite sse stream
55
	svg svga taglib theora truetype twolame udev upnp v4l v4l2 vcdx vlm
55
	svg svga taglib theora truetype twolame udev upnp v4l v4l2 vcdx vdpau vlm
56
	vorbis win32codecs wma-fixed x264 +xcb xml xosd xv zvbi"
56
	vorbis win32codecs wma-fixed x264 +xcb xml xosd xv zvbi"
57
57
58
RDEPEND="
58
RDEPEND="
Lines 76-82 Link Here
76
				>=media-libs/libdvdnav-0.1.9
76
				>=media-libs/libdvdnav-0.1.9
77
				media-libs/libdvdplay )
77
				media-libs/libdvdplay )
78
		elibc_glibc? ( >=sys-libs/glibc-2.8 )
78
		elibc_glibc? ( >=sys-libs/glibc-2.8 )
79
		ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20090201 )
79
		ffmpeg? ( vdpau? ( >=media-video/ffmpeg-0.5_p21602 )
80
			  !vdpau? ( >=media-video/ffmpeg-0.4.9_p20090201 ) )
80
		flac? ( media-libs/libogg
81
		flac? ( media-libs/libogg
81
			>=media-libs/flac-1.1.2 )
82
			>=media-libs/flac-1.1.2 )
82
		fluidsynth? ( media-sound/fluidsynth )
83
		fluidsynth? ( media-sound/fluidsynth )
Lines 136-141 Link Here
136
		twolame? ( media-sound/twolame )
137
		twolame? ( media-sound/twolame )
137
		udev? ( >=sys-fs/udev-142 )
138
		udev? ( >=sys-fs/udev-142 )
138
		upnp? ( net-libs/libupnp )
139
		upnp? ( net-libs/libupnp )
140
		vdpau? ( x11-libs/libva-vdpau )
139
		v4l2? ( libv4l2? ( media-libs/libv4l ) )
141
		v4l2? ( libv4l2? ( media-libs/libv4l ) )
140
		v4l? ( libv4l? ( media-libs/libv4l ) )
142
		v4l? ( libv4l? ( media-libs/libv4l ) )
141
		vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 )
143
		vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 )
Lines 195-200 Link Here
195
	vlc_use_needs libv4l2 v4l2
197
	vlc_use_needs libv4l2 v4l2
196
	vlc_use_needs libv4l v4l
198
	vlc_use_needs libv4l v4l
197
	vlc_use_needs libtiger kate
199
	vlc_use_needs libtiger kate
200
	vlc_use_needs vdpau ffmpeg
198
	vlc_use_needs xv xcb
201
	vlc_use_needs xv xcb
199
202
200
	if use qt4 || use skins ; then
203
	if use qt4 || use skins ; then
Lines 318-323 Link Here
318
		$(use_enable v4l) \
321
		$(use_enable v4l) \
319
		$(use_enable v4l2) \
322
		$(use_enable v4l2) \
320
		$(use_enable vcdx) \
323
		$(use_enable vcdx) \
324
		$(use_enable vdpau libva) \
321
		$(use_enable vlm) \
325
		$(use_enable vlm) \
322
		$(use_enable vorbis) \
326
		$(use_enable vorbis) \
323
		$(use_enable win32codecs loader) \
327
		$(use_enable win32codecs loader) \

Return to bug 317319