summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordec05eba2024-03-10 23:17:01 +0100
committerdec05eba2024-03-10 23:17:01 +0100
commitcf08ee60b4d2ada4773039a9c2abcfcce3a9d304 (patch)
tree05611e33cb2dcb0979f9b554d7de6b296e501102 /PKGBUILD
parent0620d647eee34da595ba32576b593637735b1a40 (diff)
downloadaur-cf08ee60b4d2ada4773039a9c2abcfcce3a9d304.tar.gz
Support hdr capture and full color range on nvidia, show cursor in window capture, show correct monitors when using prime rune
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f9cb17e3055..06afd0aff26c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: dec05eba <dec05eba@protonmail.com>
pkgname=gpu-screen-recorder-git
-pkgver=r510.1d54d61
+pkgver=r522.877465a
pkgrel=1
pkgdesc='A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux'
arch=('x86_64')
url="https://git.dec05eba.com/gpu-screen-recorder"
license=('GPL3')
-depends=('ffmpeg' 'libglvnd' 'libxcomposite' 'libxrandr' 'libx11' 'libpulse' 'libva' 'libdrm' 'libcap' 'wayland')
+depends=('ffmpeg' 'libglvnd' 'libxcomposite' 'libxrandr' 'libxfixes' 'libx11' 'libpulse' 'libva' 'libdrm' 'libcap' 'wayland')
optdepends=(
'nvidia-utils: Required to record your screen on NVIDIA'
'libxnvctrl: Required when using the -oc option to overclock the NVIDIA GPU to workaround NVIDIA p2 state bug'
@@ -19,7 +19,7 @@ optdepends=(
provides=('gpu-screen-recorder')
conflicts=('gpu-screen-recorder')
source=("${pkgname}-${pkgver}.tar.gz::https://dec05eba.com/snapshot/gpu-screen-recorder.git.${pkgver}.tar.gz")
-sha512sums=('7eb0a07e79068517184aa1180b9d67163bbdc9dc41f43e1dcfee92e8177c50f5cdb40321739a9978bc693a8e630b9ae2e5b8cf45ae5f7cc78fb31a71e612bbf9')
+sha512sums=('6cc301afda00507c2694c9b57716ff1f23e1f79cbd0de2ccc7a63a18b3ebea989bee6610b3dc343034ddbe2363d21f64d67a564c1e69961a2c895e41c60257a3')
install="${pkgname}.install" # setcap cap_sys_admin (gsr-kms-server), setcap cap_sys_nice (gpu-screen-recorder)
build() {