diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-30 16:51:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-30 16:51:43 +0200 |
commit | fd7388007bb8d09c9f28e79dd1fcab9c70dbd3d1 (patch) | |
tree | 29717d591584dadd13609b9e45dd4d1c30747add /com.dec05eba.gpu_screen_recorder.appdata.xml | |
parent | 20a75bcfe0e6b32387eb92587ea597f6cfc98357 (diff) |
Add appstream file
Diffstat (limited to 'com.dec05eba.gpu_screen_recorder.appdata.xml')
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml new file mode 100644 index 0000000..419c525 --- /dev/null +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -0,0 +1,36 @@ +<?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_name>dec05eba</developer_name> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-3.0</project_license> + <url type="homepage">https://git.dec05eba.com/gpu-screen-recorder-gtk/about/</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 window using the GPU only, similar to shadowplay on windows. This is the fastest screen recording tool for Linux. It's currently limited to nvidia GPUs. + </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 seconds are saved. + </p> + </description> + + <launchable type="desktop-id">com.dec05eba.gpu_screen_recorder.desktop</launchable> + <screenshots> + <screenshot type="default"> + <image>https://raw.githubusercontent.com/dec05eba/flathub/gpu_screen_recorder/resources/screenshot1.png</image> + </screenshot> + </screenshots> + + <releases> + <release version="1.0.0" date="2022-09-30"/> + </releases> + <content_rating type="oars-1.1"/> +</component> |