summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/onevpl/onevpl_2021.6.0.bb
diff options
context:
space:
mode:
authorYew, Chang Ching <chang.ching.yew@intel.com>2022-02-11 10:24:42 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-02-11 12:50:06 +0800
commit840a4824e7f85a7f9fab1bc1fa8814aa6da2bf13 (patch)
tree7e9d86c096bec4a78c59b3f02558c30c7a1ae6ce /recipes-multimedia/onevpl/onevpl_2021.6.0.bb
parentc5ee8853cc2b40e081153271f6b866d4dbdfeac0 (diff)
downloadmeta-intel-840a4824e7f85a7f9fab1bc1fa8814aa6da2bf13.tar.gz
onevpl: upgrade 2021.6.0 -> 2022.0.3
New in This Release =================== * Updated mfxvideo++.h to remove deprecation warnings * Sample* tools select oneVPL 2.x APIs by default * Sample* tool update to support new GPU features * Updates to C++ & Python previews: * AV1 extension buffer support * new property interface * Targets Python 3.7 * Updated documentation and build for OpenVINO interop sample * The libmfx.dll and libmfx.so.2021.1.11 libraries, that had been renamed to libvpl.* have been removed Release notes: https://github.com/oneapi-src/oneVPL/releases/tag/v2022.0.0 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/onevpl/onevpl_2021.6.0.bb')
-rw-r--r--recipes-multimedia/onevpl/onevpl_2021.6.0.bb46
1 files changed, 0 insertions, 46 deletions
diff --git a/recipes-multimedia/onevpl/onevpl_2021.6.0.bb b/recipes-multimedia/onevpl/onevpl_2021.6.0.bb
deleted file mode 100644
index e586b54e..00000000
--- a/recipes-multimedia/onevpl/onevpl_2021.6.0.bb
+++ /dev/null
@@ -1,46 +0,0 @@
1SUMMARY = "oneAPI Video Processing Library"
2DESCRIPTION = "The oneAPI Video Processing Library (oneVPL) provides \
3a single video processing API for encode, decode, and video processing \
4that works across a wide range of accelerators."
5
6HOMEPAGE = "https://github.com/oneapi-src/oneVPL"
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \
9 file://third-party-programs.txt;md5=67727fd253b1b4574cd9eea78a2b0620"
10
11SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https;branch=master \
12 file://0001-Fix-basename-build-issue-with-musl_libc.patch \
13 file://0001-Extends-errorTypes-to-support-JPEG-errors.patch \
14 file://0001-samples-Addin-wayland-scanner-auto-generate-on-cmake.patch \
15 file://0001-sample_misc-Addin-basic-wayland-dmabuf-support.patch \
16 file://0001-sample_misc-use-wayland-dmabuf-to-render-nv12.patch \
17 file://0001-samples-use-find_program-to-detect-wayland-scanner-i.patch \
18 file://0001-sample_decode-Add-VDSFC-CSC-for-AVC-HEVC.patch \
19 "
20SRCREV = "cdf7444dc971544d148c51e0d93a2df1bb55dda7"
21S = "${WORKDIR}/git"
22
23inherit cmake
24DEPENDS += "libva pkgconfig-native"
25
26PACKAGECONFIG ??= "tools"
27PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols"
28
29do_install:append() {
30 mkdir -p ${D}${datadir}/oneVPL/samples
31 mv ${D}${bindir}/sample_* ${D}${datadir}/oneVPL/samples
32}
33
34COMPATIBLE_HOST = '(x86_64).*-linux'
35
36PACKAGES += "${PN}-examples"
37
38FILES:${PN}-examples = "${datadir}/oneVPL/examples \
39 "
40
41FILES_SOLIBSDEV = ""
42FILES:${PN}-dev += "${libdir}/libvpl.so"
43
44FILES:${PN} += "${datadir} \
45 ${libdir}/oneVPL/libvpl_wayland.so \
46 "