diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-08-10 10:50:15 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-08-10 10:50:15 +0500 |
| commit | 47bb6235a4c9f5c8632f9a85d2ad2470254d8f7f (patch) | |
| tree | 5ce9f90fcc909a7183b762a4b5f8ecd144ed2ab7 /debian/control | |
| parent | 6dc1149d078fc3b04a19696bfb7d5d6940372175 (diff) | |
debian: 6.0.0-16.0.0-1
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control index bc6a228..a4ffb66 100644 --- a/debian/control +++ b/debian/control @@ -80,6 +80,19 @@ Depends: gpu-screen-recorder, ${misc:Depends} Description: The fastest screen recording tool for Linux (systemd) +Package: gsr-cli +Architecture: linux-any +Depends: gpu-screen-recorder, + ${shlibs:Depends}, + ${misc:Depends} +Description: Control a running GPU Screen Recorder instance + Sends a command to a gpu-screen-recorder instance that + was started with the -ipc option and reports the reply. + . + This gives the same control as sending signals to GPU Screen Recorder, + except that a replay can be saved with an arbitrary number of seconds + and that the result of the command is known instead of being sent blindly. + Package: gsr-kms-server Architecture: linux-any Depends: libcap2-bin, |
