wf-recorder: convert to git; update

This commit is contained in:
Markus Volk
2021-06-02 18:11:46 +02:00
parent ba3fa8cf32
commit a253bce475

View File

@ -0,0 +1,36 @@
SUMMARY = "A Wayland Screen Recorder"
HOMEPAGE = "https://github.com/ammen99/wf-recorder"
BUGTRACKER = "https://github.com/ammen99/wf-recorder/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=dd7ed145448eb375bc1d98e5169ae84e"
DEPENDS = " \
wayland \
wayland-native \
wayland-protocols \
ffmpeg \
"
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = " \
git://github.com/ammen99/wf-recorder.git;protocol=https \
"
SRCREV = "2a901365571de8b86a7eaf95fe9d0cd5a5645579"
S = "${WORKDIR}/git"
PV = "0.2.1+${SRCREV}"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
GIR_EXTRA_LIBS_PATH="${WORKDIR}"
FILES_${PN} += "${prefix}"
BBCLASSEXTEND = ""