Install this version:
emerge -a =media-video/vapoursynth-astdr-4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/vapoursynth-astdr-4
Or alternatively:
emerge --autounmask-write -a =media-video/vapoursynth-astdr-4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4 | 8 | ~amd64 | 0 |
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_1{0,1,2,3,4,5} )
inherit python-single-r1
DESCRIPTION="Derainbow function for VapourSynth."
HOMEPAGE="https://github.com/dubhatervapoursynth/vapoursynth-astdr"
SRC_URI="https://github.com/dubhatervapoursynth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="media-video/vapoursynth[${PYTHON_SINGLE_USEDEP}]
media-video/vapoursynth-hqdn3d
media-video/vapoursynth-mvtools
media-video/vs-removegrain
${PYTHON_DEPS}"
DOCS=( readme.rst )
src_install() {
python_domodule ASTDR.py
einstalldocs
}
pkg_setup() {
python-single-r1_pkg_setup
}
media-video/vapoursynth[] media-video/vapoursynth-hqdn3d media-video/vapoursynth-mvtools media-video/vs-removegrain
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vapoursynth-astdr-4.tar.gz | 4756 bytes | https://github.com/dubhatervapoursynth/vapoursynth-astdr/archive/refs/tags/v4.tar.gz |