public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed,  9 Dec 2020 05:10:29 +0000 (UTC)	[thread overview]
Message-ID: <1607490615.797d6ca86ce28217439b20da4134aa3608f5ec4b.telans@gentoo> (raw)

commit:     797d6ca86ce28217439b20da4134aa3608f5ec4b
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec  9 05:10:15 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Dec  9 05:10:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=797d6ca8

media-video/jellyfin-mpv-shim: add mpv upscaling shaders

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 media-video/jellyfin-mpv-shim/Manifest                       | 1 +
 media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/media-video/jellyfin-mpv-shim/Manifest b/media-video/jellyfin-mpv-shim/Manifest
index 6c5e979f..f1482920 100644
--- a/media-video/jellyfin-mpv-shim/Manifest
+++ b/media-video/jellyfin-mpv-shim/Manifest
@@ -1,2 +1,3 @@
 DIST jellyfin-mpv-shim-1.8.0.tar.gz 174078 BLAKE2B 9800bf8302c2da91bc1b40dbf9bb9fa50b185811cec8fbc177e54bde3e24045ee0276e7d352ba2d96ff0d9ce0a5c4db91f7ccb30b3bd12d58ac5514249e10aa1 SHA512 9391bb27dff24ca7abb2266ceb9e5b3c64943c7d573b671b38edbe19d6253220ab7a2dc8b0aca58267057ad3c3754bfba74c6b904c4d7328fd5eb40a27422826
+DIST jellyfin-mpv-shim-shader-pack-1.1.0.tar.gz 1326518 BLAKE2B ef1d1c699698cc62163b903e20e4a9cbad14169f2aca1058e58da5102e72be4291504cbad5bb877820fb7d4ed6749b04319bca7d210bfcf103693be9a0cc4e69 SHA512 26cacd859c0d0fef06fbd598007f291a652fd52d617af2df71104f705156ae78665dee2ae963f3e7bdb01e91d3fa41f555824a47f9d621d1627a06b2b5f9ba75
 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
index 610c366e..13ac4d7c 100644
--- 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
@@ -10,16 +10,18 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
+SHADER_PV="1.1.0"
 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/default-shader-pack/archive/v${SHADER_PV}.tar.gz -> jellyfin-mpv-shim-shader-pack-${SHADER_PV}.tar.gz
 	https://github.com/iwalton3/jellyfin-web/releases/download/jwc${WEB_PV}-1/dist.zip -> jellyfin-web-${WEB_PV}.zip
 "
 
-LICENSE="MIT"
+LICENSE="LGPL-3+ MIT Unlicense"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
@@ -48,6 +50,8 @@ RDEPEND="
 
 src_install() {
 	distutils-r1_src_install
-	insinto "$(python_get_sitedir)/${PN//-/_}/webclient_view/webclient"
+	insinto "$(python_get_sitedir)/${PN//-/_}/webclient_view/webclient" # jellyfin-web dist
 	doins -r "${WORKDIR}"/dist/*
+	insinto "$(python_get_sitedir)/${PN//-/_}/default_shader_pack" # mpv shaders
+	doins -r "${WORKDIR}"/default-shader-pack-${SHADER_PV}/*
 }


             reply	other threads:[~2020-12-09  5:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09  5:10 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-04  8:11 [gentoo-commits] repo/proj/guru:dev commit in: media-video/jellyfin-mpv-shim/ 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-03-26 20:42 Theo Anderson
2021-03-26 20:42 Theo Anderson
2021-01-27  5:13 Theo Anderson
2020-12-29 10:41 Theo Anderson
2020-12-15  7:49 Theo Anderson
2020-12-05  2:34 Theo Anderson
2020-12-04 15:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-04 15:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-04  3:40 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=1607490615.797d6ca86ce28217439b20da4134aa3608f5ec4b.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