media-plugins/vapoursynth-knlmeanscl - 9999-r1 (vapoursynth)

Search

Install

Install this version:

emerge -a =media-plugins/vapoursynth-knlmeanscl-9999-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-plugins/vapoursynth-knlmeanscl-9999-r1

Or alternatively:

emerge --autounmask-write -a =media-plugins/vapoursynth-knlmeanscl-9999-r1

Package Information

Description:
An optimized pixelwise OpenCL implementation of the Non-local means denoising algorithm
Homepage:
https://github.com/Khanattila/KNLMeansCL
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
9999-r1 8 ~x86 ~amd64 0/1.1
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="An optimized pixelwise OpenCL implementation of the Non-local means denoising algorithm"
HOMEPAGE="https://github.com/Khanattila/KNLMeansCL"

if [[ ${PV} == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/Khanattila/KNLMeansCL.git"
	KEYWORDS=""
else
	inherit vcs-snapshot
	SRC_URI="https://github.com/Khanattila/KNLMeansCL/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
	KEYWORDS="~x86 ~amd64"
fi

LICENSE="LGPL-3"
SLOT="0/1.1"
CARDS=( nvidia )
IUSE="${CARDS[@]/#/video_cards_}"

RDEPEND+="
	media-libs/vapoursynth
	virtual/opencl
	video_cards_nvidia? ( x11-drivers/nvidia-drivers )
"
DEPEND="${RDEPEND}
"

USE Flags

Manage flags for this package: euse -i <flag> -p media-plugins/vapoursynth-knlmeanscl | euse -E <flag> -p media-plugins/vapoursynth-knlmeanscl | euse -D <flag> -p media-plugins/vapoursynth-knlmeanscl

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	media-libs/vapoursynth
	virtual/opencl
	video_cards_nvidia? ( x11-drivers/nvidia-drivers )

RDEPEND

	media-libs/vapoursynth
	virtual/opencl
	video_cards_nvidia? ( x11-drivers/nvidia-drivers )