meta-wayland/recipes-support/wf-recorder/wf-recorder_git.bb

35 lines
731 B
BlitzBasic
Raw Normal View History

2021-06-02 16:13:46 +02:00
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 = " \
2021-11-23 17:16:27 +01:00
git://github.com/ammen99/wf-recorder.git;protocol=https;branch=master \
2021-06-02 16:13:46 +02:00
"
2021-06-02 18:11:46 +02:00
SRCREV = "2a901365571de8b86a7eaf95fe9d0cd5a5645579"
S = "${WORKDIR}/git"
PV = "0.2.1+${SRCREV}"
2021-06-02 16:13:46 +02:00
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
GIR_EXTRA_LIBS_PATH="${WORKDIR}"
2021-08-07 06:23:26 +02:00
FILES:${PN} += "${prefix}"
2021-06-02 16:13:46 +02:00
BBCLASSEXTEND = ""