Files
meta-wayland/recipes-graphics/mpvpaper/mpvpaper_1.8.bb
2026-04-05 23:06:58 +02:00

20 lines
461 B
BlitzBasic

SUMMARY = "MPVPaper allows you to play videos with mpv as your wallpaper."
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
SRC_URI = "git://github.com/GhostNaN/mpvpaper.git;protocol=https;branch=master"
DEPENDS = " \
mpv \
virtual/egl \
wayland \
wayland-native \
wayland-protocols \
"
SRCREV = "4de75e73b40ba9e953eaec9eaa7773e6c31ab08a"
inherit meson pkgconfig
EXTRA_OEMESON += "--buildtype release"