gpu-screen-recorder 5.3.3-2
This commit is contained in:
parent
08d8c1ca93
commit
b6f26fcfd0
@ -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
|
||||
|
3
gpu-screen-recorder/postinstall.sh
Normal file
3
gpu-screen-recorder/postinstall.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/sbin/setcap cap_sys_admin+ep /usr/local/bin/gsr-kms-server
|
Loading…
Reference in New Issue
Block a user