1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
Source: gpu-screen-recorder
Section: video
Maintainer: Maria Lisina <sekoohaka.sarisan@gmail.com>
Build-Depends: debhelper-compat (= 13),
meson,
pkg-config,
libx11-dev,
libxcomposite-dev,
libxrandr-dev,
libxfixes-dev,
libxdamage-dev,
libwayland-dev,
libavcodec-dev,
libavformat-dev,
libavutil-dev,
libswresample-dev,
libavfilter-dev,
libva-dev,
libpulse-dev,
libdrm-dev,
libcap-dev,
libvulkan-dev,
linux-libc-dev,
libdbus-1-dev,
libpipewire-0.3-dev
Standards-Version: 4.7.4
Package: gpu-screen-recorder
Architecture: linux-any
Depends: libgl1 (>= 1.7.0),
libglx0 (>= 1.7.0),
libegl1 (>= 1.7.0),
libjpeg62-turbo (>= 1:2.1.5),
mesa-vulkan-drivers (>= 25.0.7),
${shlibs:Depends},
${misc:Depends}
Recommends: mesa-va-drivers (>= 25.0.7),
intel-media-va-driver (>= 25.2.3)
Description: 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.
This software can also take screenshots.
|