Install this version:
emerge -a =media-plugins/vapoursynth-knlmeanscl-9999-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-plugins/vapoursynth-knlmeanscl-9999-r1
Or alternatively:
emerge --autounmask-write -a =media-plugins/vapoursynth-knlmeanscl-9999-r1
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="An optimized pixelwise OpenCL implementation of the Non-local means denoising algorithm"
HOMEPAGE="https://github.com/Khanattila/KNLMeansCL"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Khanattila/KNLMeansCL.git"
KEYWORDS=""
else
inherit vcs-snapshot
SRC_URI="https://github.com/Khanattila/KNLMeansCL/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
KEYWORDS="~x86 ~amd64"
fi
LICENSE="LGPL-3"
SLOT="0/1.1"
CARDS=( nvidia )
IUSE="${CARDS[@]/#/video_cards_}"
RDEPEND+="
media-libs/vapoursynth
virtual/opencl
video_cards_nvidia? ( x11-drivers/nvidia-drivers )
"
DEPEND="${RDEPEND}
"
Manage flags for this package:
euse -i <flag> -p media-plugins/vapoursynth-knlmeanscl |
euse -E <flag> -p media-plugins/vapoursynth-knlmeanscl |
euse -D <flag> -p media-plugins/vapoursynth-knlmeanscl
media-libs/vapoursynth virtual/opencl video_cards_nvidia? ( x11-drivers/nvidia-drivers )
media-libs/vapoursynth virtual/opencl video_cards_nvidia? ( x11-drivers/nvidia-drivers )