Install this version:
emerge -a =mpv-plugin/mpv-autosub-20210629
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mpv-plugin/mpv-autosub-20210629
Or alternatively:
emerge --autounmask-write -a =mpv-plugin/mpv-autosub-20210629
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20210629 | 8 | ~amd64 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin
COMMIT="35115355bd339681f97d067538356c29e5b14afa"
MY_P="${PN}-${COMMIT}"
DESCRIPTION="Fully automatic subtitle downloading for the MPV media player"
HOMEPAGE="https://github.com/davidde/mpv-autosub"
SRC_URI="https://github.com/davidde/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
media-video/subliminal
"
MPV_PLUGIN_FILES=( autosub.lua )
media-video/subliminal
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mpv-autosub-20210629.tar.gz | 5080 bytes | https://github.com/davidde/mpv-autosub/archive/35115355bd339681f97d067538356c29e5b14afa.tar.gz |