Install this version:
emerge -a =media-video/vapoursynth-eedi3-10
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/vapoursynth-eedi3-10
Or alternatively:
emerge --autounmask-write -a =media-video/vapoursynth-eedi3-10
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 10 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="A very slow edge directed interpolation filter (renewed)."
HOMEPAGE="https://github.com/HolyWu/VapourSynth-EEDI3"
SRC_URI="https://github.com/HolyWu/VapourSynth-EEDI3/archive/refs/tags/r${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/VapourSynth-EEDI3-r${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="media-video/vapoursynth
dev-libs/boost
virtual/opencl"
RDEPEND="dev-libs/opencl-icd-loader"
media-video/vapoursynth dev-libs/boost virtual/opencl
dev-libs/opencl-icd-loader
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vapoursynth-eedi3-10.tar.gz | 277825 bytes | https://github.com/HolyWu/VapourSynth-EEDI3/archive/refs/tags/r10.tar.gz |