mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
mpvpaper: add recipe
This commit is contained in:
parent
fac6b4b1ed
commit
8d233d3a79
21
recipes-graphics/mpvpaper/mpvpaper_git.bb
Normal file
21
recipes-graphics/mpvpaper/mpvpaper_git.bb
Normal file
@ -0,0 +1,21 @@
|
||||
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"
|
||||
SRCREV = "666f4c9a8fdc7e921073366fc939c335318f723f"
|
||||
PV = "1.2.1"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
Loading…
Reference in New Issue
Block a user