mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
mpv-plugin/mfpbar: add 20250307
Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
parent
080769c623
commit
c4473d8373
@ -1 +1,2 @@
|
||||
DIST mfpbar-20240215.tar.gz 21585 BLAKE2B 1b67b59a74a494d1c8e43533dd95a72008c59191a9d41a9f7b9cbd4da6db8b5e457be0ed6bcc4d9c82769f302ef2bf65065909ffba6905c6d6ae5b6ec6347c7e SHA512 2c37d64136f1c5c19537ab675215616fe24708d3f988ae0c539add3f0d94f73f76b1ec7b0c7cb8f258ddc45c4bb15967500cc72eee42247a9c1d6f6ce4fd1779
|
||||
DIST mfpbar-20250307.tar.gz 22701 BLAKE2B cb776ef5daa414631c4e7a11ccb76fd6e231f2d7d8fe895d78290e1ec22e49f17ca5e634a223dec52d743d15605432a1125824ff1842eb7d99dfb6983768dcd8 SHA512 2fe536b81d2a33ecfc3226ed5cc01b32852e401332e2a03c11e31d492d05c243fc0ceec2322ead81be1a9132650711c851a630c1e763a1e63e754e170386199a
|
||||
|
29
mpv-plugin/mfpbar/mfpbar-20250307.ebuild
Normal file
29
mpv-plugin/mfpbar/mfpbar-20250307.ebuild
Normal file
@ -0,0 +1,29 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit mpv-plugin optfeature
|
||||
|
||||
RDEPEND=">=media-video/mpv-0.33.0[lua]"
|
||||
|
||||
DESCRIPTION="A minimalistic progressbar and osc replacement"
|
||||
HOMEPAGE="https://codeberg.org/NRK/mpv-toolbox"
|
||||
|
||||
SRC_URI="https://codeberg.org/NRK/mpv-toolbox/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/mpv-toolbox/${PN}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
MPV_PLUGIN_FILES=( mfpbar.lua )
|
||||
DOCS=( mfpbar.conf README.md )
|
||||
|
||||
pkg_postinst() {
|
||||
mpv-plugin_pkg_postinst
|
||||
|
||||
einfo "mfpbar requires disabling the default osc."
|
||||
einfo "put 'osc=no' in your 'mpv.conf' in order to do so."
|
||||
|
||||
optfeature "thumbnail support" mpv-plugin/thumbfast
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user