gui-apps/mpvpaper: add 1.5

Closes: https://bugs.gentoo.org/930205
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-04-21 01:04:11 +09:00
parent fa3a60acfb
commit 6ac57ecc0a
3 changed files with 45 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mpvpaper-1.4.tar.gz 88506 BLAKE2B ded61ce6c922c3cf1786f8c23490c186a4c2cf43d0c9101fde55d268af6ae370d26934ed73e0dce6a31ebace9f8abbbcd93439d395c2320b75619e0ea733bb96 SHA512 23a5859705319bea6508a09df3ea791b976326dcaa8a7df86e0b38754017a1bcb0c594b967db91abe2d631fe9f07454399f57f447fd14192c6f9ede4d479f1d2
DIST mpvpaper-1.5.tar.gz 88853 BLAKE2B c65382423d7fd83d7ff670f29f89fdb5990b822014727e9a675ae02b4befbff6587ee57d14a5ae6a9ad2b41ade45dd2cca8458a9cd8618b98bd95043e42b5102 SHA512 34af18e84e92eadc96ec605846d52758b237cc6391a07ef4517646cc3c0650b4c103718a9c6a7c90bbf8b0dc9edda02f6a4fd46d91e1515c5f78299a4b32550e

View File

@@ -0,0 +1,39 @@
# 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
gui-libs/wlroots
media-libs/libglvnd
media-video/mpv:=[libmpv]
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"
src_install() {
meson_src_install
newman mpvpaper.man mpvpaper.1
}

View File

@@ -32,3 +32,8 @@ BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"
src_install() {
meson_src_install
newman mpvpaper.man mpvpaper.1
}