Merge pull request #6519 from heitbaum/intel

Intel graphics updates
This commit is contained in:
CvH 2022-05-24 16:32:34 +02:00 committed by GitHub
commit 992e6c181f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="gmmlib" PKG_NAME="gmmlib"
PKG_VERSION="22.1.2" PKG_VERSION="22.1.3"
PKG_SHA256="3b9a6d5e7e3f5748b3d0a2fb0e980ae943907fece0980bd9c0508e71c838e334" PKG_SHA256="81dbb4ddec98bb18c3a038cd40222046ae7f5b24b2d5acbfb2400f39f02f2aaf"
PKG_ARCH="x86_64" PKG_ARCH="x86_64"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://01.org/linuxmedia" PKG_SITE="https://01.org/linuxmedia"
@ -11,4 +11,5 @@ PKG_URL="https://github.com/intel/gmmlib/archive/intel-gmmlib-${PKG_VERSION}.tar
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="gmmlib: 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." PKG_LONGDESC="gmmlib: 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."
PKG_CMAKE_OPTS_TARGET="-DRUN_TEST_SUITE=OFF" PKG_CMAKE_OPTS_TARGET="-DBUILD_TYPE=release \
-DRUN_TEST_SUITE=OFF"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="media-driver" PKG_NAME="media-driver"
PKG_VERSION="22.4.1" PKG_VERSION="22.4.2"
PKG_SHA256="5589d4e0142ae957d58798e3fba08d9e5e096e92eed422d40a82d45a14e6042f" PKG_SHA256="e8e7faeb40e523b0daf61336853e09f59f810598093d65737cd119107cf933f8"
PKG_ARCH="x86_64" PKG_ARCH="x86_64"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://01.org/linuxmedia" PKG_SITE="https://01.org/linuxmedia"