From 0567f4f7806ab0ab69abcf2c535d834a661a9666 Mon Sep 17 00:00:00 2001 From: "Yew, Chang Ching" Date: Wed, 18 Aug 2021 21:44:57 +0800 Subject: onevpl-intel-gpu: upgrade 21.3.0 -> 21.3.1 Changes in this release - [AVCe] Enable unaligned at 16 input - CM: add some MFX traces to CM - [HEVCe] Support main 10 still picture profile - [HEVCe] enable BGR - [VPP] Add 3D lut in CheckFormatLimitation Signed-off-by: Yew, Chang Ching Signed-off-by: Anuj Mittal --- .../onevpl/onevpl-intel-gpu_21.3.0.bb | 25 ---------------------- .../onevpl/onevpl-intel-gpu_21.3.1.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.0.bb create mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.0.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.0.bb deleted file mode 100644 index cf63f842..00000000 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -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" - -PE = "1" - -# 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 = "d43925def21c90d42222b64356de658fa2050563" -S = "${WORKDIR}/git" - -inherit cmake diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb new file mode 100644 index 00000000..02b8c50f --- /dev/null +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb @@ -0,0 +1,25 @@ +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" + +PE = "1" + +# 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 = "0afbbab1c4d56cdacafb2d56c436c418f51bbb3f" +S = "${WORKDIR}/git" + +inherit cmake -- cgit v1.2.3-54-g00ecf