2022-07-10 01:29:52 +02:00
|
|
|
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 \
|
|
|
|
"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2023-06-25 20:00:02 +02:00
|
|
|
SRCREV = "61ec53db765c9bffe2869d870e0d9e29e36bb37e"
|
2022-11-21 15:52:57 +01:00
|
|
|
PV = "1.3"
|
2022-07-10 01:29:52 +02:00
|
|
|
|
|
|
|
inherit meson pkgconfig
|
|
|
|
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|