media-video/vapoursynth-nnedi3 - 12 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =media-video/vapoursynth-nnedi3-12

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

autounmask =media-video/vapoursynth-nnedi3-12

Or alternatively:

emerge --autounmask-write -a =media-video/vapoursynth-nnedi3-12

Package Information

Description:
nnedi3 filter for VapourSynth
Homepage:
https://github.com/dubhatervapoursynth/vapoursynth-nnedi3
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="nnedi3 filter for VapourSynth"
HOMEPAGE="https://github.com/dubhatervapoursynth/vapoursynth-nnedi3"
SRC_URI="https://github.com/dubhatervapoursynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="mirror"

DEPEND=">=media-video/vapoursynth-37
	media-video/vapoursynth-nnedi3-weights"
RDEPEND="${DEPEND}"

src_prepare () {
	eautoreconf
	default
}

src_install () {
	default
	dosym -r /usr/lib/libnnedi3.so /usr/lib/vapoursynth/libnnedi3.so
	einstalldocs
}

Inherited Eclasses

Dependencies

DEPEND

>=media-video/vapoursynth-37
	media-video/vapoursynth-nnedi3-weights

RDEPEND

>=media-video/vapoursynth-37
	media-video/vapoursynth-nnedi3-weights

Manifest for 12

Type File Size Source URLs
DIST vapoursynth-nnedi3-12.tar.gz 12740013 bytes https://github.com/dubhatervapoursynth/vapoursynth-nnedi3/archive/v12.tar.gz