media-plugins/vapoursynth-dedot - 9999 (vapoursynth)

Search

Install

Install this version:

emerge -a =media-plugins/vapoursynth-dedot-9999

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

autounmask =media-plugins/vapoursynth-dedot-9999

Or alternatively:

emerge --autounmask-write -a =media-plugins/vapoursynth-dedot-9999

Package Information

Description:
Dedot is a temporal cross color (rainbow) and cross luminance (dotcrawl) reduction filter
Homepage:
https://github.com/dubhater/vapoursynth-dedot
License:
ISC

Ebuild Details

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

EAPI=8

inherit meson

DESCRIPTION="Dedot is a temporal cross color (rainbow) and cross luminance (dotcrawl) reduction filter"
HOMEPAGE="https://github.com/dubhater/vapoursynth-dedot"

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

LICENSE="ISC"
SLOT="0"
IUSE="lto"

RDEPEND+="
	media-libs/vapoursynth
"
DEPEND="${RDEPEND}
"

DOCS=( "readme.rst" )


src_configure() {
	local emesonargs=(
		--libdir="${EPREFIX}/usr/$(get_libdir)/vapoursynth/"
		-Db_lto=$(usex lto true false)
	)
	meson_src_configure
}

USE Flags

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

Global/Standard Flags

lto

Inherited Eclasses

Dependencies

DEPEND

	media-libs/vapoursynth

RDEPEND

	media-libs/vapoursynth