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

Search

Install

Install this version:

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

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

autounmask =media-video/vapoursynth-dfmderainbow-2

Or alternatively:

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

Package Information

Description:
Derainbow function for VapourSynth.
Homepage:
https://github.com/dubhatervapoursynth/vapoursynth-dfmderainbow
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
2 8 ~amd64 0
View Raw Ebuild
# 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-dfmderainbow"
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}]
	${PYTHON_DEPS}
	media-video/vapoursynth-fluxsmooth
	media-video/vapoursynth-minideen
	media-video/vapoursynth-msmoosh"

DOCS=( readme.rst )

src_prepare() {
	sed -re 's/vs\.get_core\(\)/vs.core/g' -i dfmderainbow.py || die
	default
}

src_install() {
	python_domodule dfmderainbow.py
	einstalldocs
}

pkg_setup() {
	python-single-r1_pkg_setup
}

Inherited Eclasses

Dependencies

RDEPEND

media-video/vapoursynth[]
	
	media-video/vapoursynth-fluxsmooth
	media-video/vapoursynth-minideen
	media-video/vapoursynth-msmoosh

Manifest for 2

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