aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-05-20 09:30:10 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-05-20 09:30:10 +0300
commitf39c93d6cd023ff477f7bc52efa572029e682cec (patch)
tree8c0c5794c816a11eb5257975dd64c657034a1591 /debian
parent60d089e439279cd3c7705187ae6092b998a3fe71 (diff)
Add debian directory5.13.8-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/control45
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
4 files changed, 55 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cf43493
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gpu-screen-recorder (5.13.8-1) stable; urgency=low
+
+ * Initial release.
+
+ -- Maria Lisina <sekoohaka.sarisan@gmail.com> Wed, 20 May 2026 05:12:40 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..bad9446
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)