From 49c9dd3c53898f4397ebec3f04dfdb66483e78b6 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 18:43:14 +0300 Subject: [PATCH] vid.stab add to repo --- multimedia/video/vid.stab/actions.py | 29 +++++++++++++++ multimedia/video/vid.stab/pspec.xml | 55 ++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100755 multimedia/video/vid.stab/actions.py create mode 100755 multimedia/video/vid.stab/pspec.xml diff --git a/multimedia/video/vid.stab/actions.py b/multimedia/video/vid.stab/actions.py new file mode 100755 index 0000000000..045a2718c8 --- /dev/null +++ b/multimedia/video/vid.stab/actions.py @@ -0,0 +1,29 @@ +#!/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(): + shelltools.system("mkdir build_") + shelltools.cd("build_") + + shelltools.system("cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib") + +def build(): + shelltools.cd("build_") + cmaketools.make() + +def install(): + shelltools.cd("build_") + autotools.rawInstall("DESTDIR=%s" %get.installDIR()) + + shelltools.cd("..") + pisitools.dodoc("Changelog", "LICENSE", "README*") + diff --git a/multimedia/video/vid.stab/pspec.xml b/multimedia/video/vid.stab/pspec.xml new file mode 100755 index 0000000000..df5ca27b03 --- /dev/null +++ b/multimedia/video/vid.stab/pspec.xml @@ -0,0 +1,55 @@ + + + + + vid.stab + http://www.rowetel.com/?page_id=452 + + Mathias Freire + mathiasfreire45@gmail.com + + GPL + library + Video stabilization library + Video stabilization library + https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz + + + + vid.stab + + libgcc + libgomp + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + vid.stab-devel + Header files for vid.stab. + + vid.stab + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-14 + 1.1.0 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + +