media-video/vapoursynth-msmoosh - 1.1 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =media-video/vapoursynth-msmoosh-1.1

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

autounmask =media-video/vapoursynth-msmoosh-1.1

Or alternatively:

emerge --autounmask-write -a =media-video/vapoursynth-msmoosh-1.1

Package Information

Description:
MSharpen and MSmooth for VapourSynth
Homepage:
https://github.com/dubhatervapoursynth/vapoursynth-msmoosh
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="MSharpen and MSmooth for VapourSynth"
HOMEPAGE="https://github.com/dubhatervapoursynth/vapoursynth-msmoosh"
SRC_URI="https://github.com/dubhatervapoursynth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="media-video/vapoursynth"
RDEPEND="${DEPEND}"

DOCS=( readme.rst )

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf "--libdir=/usr/$(get_libdir)/vapoursynth"
}

src_compile() {
	emake
}

src_install() {
	emake install DESTDIR="${D}"
	einstalldocs
}

Inherited Eclasses

Dependencies

DEPEND

media-video/vapoursynth

RDEPEND

media-video/vapoursynth

Manifest for 1.1

Type File Size Source URLs
DIST vapoursynth-msmoosh-1.1.tar.gz 36586 bytes https://github.com/dubhatervapoursynth/vapoursynth-msmoosh/archive/refs/tags/v1.1.tar.gz