diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 19:07:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 19:07:30 +0000 |
commit | b921252e2276c804fabcaaa981731a5a78124153 (patch) | |
tree | 82f7e0fc96b5e8219bdc7dbc0d52562ad96eb2ae | |
parent | Fix bug 354301 (depend on python[xml] instead of pyxml). Stricten system-conf... (diff) | |
download | gentoo-2-b921252e2276c804fabcaaa981731a5a78124153.tar.gz gentoo-2-b921252e2276c804fabcaaa981731a5a78124153.tar.bz2 gentoo-2-b921252e2276c804fabcaaa981731a5a78124153.zip |
add switcher useflag
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
-rw-r--r-- | media-video/vlc/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/vlc/metadata.xml | 1 | ||||
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 6 |
3 files changed, 10 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 10f7bcf00ae7..a1680b9830ec 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.673 2011/02/16 18:32:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.674 2011/02/16 19:07:30 aballier Exp $ + + 16 Feb 2011; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild, + metadata.xml: + add switcher useflag 16 Feb 2011; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild, metadata.xml: diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml index 0a90d1304615..efe26eedd0e7 100644 --- a/media-video/vlc/metadata.xml +++ b/media-video/vlc/metadata.xml @@ -48,6 +48,7 @@ <flag name="shout">Enables libshout output.</flag> <flag name="skins">Enables support for the skins2 interface.</flag> <flag name="stream">Enables sout module for audio/video data streaming/transcoding/etc..</flag> + <flag name="switcher">Enables MPEG2 video switcher stream output module.</flag> <flag name="twolame">Enables twolame support (MPEG Audio Layer 2 encoder).</flag> <flag name="upnp">Enables support for Intel UPnP stack.</flag> <flag name="vaapi">Enables VAAPI (Video Acceleration API) for hardware decoding</flag> diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 1dd2d2bfc1f2..0c7ddd506c8d 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.114 2011/02/16 18:32:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.115 2011/02/16 19:07:30 aballier Exp $ EAPI="4" @@ -52,7 +52,7 @@ IUSE="a52 aac aalib alsa altivec atmo avahi bda bidi bluray cdda cddb dbus dc139 modplug mp3 mpeg mtp musepack ncurses ogg omxil opengl optimisememory oss png projectm pulseaudio pvr +qt4 rtsp run-as-root samba schroedinger sdl sdl-image shine shout sid skins speex sqlite sse - svg taglib theora truetype twolame udev upnp v4l2 vaapi vcdx vlm + svg switcher taglib theora truetype twolame udev upnp v4l2 vaapi vcdx vlm vorbis win32codecs wma-fixed +X x264 +xcb xml xosd xv zvbi" RDEPEND=" @@ -154,6 +154,7 @@ REQUIRED_USE=" libv4l2? ( v4l2 ) qt4? ( X ) skins? ( truetype qt4 ) + switcher? ( ffmpeg ) vaapi? ( ffmpeg ) vlm? ( encode ) xv? ( xcb ) @@ -269,6 +270,7 @@ src_configure() { $(use_enable sqlite) \ $(use_enable sse) \ $(use_enable svg) \ + $(use_enable switcher) \ $(use_enable taglib) \ $(use_enable theora) \ $(use_enable truetype freetype) \ |