Install this version:
emerge -a =gui-apps/mpvpaper-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/mpvpaper-9999
Or alternatively:
emerge --autounmask-write -a =gui-apps/mpvpaper-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A video wallpaper program for wlroots based wayland compositors"
HOMEPAGE="https://github.com/GhostNaN/mpvpaper"
inherit meson
case "${PV}" in
9999)
inherit git-r3
EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
;;
*)
SRC_URI="https://github.com/GhostNaN/mpvpaper/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
esac
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
dev-libs/wayland
media-libs/libglvnd
media-video/mpv:=[libmpv]
"
DEPEND="
${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="dev-util/wayland-scanner"
src_install() {
meson_src_install
newman mpvpaper.man mpvpaper.1
}
dev-libs/wayland media-libs/libglvnd media-video/mpv:=[libmpv] dev-libs/wayland-protocols
dev-libs/wayland media-libs/libglvnd media-video/mpv:=[libmpv]
dev-util/wayland-scanner