summaryrefslogtreecommitdiff
path: root/app-misc/ddcutil/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-misc/ddcutil/metadata.xml
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/ddcutil/metadata.xml')
-rw-r--r--app-misc/ddcutil/metadata.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/ddcutil/metadata.xml b/app-misc/ddcutil/metadata.xml
new file mode 100644
index 000000000000..7a944d0907c0
--- /dev/null
+++ b/app-misc/ddcutil/metadata.xml
@@ -0,0 +1,33 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dracwyrm@gentoo.org</email>
+ <name>Jonathan Scruggs</name>
+ </maintainer>
+ <longdescription>
+ ddcutil primarily uses DDC/CI (Display Data Channel Command Interface)
+ to communicate with monitors implementing MCCS (Monitor Control Command
+ Set) over I2C. Normally, the video driver for the monitor exposes the
+ I2C channel as devices named /dev/i2c-n. Alternatively, there is initial
+ support for monitors (such as Apple displays) that implement MCCS using
+ a USB connection.
+ </longdescription>
+ <use>
+ <flag name="drm" restrict="&gt;=app-misc/ddcutil-0.8.5">
+ Use <pkg>x11-libs/libdrm</pkg> for more verbose diagnostics.
+ </flag>
+ <flag name="user-permissions">
+ Adds a udev rules to allow non-root users in the i2c group to
+ access the /dev/i2c-* devices. If usb-monitor is selected, users
+ will need to be added to the video group to access the USB monitor.
+ Otherwise, only root will be able to use ddcutil.
+ </flag>
+ <flag name="usb-monitor">
+ Adds support for monitors attached via USB.
+ </flag>
+ </use>
+ <upstream>
+ <remote-id type="github">rockowitz/ddcutil</remote-id>
+ </upstream>
+</pkgmetadata>