From 842e881b396637f2b43782b53fff723ff67f22b6 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 18:41:54 +0300 Subject: [PATCH] vmaf add to repo --- multimedia/video/vmaf/actions.py | 21 ++++++++++++++ multimedia/video/vmaf/pspec.xml | 50 ++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100755 multimedia/video/vmaf/actions.py create mode 100644 multimedia/video/vmaf/pspec.xml diff --git a/multimedia/video/vmaf/actions.py b/multimedia/video/vmaf/actions.py new file mode 100755 index 0000000000..b885508363 --- /dev/null +++ b/multimedia/video/vmaf/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +NoStrip=["/usr/lib"] + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s INSTALL_PREFIX=/usr" % get.installDIR()) + pisitools.insinto("/usr/bin", "wrapper/vmafossexec") + pisitools.dodoc("CHANGELOG.md", "LICENSE", "NOTICE.md", "FAQ.md", "README.md") + diff --git a/multimedia/video/vmaf/pspec.xml b/multimedia/video/vmaf/pspec.xml new file mode 100644 index 0000000000..dc3369a704 --- /dev/null +++ b/multimedia/video/vmaf/pspec.xml @@ -0,0 +1,50 @@ + + + + + vmaf + https://github.com/netflix/vmaf/ + + Idris KALP + idriskalp@gmail.com + + Apache + library + Perceptual video quality assessment algorithm based on multi-method fusion + VMAF is a perceptual video quality assessment algorithm developed by Netflix. VMAF Development Kit (VDK) is a software package that contains the VMAF algorithm implementation, as well as a set of tools that allows a user to train and test a custom VMAF model. + https://github.com/Netflix/vmaf/archive/v1.3.15.tar.gz + + + + vmaf + + libgcc + + + /usr/bin + /usr/share/doc + /usr/share + + + + + vmaf-devel + + /usr/lib + /usr/include + /usr/lib/pkgconfig + + + + + + 2019-10-27 + 1.3.15 + First Release + Idris KALP + idriskalp@gmail.com + + + + +