gpu-screen-recorder 5.3.3-2

This commit is contained in:
Евгений Храмов 2025-03-22 17:04:37 +03:00
parent 08d8c1ca93
commit b6f26fcfd0
2 changed files with 8 additions and 1 deletions

@ -1,6 +1,6 @@
name='gpu-screen-recorder'
version='5.3.3'
release='1'
release='2'
desc='A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.'
desk_ru='Экранный рекордер, похожий на ShadowPlay для Linux. Самый быстрый экранный рекордер для Linux.'
homepage='https://git.dec05eba.com/gpu-screen-recorder'
@ -63,6 +63,10 @@ build_deps_arch=(
sources=("https://dec05eba.com/snapshot/gpu-screen-recorder.git.${version}.tar.gz")
checksums=('SKIP')
scripts=(
['postinstall']='postinstall.sh'
)
build() {
cd "$srcdir"
meson build -Dsystemd=true

@ -0,0 +1,3 @@
#!/bin/sh
/usr/sbin/setcap cap_sys_admin+ep /usr/local/bin/gsr-kms-server