mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
reduce snap package size
This commit is contained in:
parent
10c0e2f7ef
commit
17637b0663
@ -3,7 +3,7 @@ base: core18 # the base snap is the execution environment for this snap
|
|||||||
version: git # just for humans, typically '1.2+git' or '1.3.2'
|
version: git # just for humans, typically '1.2+git' or '1.3.2'
|
||||||
summary: A simple screen recorder for Linux desktop. Supports Wayland & Xorg # 79 char long summary
|
summary: A simple screen recorder for Linux desktop. Supports Wayland & Xorg # 79 char long summary
|
||||||
description: |
|
description: |
|
||||||
A simple desktop recorder for Linux systems. Built using Python, GTK+ 3 and ffmpeg. It supports recording audio and video on almost all Linux interfaces. Also, Blue Recorder is the first desktop program to support Wayland display server on GNOME session.
|
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).
|
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.
|
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
|
Based on GREEN RECORDER but rewritten in RUST
|
||||||
@ -19,26 +19,13 @@ parts:
|
|||||||
stage-snaps:
|
stage-snaps:
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libgirepository1.0-dev
|
|
||||||
- libgstreamer1.0-0
|
|
||||||
- gstreamer1.0-plugins-base
|
|
||||||
- gstreamer1.0-plugins-good
|
|
||||||
- gstreamer1.0-pulseaudio
|
|
||||||
- pulseaudio
|
|
||||||
- gir1.2-appindicator3-0.1
|
|
||||||
- libappindicator3-dev
|
- libappindicator3-dev
|
||||||
- libglu1-mesa
|
|
||||||
- freeglut3
|
|
||||||
- libgpm2
|
|
||||||
- libslang2
|
|
||||||
- imagemagick
|
|
||||||
- gawk
|
|
||||||
- gettext
|
|
||||||
- x11-utils
|
- x11-utils
|
||||||
- xdg-utils
|
- xdg-utils
|
||||||
build-packages:
|
build-packages:
|
||||||
- clang
|
|
||||||
- libappindicator3-dev
|
- libappindicator3-dev
|
||||||
|
- clang
|
||||||
|
- gettext
|
||||||
- build-essential
|
- build-essential
|
||||||
override-build: |
|
override-build: |
|
||||||
snapcraftctl build
|
snapcraftctl build
|
||||||
|
Loading…
Reference in New Issue
Block a user