| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 99999999 | 8 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
inherit python-single-r1 git-r3
DESCRIPTION="Small and relatively fast realtime-sharpening function for VapourSynth"
HOMEPAGE="http://forum.doom9.org/showthread.php?t=166524"
EGIT_REPO_URI="https://gist.github.com/8676fd350d4b5b223ab9.git"
LICENSE=""
SLOT="0"
KEYWORDS=""
RDEPEND+="
>=media-libs/vapoursynth-47[${PYTHON_SINGLE_USEDEP}]
"
DEPEND="${RDEPEND}
"
S="${WORKDIR}/${P}"
src_install(){
python_domodule finesharp.py
}
>=media-libs/vapoursynth-47[${PYTHON_SINGLE_USEDEP}]
>=media-libs/vapoursynth-47[${PYTHON_SINGLE_USEDEP}]