media-video/jellyfin-mpv-shim - 3.0.0 (vimproved)

Search

Install

Install this version:

emerge -a =media-video/jellyfin-mpv-shim-3.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-video/jellyfin-mpv-shim-3.0.0

Or alternatively:

emerge --autounmask-write -a =media-video/jellyfin-mpv-shim-3.0.0

Package Information

Description:
MPV Cast Client for Jellyfin
Homepage:
https://github.com/jellyfin/jellyfin-mpv-shim
License:
GPL-3 MIT

Ebuild Details

Version EAPI Keywords Slot
3.0.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{13..14} )

inherit distutils-r1 desktop xdg

DESCRIPTION="MPV Cast Client for Jellyfin"
HOMEPAGE="https://github.com/jellyfin/jellyfin-mpv-shim"
SRC_URI="https://github.com/jellyfin/jellyfin-mpv-shim/archive/refs/tags/v${PV/_/}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${P/_/}"

LICENSE="GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"
# tests are flaky
RESTRICT="test"

RDEPEND="
	>=dev-python/jellyfin-apiclient-python-1.15.0[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/pypresence[${PYTHON_USEDEP}]
	dev-python/pystray[${PYTHON_USEDEP}]
	>=dev-python/python-mpv-1.0.8[${PYTHON_USEDEP}]
	>=dev-python/python-mpv-jsonipc-1.2.2[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
"

src_install() {
	distutils-r1_src_install

	for size in 16 32 48 64 128 256; do
		doicon -s ${size} jellyfin_mpv_shim/integration/jellyfin-${size}.png
	done
	domenu jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.desktop
	insinto /usr/share/metainfo
	doins jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml
}

Inherited Eclasses

xdg

Dependencies

RDEPEND

	>=dev-python/jellyfin-apiclient-python-1.15.0[]
	dev-python/pillow[]
	dev-python/pypresence[]
	dev-python/pystray[]
	>=dev-python/python-mpv-1.0.8[]
	>=dev-python/python-mpv-jsonipc-1.2.2[]
	dev-python/requests[]

Manifest for 3.0.0

Type File Size Source URLs
DIST jellyfin-mpv-shim-3.0.0.gh.tar.gz 5742063 bytes https://github.com/jellyfin/jellyfin-mpv-shim/archive/refs/tags/v3.0.0.tar.gz