From 840a4824e7f85a7f9fab1bc1fa8814aa6da2bf13 Mon Sep 17 00:00:00 2001 From: "Yew, Chang Ching" Date: Fri, 11 Feb 2022 10:24:42 +0800 Subject: 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 Signed-off-by: Anuj Mittal --- recipes-multimedia/onevpl/onevpl_2021.6.0.bb | 46 ---------------------------- 1 file changed, 46 deletions(-) delete mode 100644 recipes-multimedia/onevpl/onevpl_2021.6.0.bb (limited to 'recipes-multimedia/onevpl/onevpl_2021.6.0.bb') 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 @@ -SUMMARY = "oneAPI Video Processing Library" -DESCRIPTION = "The oneAPI Video Processing Library (oneVPL) provides \ -a single video processing API for encode, decode, and video processing \ -that works across a wide range of accelerators." - -HOMEPAGE = "https://github.com/oneapi-src/oneVPL" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ - file://third-party-programs.txt;md5=67727fd253b1b4574cd9eea78a2b0620" - -SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https;branch=master \ - file://0001-Fix-basename-build-issue-with-musl_libc.patch \ - file://0001-Extends-errorTypes-to-support-JPEG-errors.patch \ - file://0001-samples-Addin-wayland-scanner-auto-generate-on-cmake.patch \ - file://0001-sample_misc-Addin-basic-wayland-dmabuf-support.patch \ - file://0001-sample_misc-use-wayland-dmabuf-to-render-nv12.patch \ - file://0001-samples-use-find_program-to-detect-wayland-scanner-i.patch \ - file://0001-sample_decode-Add-VDSFC-CSC-for-AVC-HEVC.patch \ - " -SRCREV = "cdf7444dc971544d148c51e0d93a2df1bb55dda7" -S = "${WORKDIR}/git" - -inherit cmake -DEPENDS += "libva pkgconfig-native" - -PACKAGECONFIG ??= "tools" -PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" - -do_install:append() { - mkdir -p ${D}${datadir}/oneVPL/samples - mv ${D}${bindir}/sample_* ${D}${datadir}/oneVPL/samples -} - -COMPATIBLE_HOST = '(x86_64).*-linux' - -PACKAGES += "${PN}-examples" - -FILES:${PN}-examples = "${datadir}/oneVPL/examples \ - " - -FILES_SOLIBSDEV = "" -FILES:${PN}-dev += "${libdir}/libvpl.so" - -FILES:${PN} += "${datadir} \ - ${libdir}/oneVPL/libvpl_wayland.so \ - " -- cgit v1.2.3-54-g00ecf