diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-05-23 01:33:24 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-05-23 01:33:24 +0300 |
| commit | 8fe50c85f2fd8bc0a1c26cf61398c5626b5e5363 (patch) | |
| tree | 4f5ed1bcb528df43647c4d08ca88884086647b27 /debian/control | |
| parent | e10c7c43128f630469dce98b7ce634b0edc53717 (diff) | |
debian: Add package splitting5.13.8-3
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 63 |
1 files changed, 55 insertions, 8 deletions
diff --git a/debian/control b/debian/control index bad9446..7f59c55 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,8 @@ Standards-Version: 4.7.4 Package: gpu-screen-recorder Architecture: linux-any -Depends: libgl1 (>= 1.7.0), +Depends: gsr-kms-server, + libgl1 (>= 1.7.0), libglx0 (>= 1.7.0), libegl1 (>= 1.7.0), libjpeg62-turbo (>= 1:2.1.5), @@ -36,10 +37,56 @@ Depends: libgl1 (>= 1.7.0), ${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. +Description: The fastest screen recording tool for Linux + It uses the GPU only to record the screen to minimize system + performance impact. It supports recording, live streaming, + instant replay (similar to NVIDIA ShadowPlay), and screenshot capture. + . + The tool works on both X11 and Wayland with AMD, Intel, and NVIDIA graphics cards. + +Package: gpu-screen-recorder-dev +Section: libdevel +Architecture: linux-any +Depends: gpu-screen-recorder, + ${misc:Depends} +Description: The fastest screen recording tool for Linux (dev) + +Package: gpu-screen-recorder-modprobe +Section: misc +Architecture: all +Depends: gpu-screen-recorder, + kmod, + ${misc:Depends} +Description: The fastest screen recording tool for Linux (modprobe) + +Package: gpu-screen-recorder-scripts +Section: misc +Architecture: all +Depends: gpu-screen-recorder, + coreutils, + libnotify-bin, + psmisc, + pulseaudio-utils, + sysvinit-utils, + xdotool, + ${misc:Depends} +Description: The fastest screen recording tool for Linux (scripts) + +Package: gpu-screen-recorder-systemd +Section: misc +Architecture: all +Depends: gpu-screen-recorder, + systemd, + ${misc:Depends} +Description: The fastest screen recording tool for Linux (systemd) + +Package: gsr-kms-server +Architecture: linux-any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: KMS (Kernel Mode Setting) server for GPU Screen Recorder + Companion daemon for GPU Screen Recorder that provides Kernel Mode Setting (KMS) + access for screen capture in environments where direct DRM access is required. + . + It acts as a local server that communicates via a Unix domain socket, + allowing GPU Screen Recorder to capture screen content through the KMS interface. |
