Install this version:
emerge -a =media-video/vapoursynth-bm3d-10.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/vapoursynth-bm3d-10.1
Or alternatively:
emerge --autounmask-write -a =media-video/vapoursynth-bm3d-10.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 10.1 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="BM3D denoising filter for VapourSynth"
HOMEPAGE="https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D"
SRC_URI="https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D/archive/refs/tags/r${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/VapourSynth-BM3D-r${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="media-video/vapoursynth sci-libs/fftw:="
RDEPEND="${DEPEND}"
media-video/vapoursynth sci-libs/fftw:=
media-video/vapoursynth sci-libs/fftw:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vapoursynth-bm3d-10.1.tar.gz | 52490 bytes | https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D/archive/refs/tags/r10.1.tar.gz |