aboutsummaryrefslogtreecommitdiffhomepage
path: root/com.dec05eba.gpu_screen_recorder.metainfo.xml
diff options
context:
space:
mode:
authorTrung Lê <8@tle.id.au>2026-02-23 09:57:37 +1100
committerTrung Lê <8@tle.id.au>2026-02-23 09:57:37 +1100
commit1b3bc7866a79765d75207fe200345fd7e9c3c430 (patch)
treeb340a7364c9aae4051a84153fb669bbcae671228 /com.dec05eba.gpu_screen_recorder.metainfo.xml
parent9690617ae3855ab9f58e5bce0f55b4842b9832e5 (diff)
Add AppStream metainfo for GNOME Software discoverability
Diffstat (limited to 'com.dec05eba.gpu_screen_recorder.metainfo.xml')
-rw-r--r--com.dec05eba.gpu_screen_recorder.metainfo.xml68
1 files changed, 68 insertions, 0 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.metainfo.xml b/com.dec05eba.gpu_screen_recorder.metainfo.xml
new file mode 100644
index 0000000..175e01e
--- /dev/null
+++ b/com.dec05eba.gpu_screen_recorder.metainfo.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>com.dec05eba.gpu_screen_recorder</id>
+ <name>GPU Screen Recorder</name>
+ <summary>A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux</summary>
+ <developer id="com.dec05eba.gpu_screen_recorder">
+ <name>dec05eba</name>
+ </developer>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-3.0-or-later</project_license>
+ <url type="homepage">https://github.com/runlevel5/gpu-screen-recorder-adwaita</url>
+ <url type="bugtracker">https://github.com/runlevel5/gpu-screen-recorder-adwaita/issues</url>
+ <url type="vcs-browser">https://github.com/runlevel5/gpu-screen-recorder-adwaita</url>
+
+ <supports>
+ <control>pointing</control>
+ <control>keyboard</control>
+ </supports>
+
+ <description>
+ <p>
+ This is a screen recorder that has minimal impact on system performance by recording a monitor using the GPU only, similar to shadowplay on windows. This is the fastest screen recording tool for Linux. This screen recorder works on X11 and Wayland on AMD, Intel and NVIDIA.
+ </p>
+ <p>
+ This screen recorder can be used for recording your desktop offline, for live streaming and for nvidia-like instant replay, where only the last few minutes are saved.
+ </p>
+ <p>
+ This is the GNOME (libadwaita) frontend for GPU Screen Recorder, providing a modern Adwaita UI for screen recording, streaming, and replay (ShadowPlay-like) functionality.
+ </p>
+ <p>Supported video codecs:</p>
+ <ul>
+ <li>H264 (default)</li>
+ <li>HEVC (Optionally with HDR)</li>
+ <li>AV1 (Optionally with HDR)</li>
+ <li>VP8</li>
+ <li>VP9</li>
+ </ul>
+ <p>Supported audio codecs:</p>
+ <ul>
+ <li>Opus (default)</li>
+ <li>AAC</li>
+ </ul>
+ <p>Videos are in variable framerate format by default. Use MPV to play such videos, otherwise you might experience stuttering in the video if you are using a buggy video player. Alternatively change framerate mode to constant framerate.</p>
+ <p>For more information visit the GPU Screen Recorder homepage.</p>
+ </description>
+
+ <launchable type="desktop-id">com.dec05eba.gpu_screen_recorder.desktop</launchable>
+ <screenshots>
+ <screenshot type="default">
+ <caption>Recording page</caption>
+ <image>https://raw.githubusercontent.com/runlevel5/gpu-screen-recorder-adwaita/main/screenshot1.png</image>
+ </screenshot>
+ </screenshots>
+
+ <releases>
+ <release version="1.0.0" date="2026-02-23">
+ <description>
+ <ul>
+ <li>Initial release of the GNOME (libadwaita) frontend</li>
+ <li>Port from GTK3 to libadwaita (GTK4/Adwaita)</li>
+ <li>Support for screen recording, streaming, and replay</li>
+ <li>X11 and Wayland support with global hotkeys</li>
+ </ul>
+ </description>
+ </release>
+ </releases>
+ <content_rating type="oars-1.1"/>
+</component>