# 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"