From 620a126fb316d6292454c383baceb619bb180366 Mon Sep 17 00:00:00 2001 From: "Yew, Chang Ching" Date: Thu, 6 May 2021 23:48:10 +0800 Subject: onevpl-intel-gpu: Add recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Intel® oneVPL GPU Runtime provides a plain C API to access hardware-accelerated video decode, encode and filtering on Intel® graphics hardware platforms. GPU Runtime is successor for Intel Media SDK. Ref: https://github.com/oneapi-src/oneVPL-intel-gpu Signed-off-by: Yew, Chang Ching Signed-off-by: Anuj Mittal --- .../onevpl/onevpl-intel-gpu_2021.2.3.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_2021.2.3.bb (limited to 'recipes-multimedia') diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_2021.2.3.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_2021.2.3.bb new file mode 100644 index 00000000..91caf13e --- /dev/null +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_2021.2.3.bb @@ -0,0 +1,23 @@ +SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing" +DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \ +video decode, encode and filtering on Intel® graphics." + +HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu" +BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" + +# Only for 64 bit +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST_x86-x32 = "null" + +DEPENDS += "libdrm libva intel-media-driver onevpl" + +SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main;lfs=0 \ + " + +SRCREV = "d6b0df4f058166cff31a360b77774f7410667be5" +S = "${WORKDIR}/git" + +inherit cmake -- cgit v1.2.3-54-g00ecf