From cd6c1729df81b9157302a7e880b7265e2ac9849c Mon Sep 17 00:00:00 2001 From: "Yew, Chang Ching" Date: Thu, 2 Sep 2021 17:14:58 +0800 Subject: onevpl-intel-gpu: upgrade 21.3.1 -> 21.3.2 Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-21.3.2 Signed-off-by: Yew, Chang Ching Signed-off-by: Anuj Mittal --- .../onevpl/onevpl-intel-gpu_21.3.1.bb | 25 ---------------------- .../onevpl/onevpl-intel-gpu_21.3.2.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb create mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.2.bb diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb deleted file mode 100644 index 02b8c50f..00000000 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.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 = "0afbbab1c4d56cdacafb2d56c436c418f51bbb3f" -S = "${WORKDIR}/git" - -inherit cmake diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.2.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.2.bb new file mode 100644 index 00000000..9a20e785 --- /dev/null +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.2.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 = "9a8e9626859fbffd631b3d7cf26ac7b4efe6ae3c" +S = "${WORKDIR}/git" + +inherit cmake -- cgit v1.2.3-54-g00ecf