mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-08-03 06:31:14 +02:00
gpu-screen-recorder: add recipe
This commit is contained in:
@ -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}"
|
Reference in New Issue
Block a user