From d77d395187d69b3319fb8cd2420b69653d35766c Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 2 Jan 2023 13:25:40 +0300 Subject: [PATCH] add gmmlib. --- hardware/graphics/gmmlib/actions.py | 21 ++++++++++ hardware/graphics/gmmlib/pspec.xml | 65 +++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 hardware/graphics/gmmlib/actions.py create mode 100644 hardware/graphics/gmmlib/pspec.xml diff --git a/hardware/graphics/gmmlib/actions.py b/hardware/graphics/gmmlib/actions.py new file mode 100644 index 0000000000..f455782eb6 --- /dev/null +++ b/hardware/graphics/gmmlib/actions.py @@ -0,0 +1,21 @@ +#!/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 cmaketools, mesontools + +j = ''.join([ + ' -DCMAKE_BUILD_TYPE=Release', + ' -B_build -G Ninja -L ' + ]) + +def setup(): + cmaketools.configure(j) + +def build(): + mesontools.build("-C _build") + +def install(): + mesontools.install("-C _build") diff --git a/hardware/graphics/gmmlib/pspec.xml b/hardware/graphics/gmmlib/pspec.xml new file mode 100644 index 0000000000..5e005b370a --- /dev/null +++ b/hardware/graphics/gmmlib/pspec.xml @@ -0,0 +1,65 @@ + + + + + gmmlib + https://github.com/intel/gmmlib + + fury + uglyside@yandex.ru + + MIT + library + hardware.graphics + Graphics Memory Management Library. + + The Intel(R) Graphics Memory Management Library provides device specific and buffer management for the Intel(R) Graphics Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI. + + + https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-22.2.0.tar.gz + + + cmake + ninja + + + + + + + + gmmlib + + libgcc + + + /usr/lib/libigdgmm.so + /usr/lib/libigdgmm.so.12 + /usr/lib/libigdgmm.so.12.2.0 + + + + + gmmlib-devel + + gmmlib + + + /usr/include/igdgmm/GmmLib + /usr/include/igdgmm/inc + /usr/include/igdgmm/util + /usr/include/igdgmm/igdgmm.h + /usr/lib/pkgconfig/igdgmm.pc + + + + + + 2023-01-01 + 22.2.0 + First build. + fury + uglyside@yandex.ru + + +