Skip to content

Commit

Permalink
media-video/vlc: Add USE kms for kernel mode setting video output
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.45, Repoman-2.3.10
  • Loading branch information
a17r committed Aug 11, 2018
1 parent 0c5c865 commit 049ff2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions media-video/vlc/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<flag name="gstreamer">Enable GStreamer based decoding support (currently supports only video decoding)</flag>
<flag name="httpd">Enable a web based interface for vlc</flag>
<flag name="kate">Adds support for Ogg Kate subtitles via libkate</flag>
<flag name="kms">Enable kernel mode setting video output plugin via <pkg>x11-libs/libdrm</pkg></flag>
<flag name="libtar">Uses libtar instead of the built-in tar reader for reading custom skins</flag>
<flag name="libtiger">Enable Ogg Kate subtitles rendering using libtiger</flag>
<flag name="linsys">Enable support for Linux Linear Systems Ltd. SDI and HD-SDI input cards</flag>
Expand Down
4 changes: 3 additions & 1 deletion media-video/vlc/vlc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SLOT="0/5-9" # vlc - vlccore

IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus dc1394
debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth fontconfig
+gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass libav libcaca
+gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate kms libass libav libcaca
libnotify +libsamplerate libtar libtiger linsys lirc live lua macosx-notifications
macosx-qtkit matroska modplug mp3 mpeg mtp musepack ncurses neon nfs ogg
omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 rdp
Expand Down Expand Up @@ -111,6 +111,7 @@ RDEPEND="
jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )
kate? ( media-libs/libkate:0 )
kms? ( x11-libs/libdrm )
libass? (
media-libs/fontconfig:1.0
media-libs/libass:0=
Expand Down Expand Up @@ -319,6 +320,7 @@ src_configure() {
$(use_enable jack)
$(use_enable jpeg)
$(use_enable kate)
$(use_enable kms)
$(use_enable libass)
$(use_enable libcaca caca)
$(use_enable libnotify notify)
Expand Down

0 comments on commit 049ff2d

Please sign in to comment.