diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-03-11 16:31:51 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-03-11 16:38:16 +0800 |
commit | ec2d2c01ffd1e5ea7402b0fc9afa47d43a03d0a5 (patch) | |
tree | 7a8d5da963f358886071d7468996adda7a8e692b /media-video | |
parent | media-video/vlc: update vlc-2.2.9999 ebuild (diff) | |
download | gentoo-ec2d2c01ffd1e5ea7402b0fc9afa47d43a03d0a5.tar.gz gentoo-ec2d2c01ffd1e5ea7402b0fc9afa47d43a03d0a5.tar.bz2 gentoo-ec2d2c01ffd1e5ea7402b0fc9afa47d43a03d0a5.zip |
media-video/vlc: Add IUSE gstreamer, zeroconf to metadata.xml
patch to live ebuild submitted by attachment in the gentoo bug
Gentoo bug: #Bug 571568
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/metadata.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml index ba686243925c..d9a40ac3032b 100644 --- a/media-video/vlc/metadata.xml +++ b/media-video/vlc/metadata.xml @@ -33,6 +33,7 @@ <flag name="gme">Enables support for <pkg>media-libs/game-music-emu</pkg> for playing various video game music formats.</flag> <flag name="gnome">Adds support for GNOME's filesystem abstraction layer, <pkg>gnome-base/gnome-vfs</pkg>. This flag is not GUI-related.</flag> <flag name="growl">Enables growl notification support (over UDP for remote access and native on OSX)</flag> + <flag name="gstreamer">Enables GStreamer based decoding support (currently supports only video decoding)</flag> <flag name="httpd">Enables a web based interface for vlc.</flag> <flag name="kate">Adds support for Ogg Kate subtitles via libkate.</flag> <flag name="libtar">Uses libtar instead of the built-in tar reader for reading custom skins.</flag> @@ -76,6 +77,7 @@ <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> <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> <flag name="x265">Support X265 Encoder.</flag> + <flag name="zeroconf">Enables support for zero-configuration networking via avahi.</flag> <flag name="zvbi">Enables support for teletext subtitles via the zvbi library.</flag> </use> </pkgmetadata> |