From 5c75a3453ba16c0c9526d1cd712a791e51a42276 Mon Sep 17 00:00:00 2001 From: "Yew, Chang Ching" Date: Wed, 6 Oct 2021 11:12:38 +0800 Subject: onevpl-intel-gpu: upgrade 21.3.2 -> 21.3.4 Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-21.3.4 Signed-off-by: Yew, Chang Ching Signed-off-by: Anuj Mittal --- .../onevpl/onevpl-intel-gpu_21.3.2.bb | 26 ---------------------- .../onevpl/onevpl-intel-gpu_21.3.4.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.2.bb create mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.2.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.2.bb deleted file mode 100644 index 88ab0bb2..00000000 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.2.bb +++ /dev/null @@ -1,26 +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 \ - file://0001-jpegd-Enable-JPEG-decode-error-report.patch \ - " - -SRCREV = "9a8e9626859fbffd631b3d7cf26ac7b4efe6ae3c" -S = "${WORKDIR}/git" - -inherit cmake diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb new file mode 100644 index 00000000..60726f03 --- /dev/null +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb @@ -0,0 +1,26 @@ +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 \ + file://0001-jpegd-Enable-JPEG-decode-error-report.patch \ + " + +SRCREV = "51608c724044802cc060b7969084126a3e90ca4a" +S = "${WORKDIR}/git" + +inherit cmake -- cgit v1.2.3-54-g00ecf