media-plugins/vapoursynth-dpid - 6-r1 (vapoursynth)

Search

Package Information

Description:
Rapid, Detail-Preserving Image Downscaler for VapourSynth
Homepage:
https://github.com/WolframRhodium/VapourSynth-dpid

Ebuild Details

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

EAPI=8

inherit toolchain-funcs meson

DESCRIPTION="Rapid, Detail-Preserving Image Downscaler for VapourSynth"
HOMEPAGE="https://github.com/WolframRhodium/VapourSynth-dpid"

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

LICENSE="BSD"
SLOT="0"
RESTRICT="mirror"

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

S="${S}/Source"

Dependencies

DEPEND

	media-libs/vapoursynth

RDEPEND

	media-libs/vapoursynth