diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 13 | ||||
| -rw-r--r-- | debian/gsr-cli.install | 1 | ||||
| -rw-r--r-- | debian/gsr-cli.manpages | 1 |
4 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 33b7a93..66a3ce5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gpu-screen-recorder (6.0.0-1) stable; urgency=low + + * Updated to 6.0.0. + + -- Maria Lisina <sekoohaka.sarisan@gmail.com> Mon, 10 Aug 2026 05:39:49 +0000 + gpu-screen-recorder (5.15.3-1) stable; urgency=low * Updated to 5.15.3. 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, diff --git a/debian/gsr-cli.install b/debian/gsr-cli.install new file mode 100644 index 0000000..87dba0b --- /dev/null +++ b/debian/gsr-cli.install @@ -0,0 +1 @@ +usr/bin/gsr-cli diff --git a/debian/gsr-cli.manpages b/debian/gsr-cli.manpages new file mode 100644 index 0000000..c5b3a3b --- /dev/null +++ b/debian/gsr-cli.manpages @@ -0,0 +1 @@ +usr/share/man/man1/gsr-cli.1 |
