gui-apps/mpvpaper: add 1.8

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-05-11 22:31:57 +09:00
parent 0381a60358
commit 1f8170bb45
2 changed files with 39 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mpvpaper-1.7.tar.gz 89594 BLAKE2B 103582b7e5cce6293572c21299c125ef112441d1cec355e133bf54cb299123cde77deb92cd19f819102a0e6389018d4027965bb66070098a01c06f11c30b64c4 SHA512 1087d86e1586e5f5c36494787f4b981ddfd48c576add9b2758df7ed05fd219078e3fce2b135cb744d93211db254fe2e1a8b3ce2f107358fc6af3d25045ad43b6
DIST mpvpaper-1.8.tar.gz 90036 BLAKE2B 4166cfa3f87686176d379c6240296a8bcf290f2c26a349ff0177d7585b36304af117e255d677b9d70a23327745abcabd2a07efb3bf760b16f34e65e81ca7a80c SHA512 8d4b0dd682d57073bd0974273d01458139566c1eb0b2b02670dd8cba625c4a993c1a8a4464015a30c061bd43ad0713c3cafb9c9bfa55749289af5acd9497cb3b

View File

@@ -0,0 +1,38 @@
# 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
}