summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2017-01-09 15:24:04 -0500
committerDavid Seifert <soap@gentoo.org>2017-01-09 22:26:12 +0200
commite9f977ca28843c42ec7fec4c172cf3bfe5881dd0 (patch)
treef196cef636e8c00b6ab077fb772578903c9f9b1c /media-tv/kodi/metadata.xml
parentmedia-plugins/kodi-*: add live ebuilds for all add-ons currently available in... (diff)
downloadgentoo-e9f977ca28843c42ec7fec4c172cf3bfe5881dd0.tar.gz
gentoo-e9f977ca28843c42ec7fec4c172cf3bfe5881dd0.tar.bz2
gentoo-e9f977ca28843c42ec7fec4c172cf3bfe5881dd0.zip
media-tv/kodi: Use cmake instead of autotools, bump to 17.0_rc2
Upstream has dropped support for autotools and requires the use of cmake. Gentoo-bug: 601738, 598460, 598460 Closes: https://github.com/gentoo/gentoo/pull/3027
Diffstat (limited to 'media-tv/kodi/metadata.xml')
-rw-r--r--media-tv/kodi/metadata.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/media-tv/kodi/metadata.xml b/media-tv/kodi/metadata.xml
index f6c4d772eee0..9bd3e385d47e 100644
--- a/media-tv/kodi/metadata.xml
+++ b/media-tv/kodi/metadata.xml
@@ -15,8 +15,11 @@
<flag name="fishbmc">Enable fishBMC visualization plugin</flag>
<flag name="gles">Enable support for GLES</flag>
<flag name="goom">Enable GOOM visualization plugin</flag>
+ <flag name="lirc">Enable support for controlling Totem with a remote control using <pkg>app-misc/lirc</pkg></flag>
<flag name="midi">Support MIDI files</flag>
<flag name="nfs">Enable NFS client support</flag>
+ <flag name="nonfree">Enable non-free components</flag>
+ <flag name="dvd">Enable optical (CD/DVD drive) support</flag>
<flag name="projectm">Enable projectM visualization plugin</flag>
<flag name="pvr">Enable MythTV support</flag>
<flag name="rtmp">Enable Real Time Messaging Protocol using librtmp</flag>
@@ -24,9 +27,12 @@
<flag name="sftp">Support browsing files over SFTP</flag>
<flag name="spectrum">Enable spectrum visualization plugin</flag>
<flag name="texturepacker">Support packing skin textures</flag>
+ <flag name="libusb"> Use <pkg>virtual/libusb</pkg> for usb device hotplug support. This flag should only be enabled if you're running a non-Linux kernel or you don't want to use <pkg>sys-fs/udev</pkg>.</flag>
+ <flag name="udev">Use <pkg>sys-fs/udev</pkg> rules to handle devices' permissions and hotplug support. Unless you know what you're doing do not disable this flag on Linux kernels. This is provided as an option for completeness.</flag>
<flag name="waveform">Enable waveform visualization plugin</flag>
<flag name="webserver">Enable internal webserver</flag>
<flag name="xrandr">Support X randr extension</flag>
+ <flag name="xslt">Enable XSLT support using <pkg>dev-libs/libxslt</pkg></flag>
</use>
<upstream>
<bugs-to>http://trac.kodi.tv/</bugs-to>