meta-wayland/recipes-support/grim/grim_git.bb

34 lines
749 B
BlitzBasic
Raw Normal View History

2021-06-02 16:13:46 +02:00
SUMMARY = "Image Grabber For Wayland"
DESCRIPTION = "Grab images from a Wayland compositor. Works great with slurp and with sway"
AUTHOR = ""
HOMEPAGE = "https://github.com/emersion/grim"
BUGTRACKER = "https://github.com/emersion/grim/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
pixman \
libpng \
2021-06-02 16:13:46 +02:00
jpeg \
wayland \
wayland-native \
wayland-protocols \
2021-12-04 17:02:18 +01:00
"
2021-06-02 16:13:46 +02:00
2022-06-09 21:51:25 +02:00
SRC_URI = "git://git.sr.ht/~emersion/grim;protocol=https;branch=master"
2021-06-02 16:13:46 +02:00
S = "${WORKDIR}/git"
2022-06-09 21:51:25 +02:00
PV = "1.4.0"
SRCREV = "89e02e663fabc534b7e7039514f60a8c5d70070d"
2021-06-02 16:13:46 +02:00
inherit meson pkgconfig features_check
2021-12-04 17:02:18 +01:00
EXTRA_OEMESON = "--buildtype release"
2021-06-02 16:13:46 +02:00
BBCLASSEXTEND = ""