Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
Date: Fri, 16 Feb 2018 00:19:43
Message-Id: 1518740370.6163975f05f90c959c959f0f1bdd32275173e81f.asturm@gentoo
1 commit: 6163975f05f90c959c959f0f1bdd32275173e81f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 23:35:37 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 00:19:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6163975f
7
8 media-video/vlc: Sort metadata and drop obsolete qt4/qt5 description
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-video/vlc/metadata.xml | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
16 index 7f79c863655..d3e880287a2 100644
17 --- a/media-video/vlc/metadata.xml
18 +++ b/media-video/vlc/metadata.xml
19 @@ -43,20 +43,18 @@
20 <flag name="mpeg">Add libmpeg2 support for mpeg-1 and mpeg-2 video streams</flag>
21 <flag name="nfs">Enables support for nfs protocol via <pkg>net-fs/libnfs</pkg></flag>
22 <flag name="omxil">Enables OpenMAX Integration Layer codec module.</flag>
23 - <flag name="optimisememory">Enable optimisation for memory rather than performance.</flag>
24 <flag name="opencv">Enabled OpenCV (computer vision) filter module.</flag>
25 + <flag name="optimisememory">Enable optimisation for memory rather than performance.</flag>
26 <flag name="opus">Support opus decoding via libopus.</flag>
27 <flag name="postproc">Enables image post-processing via libpostproc (part of FFmpeg).</flag>
28 <flag name="projectm">Enables the projectM visualization plugin.</flag>
29 - <flag name="qt4" restrict="&gt;=media-video/vlc-0.9">Builds a Qt4 based frontend, a graphical interface.</flag>
30 - <flag name="qt5" restrict="&gt;=media-video/vlc-2.2">Builds a Qt5 based frontend, a graphical interface (overrides qt4).</flag>
31 <flag name="rtsp">Enables real audio and RTSP modules.</flag>
32 <flag name="run-as-root">Allows vlc to start for root. Don't enable this unless you have a very specific (e.g. embedded) need for it!</flag>
33 <flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag>
34 - <flag name="sid">Adds support for playing C64 SID files through <pkg>media-libs/libsidplay</pkg>:2.</flag>
35 <flag name="sdl-image">Enables sdl image video decoder (depends on sdl)</flag>
36 <flag name="sftp">Enables libssh2 to support SFTP file transfer.</flag>
37 <flag name="shout">Enables libshout output.</flag>
38 + <flag name="sid">Adds support for playing C64 SID files through <pkg>media-libs/libsidplay</pkg>:2.</flag>
39 <flag name="skins">Enables support for the skins2 interface.</flag>
40 <flag name="swscale">Enables image scaling and conversion via libswscale (part of FFmpeg).</flag>
41 <flag name="tremor">Enables tremor, a fixed-point version of the Ogg Vorbis decoder.</flag>
42 @@ -67,8 +65,8 @@
43 <flag name="vpx">Enables the decoder(s) from the WebM VP8 / VP9 Codec SDK.</flag>
44 <flag name="wma-fixed">Enables fixed point WMA decoder.</flag>
45 <flag name="X">Enables support for, e.g., fullscreen mode via the X Window System. By itself, this flag does not build a graphical interface.</flag>
46 - <flag name="xcb">Support the X C-language Binding, a replacement for Xlib; !!! you will need this option to be able to integrate video in the Qt interface, see bug #500678.</flag>
47 <flag name="x265">Support X265 Encoder.</flag>
48 + <flag name="xcb">Support the X C-language Binding, a replacement for Xlib; !!! you will need this option to be able to integrate video in the Qt interface, see bug #500678.</flag>
49 <flag name="zeroconf">Enables support for zero-configuration networking via avahi.</flag>
50 <flag name="zvbi">Enables support for teletext subtitles via the zvbi library.</flag>
51 </use>