gpu-screen-recorder: add recipe

This commit is contained in:
Markus Volk
2025-07-31 10:42:58 +02:00
parent 264a5eb979
commit 015981c78e

View File

@ -0,0 +1,32 @@
SUMMARY = "A shadowplay-like screen recorder for Linux"
HOMEPAGE = "https://git.dec05eba.com/gpu-screen-recorder"
SECTION = "graphics"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
DEPENDS = " \
wayland \
wayland-native \
wayland-protocols \
ffmpeg \
pipewire \
pulseaudio \
libx11 \
xcomposite \
libdrm \
libva \
libcap \
dbus \
"
REQUIRED_DISTRO_FEATURES = "wayland x11"
SRC_URI = "git://repo.dec05eba.com/gpu-screen-recorder;protocol=https;branch=master"
SRCREV = "05e32256af62bf145fe6f5ab64d644882da79196"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
FILES:${PN} += "${libdir}"