From 5dbba2d4f449868dc1e2bf9f245b6943e9bd46bc Mon Sep 17 00:00:00 2001 From: me00001 <37930867+me00001@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:28:52 +0300 Subject: [PATCH] Add the developer element (#63) https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer --- flatpak/sa.sy.bluerecorder.metainfo.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flatpak/sa.sy.bluerecorder.metainfo.xml b/flatpak/sa.sy.bluerecorder.metainfo.xml index 3caa757..43ea030 100644 --- a/flatpak/sa.sy.bluerecorder.metainfo.xml +++ b/flatpak/sa.sy.bluerecorder.metainfo.xml @@ -8,6 +8,10 @@ CC0-1.0 GPL-3.0-only + + Salem Yaslem + +

A simple desktop recorder for Linux systems. Built using Rust, GTK+ 3 and ffmpeg. It supports recording audio and video on almost all Linux interfaces with support for Wayland display server on GNOME session. The following formats are currently supported: mkv, avi, mp4, wmv, gif and nut (And only WebM for Wayland's GNOME session). You can stop the recording process easily by right-clicking the icon and choosing "Stop Record". Or middle-clicking the recording icon in the notifications area (but doesn't work on all interfaces). You can choose the audio input source you want from the list. You can also set the default values you want by simply changing them in the interface, and the program will save them for you for the next time you open it. Based on GREEN RECORDER but rewritten in RUST