Files
meta-wayland/recipes-support/gpu-screen-recorder/gpu-screen-recorder_5.6.4.bb
Markus Volk 5b92dc3c8f gpu-screen-recorder: remove systemd user service
That's scary. And we can use portal -> remove.
2025-08-05 00:02:31 +02:00

37 lines
762 B
BlitzBasic

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"
do_install:append() {
rm ${D}${systemd_user_unitdir}/${PN}.service
}
FILES:${PN} += "${libdir}"