summaryrefslogtreecommitdiff
path: root/media-tv/kodi/metadata.xml
blob: 4dc06c804a3e475f028ed59f1453c7f9672e643d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>dev@liguros.net</email>
  <name>Development</name>
 </maintainer>
 <maintainer type="person">
  <email>candrews@gentoo.org</email>
  <name>Craig Andrews</name>
 </maintainer>
 <upstream>
  <remote-id type="cpe">cpe:/a:kodi:kodi</remote-id>
  <bugs-to>https://github.com/xbmc/xbmc/issues/</bugs-to>
  <doc>https://kodi.wiki/</doc>
 </upstream>
 <use>
  <flag name="airplay">enable AirPlay support</flag>
  <flag name="bluray">Enable playback of Blu-ray filesystems</flag>
  <flag name="bluetooth">Enable JSON-RPC over BT for remote control connected via bluetooth</flag>
  <flag name="caps">Use <pkg>sys-libs/libcap</pkg> to bind to privileged ports as non-root</flag>
  <flag name="cec">Enable support for HDMI-CEC devices via libcec</flag>
  <flag name="eventclients">Install full set of Kodi python evenclients and evenclients examples</flag>
  <flag name="gbm">Use the Graphics Buffer Manager for EGL on KMS.</flag>
  <flag name="gles">Use simplified OpenGLES instead of full-scale OpenGL</flag>
  <flag name="lirc">Enable support for IR remote controls using <pkg>app-misc/lirc</pkg></flag>
  <flag name="mariadb">Enable support store of media library metadata on local or remote MariaDB</flag>
  <flag name="mysql">Enable support store of media library metadata on local or remote MySQL</flag>
  <flag name="nfs">Enable NFS client support</flag>
  <flag name="optical">Enable Audio CD playback, optical disks detection and reading (CD-ROM, Video CD, and others), and ISO optical disk images direct reading. DVD disks may require additional 'udf' flag.</flag>
  <flag name="pipewire">Enable pipewire support</flag>
  <flag name="soc">Use additional <pkg>media-video/ffmpeg</pkg> patches for efficient playback on some SoCs (e.g. ARM, RISC-V)</flag>
  <flag name="system-ffmpeg">Use system ffmpeg instead of the bundled one</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="udf">Enable UDF support. Required for playing blurays.</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="webserver">Enable internal webserver</flag>
  <flag name="xslt">Enable metadata XSLT scrapers support with <pkg>dev-libs/libxslt</pkg></flag>
 </use>
 <origin>ports</origin>
</pkgmetadata>