gui-apps/mpvpaper - 1.8 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/mpvpaper-1.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/mpvpaper-1.8

Or alternatively:

emerge --autounmask-write -a =gui-apps/mpvpaper-1.8

Package Information

Description:
A video wallpaper program for wlroots based wayland compositors
Homepage:
https://github.com/GhostNaN/mpvpaper
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.8 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 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
}

Inherited Eclasses

Dependencies

DEPEND

	
	dev-libs/wayland
	media-libs/libglvnd
	media-video/mpv:=[libmpv]

	dev-libs/wayland-protocols

RDEPEND

	dev-libs/wayland
	media-libs/libglvnd
	media-video/mpv:=[libmpv]

BDEPEND

dev-util/wayland-scanner

Manifest for 1.8

Type File Size Source URLs
DIST mpvpaper-1.8.tar.gz 90036 bytes https://github.com/GhostNaN/mpvpaper/archive/1.8.tar.gz