sci-libs/vmaf - 2.3.1 (vapoursynth)

Search

Package Information

Description:
Perceptual video quality assessment based on multi-method fusion.
Homepage:
https://github.com/Netflix/vmaf/

Ebuild Details

Version EAPI Keywords Slot
2.3.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 meson

DESCRIPTION="Perceptual video quality assessment based on multi-method fusion."
HOMEPAGE="https://github.com/Netflix/vmaf/"

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

LICENSE="Apache-2.0"
SLOT="0"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	app-editors/vim-core
	dev-lang/yasm"

S="${WORKDIR}/${P}/libvmaf"

Dependencies

DEPEND

	app-editors/vim-core
	dev-lang/yasm

Manifest for 2.3.1

Type File Size Source URLs
DIST vmaf-2.3.1.tar.gz 18388094 bytes https://github.com/Netflix/vmaf/archive/v2.3.1.tar.gz