diff --git a/multimedia/graphics/libzimg/actions.py b/multimedia/graphics/libzimg/actions.py new file mode 100755 index 0000000000..4dbd514872 --- /dev/null +++ b/multimedia/graphics/libzimg/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", "ChangeLog") + diff --git a/multimedia/graphics/libzimg/pspec.xml b/multimedia/graphics/libzimg/pspec.xml new file mode 100755 index 0000000000..6a68e2bde3 --- /dev/null +++ b/multimedia/graphics/libzimg/pspec.xml @@ -0,0 +1,50 @@ + + + + + libzimg + https://github.com/sekrit-twc/zimg + + Mathias Freire + mathiasfreire45@gmail.com + + WTFPL + library + Scaling, colorspace conversion, and dithering library + The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. + https://github.com/sekrit-twc/zimg/archive/release-2.9.2.tar.gz + + + + libzimg + + /usr/lib + /usr/share/doc + + + + + libzimg-devel + Header files for libzimg. + + libzimg + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-14 + 2.9.2 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + +