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

Collapse All | Expand All

(-)/usr/portage/media-video/vlc/vlc-3.0.4.ebuild (-1 / +3 lines)
Lines 33-39 IUSE="a52 alsa altivec aom archive aribs Link Here
33
	dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth
33
	dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth
34
	fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass
34
	fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass
35
	libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua
35
	libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua
36
	macosx-notifications macosx-qtkit matroska modplug mp3 mpeg mtp musepack ncurses
36
	macosx-notifications macosx-qtkit matroska modplug mp3 mpeg mpg123 mtp musepack ncurses
37
	neon nfs ogg omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5
37
	neon nfs ogg omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5
38
	rdp run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex srt ssl
38
	rdp run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex srt ssl
39
	svg taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx
39
	svg taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx
Lines 137-142 RDEPEND=" Link Here
137
	modplug? ( media-libs/libmodplug:0 )
137
	modplug? ( media-libs/libmodplug:0 )
138
	mp3? ( media-libs/libmad:0 )
138
	mp3? ( media-libs/libmad:0 )
139
	mpeg? ( media-libs/libmpeg2:0 )
139
	mpeg? ( media-libs/libmpeg2:0 )
140
	mpg123? ( media-sound/mpg123 )
140
	mtp? ( media-libs/libmtp:0= )
141
	mtp? ( media-libs/libmtp:0= )
141
	musepack? ( media-sound/musepack-tools:0 )
142
	musepack? ( media-sound/musepack-tools:0 )
142
	ncurses? ( sys-libs/ncurses:0=[unicode] )
143
	ncurses? ( sys-libs/ncurses:0=[unicode] )
Lines 337-342 src_configure() { Link Here
337
		$(use_enable modplug mod)
338
		$(use_enable modplug mod)
338
		$(use_enable mp3 mad)
339
		$(use_enable mp3 mad)
339
		$(use_enable mpeg libmpeg2)
340
		$(use_enable mpeg libmpeg2)
341
		$(use_enable mpg123)
340
		$(use_enable mtp)
342
		$(use_enable mtp)
341
		$(use_enable musepack mpc)
343
		$(use_enable musepack mpc)
342
		$(use_enable ncurses)
344
		$(use_enable ncurses)

Return to bug 669924