Install this version:
emerge -a =media-video/vapoursynth-nnedi3-weights-12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/vapoursynth-nnedi3-weights-12
Or alternatively:
emerge --autounmask-write -a =media-video/vapoursynth-nnedi3-weights-12
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="nnedi3 weights.bin file"
HOMEPAGE="https://github.com/dubhatervapoursynth/vapoursynth-nnedi3"
SRC_URI="https://github.com/dubhatervapoursynth/${PN/-weights}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P/-weights}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
src_install () {
dodoc readme.rst
insinto "/usr/share/${PN}"
doins src/nnedi3_weights.bin
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vapoursynth-nnedi3-weights-12.tar.gz | 12740013 bytes | https://github.com/dubhatervapoursynth/vapoursynth-nnedi3/archive/v12.tar.gz |