Install this version:
emerge -a =media-video/mcpainmkv-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/mcpainmkv-9999
Or alternatively:
emerge --autounmask-write -a =media-video/mcpainmkv-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_13 python3_14 )
DISTUTILS_USE_PEP517="setuptools"
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 git-r3
DESCRIPTION="My personal mkv converter for my media server."
HOMEPAGE="https://gitlab.com/TheGreatMcPain/McPainMKV"
EGIT_REPO_URI="https://gitlab.com/TheGreatMcPain/McPainMKV.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
# Does need media-libs/vapoursynth from vapoursynth overlay
RDEPEND="
$(python_gen_cond_dep '
>=media-sound/ffmpeg-normalize-1.37.3[${PYTHON_USEDEP}]
>=dev-python/psutil-7.2.2[${PYTHON_USEDEP}]
>=dev-python/subtitle-filter-1.5.0[${PYTHON_USEDEP}]
>=dev-python/subtitle-filter-0.3.1[${PYTHON_USEDEP}]
dev-python/makemkv[${PYTHON_USEDEP}]
')
"
$(python_gen_cond_dep ' >=media-sound/ffmpeg-normalize-1.37.3[] >=dev-python/psutil-7.2.2[] >=dev-python/subtitle-filter-1.5.0[] >=dev-python/subtitle-filter-0.3.1[] dev-python/makemkv[] ')