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

37 lines
747 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 \
2024-08-23 11:20:36 +02:00
pulseaudio \
pipewire \
2021-06-02 16:13:46 +02:00
"
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
"
2024-08-23 11:20:36 +02:00
SRCREV = "9978c3570436eb5358e4578421d83a7f3ffd2683"
2021-06-02 18:11:46 +02:00
S = "${WORKDIR}/git"
2024-08-23 11:20:36 +02:00
PV = "0.4.1"
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 = ""