Install this version:
emerge -a =mpv-shader/nvscaler-20220224
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mpv-shader/nvscaler-20220224
Or alternatively:
emerge --autounmask-write -a =mpv-shader/nvscaler-20220224
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20220224 | 8 | ~amd64 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit mpv-shader
DESCRIPTION="NVIDIA image scaling v1.0.2 for mpv."
HOMEPAGE="https://gist.github.com/agyild/7e8951915b2bf24526a9343d951db214"
GIST_ID="7e8951915b2bf24526a9343d951db214"
SHA="05f00864228871ffd157daa9beb2db8fa7412cfa"
SRC_URI="https://gist.github.com/agyild/${GIST_ID}/archive/${SHA}.zip -> ${P}.zip"
S="${WORKDIR}/${GIST_ID}-${SHA}"
LICENSE="MIT"
KEYWORDS="~amd64"
BDEPEND="app-arch/unzip"
MPV_SHADER_FILES=(NVScaler.glsl NVSharpen.glsl)
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nvscaler-20220224.zip | 12432 bytes | https://gist.github.com/agyild/7e8951915b2bf24526a9343d951db214/archive/05f00864228871ffd157daa9beb2db8fa7412cfa.zip |