diff --git a/multimedia/video/kvazaar/actions.py b/multimedia/video/kvazaar/actions.py new file mode 100755 index 0000000000..5312c9d329 --- /dev/null +++ b/multimedia/video/kvazaar/actions.py @@ -0,0 +1,26 @@ +#!/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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--enable-static='no'") + + +def build(): + + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" %get.installDIR()) + + pisitools.dodoc("COPYING", "README.md", "CREDITS") + diff --git a/multimedia/video/kvazaar/pspec.xml b/multimedia/video/kvazaar/pspec.xml new file mode 100755 index 0000000000..124327a5e5 --- /dev/null +++ b/multimedia/video/kvazaar/pspec.xml @@ -0,0 +1,52 @@ + + + + + kvazaar + http://ultravideo.cs.tut.fi/#encoder + + Mathias Freire + mathiasfreire45@gmail.com + + LGPL + library + An open-source HEVC encoder + Kvazaar is an award-winning academic open-source video encoder for the state-of-the-art High Efficiency Video Coding (HEVC/H.265) standard. Kvazaar is being developed in C and optimized in Assembly under the LGPLv2.1. + https://github.com/ultravideo/kvazaar/releases/download/v1.3.0/kvazaar-1.3.0.tar.xz + + + + kvazaar + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + kvazaar-devel + Header files for kvazaar. + + kvazaar + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-12 + 1.3.0 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + +