summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/onevpl/onevpl-intel-gpu_2021.2.3.bb23
1 files changed, 23 insertions, 0 deletions
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 @@
1SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing"
2DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \
3video decode, encode and filtering on IntelĀ® graphics."
4
5HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu"
6BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b"
10
11# Only for 64 bit
12COMPATIBLE_HOST = '(x86_64).*-linux'
13COMPATIBLE_HOST_x86-x32 = "null"
14
15DEPENDS += "libdrm libva intel-media-driver onevpl"
16
17SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main;lfs=0 \
18 "
19
20SRCREV = "d6b0df4f058166cff31a360b77774f7410667be5"
21S = "${WORKDIR}/git"
22
23inherit cmake