From 8cb0bd82bdba96080001bd238f9948c02b787815 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 2 Jan 2023 13:25:05 +0300 Subject: [PATCH] libmfx. --- hardware/graphics/libmfx/actions.py | 32 ++++------ hardware/graphics/libmfx/pspec.xml | 93 ++++++++++++++++------------- 2 files changed, 63 insertions(+), 62 deletions(-) mode change 100755 => 100644 hardware/graphics/libmfx/actions.py mode change 100755 => 100644 hardware/graphics/libmfx/pspec.xml diff --git a/hardware/graphics/libmfx/actions.py b/hardware/graphics/libmfx/actions.py old mode 100755 new mode 100644 index 40a1dad5ed..80b9b2c6f1 --- a/hardware/graphics/libmfx/actions.py +++ b/hardware/graphics/libmfx/actions.py @@ -1,30 +1,24 @@ - #!/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 +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import autotools -from pisi.actionsapi import cmaketools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get +from pisi.actionsapi import autotools, get +i = ''.join([ + ' --with-libva_drm=yes', + ' --with-libva_x11=yes', + ' --enable-shared', + ' --disable-static ' + ]) def setup(): - autotools.autoreconf("-vfi") - autotools.configure("--disable-static \ - --enable-shared \ - --with-libva_drm=yes \ - --with-libva_x11=yes \ - ") - + autotools.autoreconf("-vfi") + autotools.configure(i) def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - #pisitools.dodoc("AUTHORS","LICENSE", "README.md") \ No newline at end of file + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/hardware/graphics/libmfx/pspec.xml b/hardware/graphics/libmfx/pspec.xml old mode 100755 new mode 100644 index e267d9af7b..aa7445da77 --- a/hardware/graphics/libmfx/pspec.xml +++ b/hardware/graphics/libmfx/pspec.xml @@ -1,57 +1,64 @@ - - 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 + https://github.com/lu-zero/mfx_dispatch + + Idris Kalp + idriskalp@gmail.com + + BSD + library + hardware.graphics + Intel media sdk dispatcher. + Intel media sdk dispatcher. + + https://github.com/lu-zero/mfx_dispatch/archive/refs/tags/1.35.1.tar.gz + + + libdrm-devel + libva-devel + + - - libmfx + + libmfx libdrm libva + libgcc - - /usr/lib - /usr/share - /usr/share/doc - - - - - libmfx-devel + + /usr/lib + + + + + libmfx-devel libmfx - + /usr/include /usr/lib/pkgconfig - - - - - - 2020-01-14 - 1.25 - First Release - Idris Kalp - idriskalp@gmail.com - - + + + + + + 2023-01-01 + 1.35.1 + Version bump. + fury + uglyside@yandex.ru + + + 2020-01-14 + 1.25 + First Release + Idris Kalp + idriskalp@gmail.com + + - -