media-video/jellyfin-mpv-shim-default-shader-pack - 2.1.0 (xarblu-overlay)

Search

Install

Install this version:

emerge -a =media-video/jellyfin-mpv-shim-default-shader-pack-2.1.0

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

autounmask =media-video/jellyfin-mpv-shim-default-shader-pack-2.1.0

Or alternatively:

emerge --autounmask-write -a =media-video/jellyfin-mpv-shim-default-shader-pack-2.1.0

Package Information

Description:
Preconfigured set of MPV shaders and configs for MPV Shim media clients.
Homepage:
https://github.com/iwalton3/default-shader-pack
License:
MIT LGPL-3 Unlicense

Ebuild Details

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

EAPI=8

DESCRIPTION="Preconfigured set of MPV shaders and configs for MPV Shim media clients."
HOMEPAGE="https://github.com/iwalton3/default-shader-pack"

SRC_URI="
	https://github.com/iwalton3/default-shader-pack/archive/v${PV}.tar.gz -> ${P}.tar.gz
"

LICENSE="MIT LGPL-3 Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

S="${WORKDIR}/default-shader-pack-${PV}"

src_install() {
	insinto "usr/share/${PN}"
	doins -r shaders pack.json
}

Manifest for 2.1.0

Type File Size Source URLs
DIST jellyfin-mpv-shim-default-shader-pack-2.1.0.tar.gz 1445297 bytes https://github.com/iwalton3/default-shader-pack/archive/v2.1.0.tar.gz