diff options
-rw-r--r-- | media-video/gpu-screen-recorder/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-video/gpu-screen-recorder/metadata.xml b/media-video/gpu-screen-recorder/metadata.xml new file mode 100644 index 000000000..36a4af1d3 --- /dev/null +++ b/media-video/gpu-screen-recorder/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Dale Sweeney</name> + <email>agooglygooglr@gmail.com</email> + </maintainer> + <longdescription> + This is a screen recorder that has minimal impact on system performance by recording your monitor using the + GPU only, similar to shadowplay on windows. This is the fastest screen recording tool for Linux. + This screen recorder can be used for recording your desktop offline, for live streaming and for + nvidia shadowplay-like instant replay, where only the last few minutes are saved. + </longdescription> + <upstream> + <bugs-to>https://github.com/dec05eba/gpu-screen-recorder-issues/issues</bugs-to> + </upstream> + <use> + <flag name="systemd">Install systemd user service</flag> + <flag name="filecaps">Remove password prompt and improve performance</flag> + </use> +</pkgmetadata> |