diff --git a/hardware/graphics/libmfx/actions.py b/hardware/graphics/libmfx/actions.py new file mode 100755 index 0000000000..40a1dad5ed --- /dev/null +++ b/hardware/graphics/libmfx/actions.py @@ -0,0 +1,30 @@ + +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Copyright 2009 TUBITAK/UEKAE +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--disable-static \ + --enable-shared \ + --with-libva_drm=yes \ + --with-libva_x11=yes \ + ") + + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + #pisitools.dodoc("AUTHORS","LICENSE", "README.md") \ No newline at end of file diff --git a/hardware/graphics/libmfx/pspec.xml b/hardware/graphics/libmfx/pspec.xml new file mode 100755 index 0000000000..e267d9af7b --- /dev/null +++ b/hardware/graphics/libmfx/pspec.xml @@ -0,0 +1,57 @@ + + + + + libmfx + https://github.com/lu-zero/mfx_dispatch + + Idris Kalp + idriskalp@gmail.com + + BSD + library + Intel media sdk dispatcher + Intel media sdk dispatcher + https://github.com/lu-zero/mfx_dispatch/archive/1.25.tar.gz + + libdrm-devel + libva-devel + + + + + libmfx + + libdrm + libva + + + /usr/lib + /usr/share + /usr/share/doc + + + + + libmfx-devel + + libmfx + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-14 + 1.25 + First Release + Idris Kalp + idriskalp@gmail.com + + + + +