Install this version:
emerge -a =media-tv/jellyfin-mpv-shim-2.10.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-tv/jellyfin-mpv-shim-2.10.0
Or alternatively:
emerge --autounmask-write -a =media-tv/jellyfin-mpv-shim-2.10.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.10.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Cast media from Jellyfin to MPV"
HOMEPAGE="https://github.com/jellyfin/jellyfin-mpv-shim"
SHADERS_PV="3.0.0"
SRC_URI="
https://github.com/jellyfin/jellyfin-mpv-shim/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/iwalton3/default-shader-pack/archive/v${SHADERS_PV}.tar.gz -> ${P}-shaders.tar.gz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="systray display-mirroring discord"
DEPEND="
media-video/mpv[libmpv]
dev-python/python-mpv[${PYTHON_USEDEP}]
dev-python/python-mpv-jsonipc[${PYTHON_USEDEP}]
dev-python/jellyfin-apiclient-python[${PYTHON_USEDEP}]
>=dev-lang/python-3[tk]
systray? ( dev-python/pystray[${PYTHON_USEDEP}] )
display-mirroring? (
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/pywebview[${PYTHON_USEDEP}]
)
discord? ( dev-python/pypresence[${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_unpack() {
default
mv "${WORKDIR}/default-shader-pack-${SHADERS_PV}" \
"${S}/jellyfin_mpv_shim/default_shader_pack"
}
Manage flags for this package:
euse -i <flag> -p media-tv/jellyfin-mpv-shim |
euse -E <flag> -p media-tv/jellyfin-mpv-shim |
euse -D <flag> -p media-tv/jellyfin-mpv-shim
media-video/mpv[libmpv] dev-python/python-mpv[] dev-python/python-mpv-jsonipc[] dev-python/jellyfin-apiclient-python[] >=dev-lang/python-3[tk] systray? ( dev-python/pystray[] ) display-mirroring? ( dev-python/jinja2[] dev-python/pywebview[] ) discord? ( dev-python/pypresence[] )
media-video/mpv[libmpv] dev-python/python-mpv[] dev-python/python-mpv-jsonipc[] dev-python/jellyfin-apiclient-python[] >=dev-lang/python-3[tk] systray? ( dev-python/pystray[] ) display-mirroring? ( dev-python/jinja2[] dev-python/pywebview[] ) discord? ( dev-python/pypresence[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jellyfin-mpv-shim-2.10.0-shaders.tar.gz | 2123554 bytes | https://github.com/iwalton3/default-shader-pack/archive/v3.0.0.tar.gz |
| DIST | jellyfin-mpv-shim-2.10.0.tar.gz | 651818 bytes | https://github.com/jellyfin/jellyfin-mpv-shim/archive/v2.10.0.tar.gz |