From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0621B138335 for ; Sat, 11 Aug 2018 16:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBE16E07D4; Sat, 11 Aug 2018 16:44:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93C15E07D7 for ; Sat, 11 Aug 2018 16:44:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AF69335CD0 for ; Sat, 11 Aug 2018 16:44:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D309E3A5 for ; Sat, 11 Aug 2018 16:44:25 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534005835.049ff2d29bfa197126a6581b91c2c93b20076674.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/metadata.xml media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 049ff2d29bfa197126a6581b91c2c93b20076674 X-VCS-Branch: master Date: Sat, 11 Aug 2018 16:44:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 69e02046-f543-4065-ab9b-14ea209275b5 X-Archives-Hash: 1de75c3fa3f7681d9448e7ab683b353a commit: 049ff2d29bfa197126a6581b91c2c93b20076674 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 11 14:57:39 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 11 16:43:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049ff2d2 media-video/vlc: Add USE kms for kernel mode setting video output Package-Manager: Portage-2.3.45, Repoman-2.3.10 media-video/vlc/metadata.xml | 1 + media-video/vlc/vlc-9999.ebuild | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml index da0fee39579..5534f4412a5 100644 --- a/media-video/vlc/metadata.xml +++ b/media-video/vlc/metadata.xml @@ -30,6 +30,7 @@ Enable GStreamer based decoding support (currently supports only video decoding) Enable a web based interface for vlc Adds support for Ogg Kate subtitles via libkate + Enable kernel mode setting video output plugin via x11-libs/libdrm Uses libtar instead of the built-in tar reader for reading custom skins Enable Ogg Kate subtitles rendering using libtiger Enable support for Linux Linear Systems Ltd. SDI and HD-SDI input cards diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 9aa8def9e69..8aff2400d55 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -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 @@ -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= @@ -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)