Install this version:
emerge -a =mpv-plugin/reload-20250207
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mpv-plugin/reload-20250207
Or alternatively:
emerge --autounmask-write -a =mpv-plugin/reload-20250207
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MPV_REQ_USE="lua"
USE_MPV="rdepend"
inherit mpv-plugin
DESCRIPTION="mpv plugin for automatic reloading of slow/stuck video streams"
HOMEPAGE="https://github.com/4e6/mpv-reload"
SHA="60e6fb1c578aa9af80d725857dac8e439095b033"
SRC_URI="https://github.com/4e6/mpv-reload/archive/${SHA}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/mpv-${PN}-${SHA}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
MPV_PLUGIN_FILES=( main.lua )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | reload-20250207.tar.gz | 5460 bytes | https://github.com/4e6/mpv-reload/archive/60e6fb1c578aa9af80d725857dac8e439095b033.tar.gz |