Install this version:
emerge -a =media-video/vapoursynth-nnedi3-12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/vapoursynth-nnedi3-12
Or alternatively:
emerge --autounmask-write -a =media-video/vapoursynth-nnedi3-12
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="nnedi3 filter for VapourSynth"
HOMEPAGE="https://github.com/dubhatervapoursynth/vapoursynth-nnedi3"
SRC_URI="https://github.com/dubhatervapoursynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="mirror"
DEPEND=">=media-video/vapoursynth-37
media-video/vapoursynth-nnedi3-weights"
RDEPEND="${DEPEND}"
src_prepare () {
eautoreconf
default
}
src_install () {
default
dosym -r /usr/lib/libnnedi3.so /usr/lib/vapoursynth/libnnedi3.so
einstalldocs
}
>=media-video/vapoursynth-37 media-video/vapoursynth-nnedi3-weights
>=media-video/vapoursynth-37 media-video/vapoursynth-nnedi3-weights
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vapoursynth-nnedi3-12.tar.gz | 12740013 bytes | https://github.com/dubhatervapoursynth/vapoursynth-nnedi3/archive/v12.tar.gz |