mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-08-27 22:42:04 +02:00
37 lines
762 B
BlitzBasic
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}"
|