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
|
|
|
"
|
2022-10-23 14:13:36 +02:00
|
|
|
SRCREV = "b09c86ff15ab0edeaf98e2e56547bd5fa4948a3f"
|
2021-06-02 18:11:46 +02:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2022-10-23 14:13:36 +02:00
|
|
|
PV = "0.3.0"
|
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 = ""
|
|
|
|
|