mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
35 lines
721 B
BlitzBasic
35 lines
721 B
BlitzBasic
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;branch=master \
|
|
"
|
|
SRCREV = "b09c86ff15ab0edeaf98e2e56547bd5fa4948a3f"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.3.0"
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
GIR_EXTRA_LIBS_PATH="${WORKDIR}"
|
|
|
|
FILES:${PN} += "${prefix}"
|
|
|
|
BBCLASSEXTEND = ""
|
|
|