media-video/vapoursynth-minideen - 2 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =media-video/vapoursynth-minideen-2

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

autounmask =media-video/vapoursynth-minideen-2

Or alternatively:

emerge --autounmask-write -a =media-video/vapoursynth-minideen-2

Package Information

Description:
Spatial denoising filter for pourSynth
Homepage:
https://github.com/dubhatervapoursynth/vapoursynth-minideen
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
2 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic meson

DESCRIPTION="Spatial denoising filter for pourSynth"
HOMEPAGE="https://github.com/dubhatervapoursynth/vapoursynth-minideen"
SRC_URI="https://github.com/dubhatervapoursynth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="media-video/vapoursynth"
RDEPEND="${DEPEND}"

DOCS=( readme.rst )

src_configure() {
	append-cxxflags -fpeel-loops
	emesonargs=(
		--libdir "/usr/$(get_libdir)/vapoursynth"
	)
	meson_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

media-video/vapoursynth

RDEPEND

media-video/vapoursynth

Manifest for 2

Type File Size Source URLs
DIST vapoursynth-minideen-2.tar.gz 5034 bytes https://github.com/dubhatervapoursynth/vapoursynth-minideen/archive/refs/tags/v2.tar.gz