Install this version:
emerge -a =mpv-plugin/writeedits-20250725
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mpv-plugin/writeedits-20250725
Or alternatively:
emerge --autounmask-write -a =mpv-plugin/writeedits-20250725
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MPV_REQ_USE="javascript"
USE_MPV="rdepend"
inherit mpv-plugin
DESCRIPTION="Writes a list of edits made to the current video file to a file"
HOMEPAGE="https://github.com/paradox460/mpv-scripts"
SHA="c32a1c09258bdbaf1a895cd708cf1cf9a7281b1c"
SRC_URI="https://github.com/paradox460/mpv-scripts/archive/${SHA}.tar.gz -> paradox460-mpv-scripts-${SHA:0:7}.tar.gz"
S="${WORKDIR}/mpv-scripts-${SHA}/writeedits"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
MPV_PLUGIN_FILES=(
"${PN}.js"
)
DOCS=( README.md bulkedit.fish )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | paradox460-mpv-scripts-c32a1c0.tar.gz | 7388 bytes | https://github.com/paradox460/mpv-scripts/archive/c32a1c09258bdbaf1a895cd708cf1cf9a7281b1c.tar.gz |