943b4df070
update 20.4.1 (2020-12-30) to 21.1.2 (2021-04-22) compare: https://github.com/intel/gmmlib/compare/intel-gmmlib-20.4.1...intel-gmmlib-21.1.1 compare: https://github.com/intel/gmmlib/compare/intel-gmmlib-21.1.1...intel-gmmlib-21.1.2
15 lines
671 B
Makefile
15 lines
671 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="gmmlib"
|
|
PKG_VERSION="21.1.2"
|
|
PKG_SHA256="ecd3b39ae7fd8414e0a45b4b23877c5c13eec692b0a21e0126f336e9c02eea5d"
|
|
PKG_ARCH="x86_64"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://01.org/linuxmedia"
|
|
PKG_URL="https://github.com/intel/gmmlib/archive/intel-gmmlib-${PKG_VERSION}.tar.gz"
|
|
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_CMAKE_OPTS_TARGET="-DRUN_TEST_SUITE=OFF"
|