Install this version:
emerge -a =mpv-plugin/mfpbar-20260218
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mpv-plugin/mfpbar-20260218
Or alternatively:
emerge --autounmask-write -a =mpv-plugin/mfpbar-20260218
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20260218 | 8 | ~amd64 |
# Copyright 2024-2026 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
}
>=media-video/mpv-0.33.0[lua]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mfpbar-20260218.tar.gz | 22711 bytes | https://codeberg.org/NRK/mpv-toolbox/archive/20260218.tar.gz |