Install this version:
emerge -a =mpv-shader/ssim-downscaler-20240905-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mpv-shader/ssim-downscaler-20240905-r1
Or alternatively:
emerge --autounmask-write -a =mpv-shader/ssim-downscaler-20240905-r1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20240905-r1 | 8 | ~amd64 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit mpv-shader
DESCRIPTION="Downscaler shader for mpv."
HOMEPAGE="https://gist.github.com/igv/36508af3ffc84410fe39761d6969be10"
GIST_ID="36508af3ffc84410fe39761d6969be10"
SHA="38992bce7f9ff844f800820df0908692b65bb74a"
SRC_URI="https://gist.github.com/igv/${GIST_ID}/archive/${SHA}.zip -> ${P}-${SHA:0:7}.zip"
S="${WORKDIR}/${GIST_ID}-${SHA}"
LICENSE="LGPL-3"
KEYWORDS="~amd64"
BDEPEND="app-arch/unzip"
MPV_SHADER_FILES=(SSimDownscaler.glsl)
app-arch/unzip