From 1e520b94732e921e7ac70db10f70acf0e9a303fc Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 3 Jan 2023 10:46:52 +0300 Subject: [PATCH] remove libmfx. --- hardware/graphics/libmfx/actions.py | 24 ----------- hardware/graphics/libmfx/pspec.xml | 64 ----------------------------- 2 files changed, 88 deletions(-) delete mode 100644 hardware/graphics/libmfx/actions.py delete mode 100644 hardware/graphics/libmfx/pspec.xml diff --git a/hardware/graphics/libmfx/actions.py b/hardware/graphics/libmfx/actions.py deleted file mode 100644 index 80b9b2c6f1..0000000000 --- a/hardware/graphics/libmfx/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# 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, get - -i = ''.join([ - ' --with-libva_drm=yes', - ' --with-libva_x11=yes', - ' --enable-shared', - ' --disable-static ' - ]) - -def setup(): - autotools.autoreconf("-vfi") - autotools.configure(i) - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/hardware/graphics/libmfx/pspec.xml b/hardware/graphics/libmfx/pspec.xml deleted file mode 100644 index aa7445da77..0000000000 --- a/hardware/graphics/libmfx/pspec.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - 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 - - libdrm - libva - libgcc - - - /usr/lib - - - - - libmfx-devel - - libmfx - - - /usr/include - /usr/lib/pkgconfig - - - - - - 2023-01-01 - 1.35.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-14 - 1.25 - First Release - Idris Kalp - idriskalp@gmail.com - - -