From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/jellyfin-mpv-shim/
Date: Fri, 4 Dec 2020 03:40:27 +0000 (UTC) [thread overview]
Message-ID: <1607053206.b5859864efadedd869ffc2baa99cded03440c39f.telans@gentoo> (raw)
commit: b5859864efadedd869ffc2baa99cded03440c39f
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Dec 4 03:40:06 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Dec 4 03:40:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5859864
media-video/jellyfin-mpv-shim: new package 1.8.0
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
media-video/jellyfin-mpv-shim/Manifest | 2 +
.../jellyfin-mpv-shim-1.8.0.ebuild | 54 ++++++++++++++++++++++
media-video/jellyfin-mpv-shim/metadata.xml | 8 ++++
3 files changed, 64 insertions(+)
diff --git a/media-video/jellyfin-mpv-shim/Manifest b/media-video/jellyfin-mpv-shim/Manifest
new file mode 100644
index 00000000..6c5e979f
--- /dev/null
+++ b/media-video/jellyfin-mpv-shim/Manifest
@@ -0,0 +1,2 @@
+DIST jellyfin-mpv-shim-1.8.0.tar.gz 174078 BLAKE2B 9800bf8302c2da91bc1b40dbf9bb9fa50b185811cec8fbc177e54bde3e24045ee0276e7d352ba2d96ff0d9ce0a5c4db91f7ccb30b3bd12d58ac5514249e10aa1 SHA512 9391bb27dff24ca7abb2266ceb9e5b3c64943c7d573b671b38edbe19d6253220ab7a2dc8b0aca58267057ad3c3754bfba74c6b904c4d7328fd5eb40a27422826
+DIST jellyfin-web-1.6.2.zip 36138526 BLAKE2B 29248f99bf40c252a31f0b294f239e80909f7b4471945ef3fd767748af3b1fbf1a240edc80b7332d3371fcb03ef128f5f93b04867d99cf5efd9a361a44b7924e SHA512 f92af66cee0a54a41cd16079839bd785c33565db9d3c8263203b9939a531a017d2cdf049ed9f7c322c90175633face34ee6b607e467cb599884f40c43d99920c
diff --git a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild
new file mode 100644
index 00000000..a77fb7a7
--- /dev/null
+++ b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="tk"
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+WEB_PV="1.6.2"
+
+DESCRIPTION="MPV-based desktop and cast client for Jellyfin (Unofficial)"
+HOMEPAGE="https://github.com/iwalton3/jellyfin-mpv-shim"
+SRC_URI="
+ https://github.com/iwalton3/jellyfin-mpv-shim/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/iwalton3/jellyfin-web/releases/download/jwc${WEB_PV}-1/dist.zip -> jellyfin-web-${WEB_PV}.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ app-arch/unzip
+ $(python_gen_cond_dep \
+ dev-python/python-mpv[${PYTHON_USEDEP}]
+ dev-python/jellyfin-apiclient-python[${PYTHON_USEDEP}]
+ dev-python/python-mpv-jsonipc[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/pydantic[${PYTHON_USEDEP}]
+ )
+"
+RDEPEND="
+ ${DEPEND}
+ dev-libs/libappindicator:3=
+ $(python_gen_cond_dep \
+ dev-python/flask[${PYTHON_USEDEP}]
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pystray[${PYTHON_USEDEP}]
+ >=dev-python/pywebview-3.3.1[${PYTHON_USEDEP}]
+ dev-python/werkzeug[${PYTHON_USEDEP}]
+ )
+"
+
+src_install() {
+ distutils-r1_src_install
+ insinto "/usr/$(get_libdir)/${PN}/jellyfin-web"
+ doins -r "${WORKDIR}"/dist/*
+ dosym "/usr/$(get_libdir)/jellyfin-mpv-shim/jellyfin-web" "$(python_get_sitedir)/${PN//-/_}/webclient_view/webclient"
+}
diff --git a/media-video/jellyfin-mpv-shim/metadata.xml b/media-video/jellyfin-mpv-shim/metadata.xml
new file mode 100644
index 00000000..d3ad614d
--- /dev/null
+++ b/media-video/jellyfin-mpv-shim/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>telans@posteo.de</email>
+ <name>Theo Anderson</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2020-12-04 3:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-04 3:40 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-04 15:00 [gentoo-commits] repo/proj/guru:master commit in: media-video/jellyfin-mpv-shim/ Andrew Ammerlaan
2020-12-04 15:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-05 2:34 Theo Anderson
2020-12-09 5:10 Theo Anderson
2020-12-15 7:49 Theo Anderson
2020-12-29 10:41 Theo Anderson
2021-01-27 5:13 Theo Anderson
2021-03-26 20:42 Theo Anderson
2021-03-26 20:42 Theo Anderson
2021-06-17 5:55 [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-06-17 4:51 ` [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-10-04 8:11 Theo Anderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1607053206.b5859864efadedd869ffc2baa99cded03440c39f.telans@gentoo \
--to=telans@posteo.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox