From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc: metadata.xml ChangeLog vlc-9999.ebuild
Date: Wed, 16 Feb 2011 19:07:31 +0000 (UTC) [thread overview]
Message-ID: <20110216190731.1C31B20054@flycatcher.gentoo.org> (raw)
aballier 11/02/16 19:07:31
Modified: metadata.xml ChangeLog vlc-9999.ebuild
Log:
add switcher useflag
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Revision Changes Path
1.47 media-video/vlc/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?r1=1.46&r2=1.47
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/metadata.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- metadata.xml 16 Feb 2011 18:32:23 -0000 1.46
+++ metadata.xml 16 Feb 2011 19:07:30 -0000 1.47
@@ -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>
1.674 media-video/vlc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.674&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.674&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.673&r2=1.674
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.673
retrieving revision 1.674
diff -u -r1.673 -r1.674
--- ChangeLog 16 Feb 2011 18:32:23 -0000 1.673
+++ ChangeLog 16 Feb 2011 19:07:30 -0000 1.674
@@ -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:
1.115 media-video/vlc/vlc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.114&r2=1.115
Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- vlc-9999.ebuild 16 Feb 2011 18:32:23 -0000 1.114
+++ vlc-9999.ebuild 16 Feb 2011 19:07:30 -0000 1.115
@@ -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 @@
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 @@
libv4l2? ( v4l2 )
qt4? ( X )
skins? ( truetype qt4 )
+ switcher? ( ffmpeg )
vaapi? ( ffmpeg )
vlm? ( encode )
xv? ( xcb )
@@ -269,6 +270,7 @@
$(use_enable sqlite) \
$(use_enable sse) \
$(use_enable svg) \
+ $(use_enable switcher) \
$(use_enable taglib) \
$(use_enable theora) \
$(use_enable truetype freetype) \
next reply other threads:[~2011-02-16 19:07 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-16 19:07 Alexis Ballier (aballier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-12-06 13:32 [gentoo-commits] gentoo-x86 commit in media-video/vlc: metadata.xml ChangeLog vlc-9999.ebuild Alexis Ballier (aballier)
2011-03-30 13:10 Alexis Ballier (aballier)
2011-03-21 11:50 Alexis Ballier (aballier)
2011-03-04 12:03 Alexis Ballier (aballier)
2011-02-24 13:59 Alexis Ballier (aballier)
2011-02-22 13:53 Alexis Ballier (aballier)
2011-02-16 22:53 Alexis Ballier (aballier)
2011-02-16 22:32 Alexis Ballier (aballier)
2011-02-16 21:39 Alexis Ballier (aballier)
2011-02-16 21:11 Alexis Ballier (aballier)
2011-02-16 20:45 Alexis Ballier (aballier)
2011-02-16 19:37 Alexis Ballier (aballier)
2011-02-16 19:25 Alexis Ballier (aballier)
2011-02-16 18:32 Alexis Ballier (aballier)
2011-02-16 18:28 Alexis Ballier (aballier)
2011-02-16 18:04 Alexis Ballier (aballier)
2011-02-16 17:58 Alexis Ballier (aballier)
2011-02-16 17:14 Alexis Ballier (aballier)
2011-02-16 16:55 Alexis Ballier (aballier)
2011-02-16 16:18 Alexis Ballier (aballier)
2010-12-26 13:57 Alexis Ballier (aballier)
2010-11-07 18:13 Alexis Ballier (aballier)
2009-11-21 11:39 Alexis Ballier (aballier)
2009-10-16 12:20 Alexis Ballier (aballier)
2009-07-13 9:10 Alexis Ballier (aballier)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110216190731.1C31B20054@flycatcher.gentoo.org \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox