From d6ccf94534907b140489e02b3dc20f5c85e36c7f Mon Sep 17 00:00:00 2001 From: "Yew, Chang Ching" Date: Tue, 27 Jul 2021 13:56:51 +0800 Subject: onevpl-intel-gpu: upgrade 21.2.2 -> 21.3.0 Signed-off-by: Yew, Chang Ching Signed-off-by: Anuj Mittal --- .../onevpl/onevpl-intel-gpu_21.2.2.bb | 25 ---------------------- .../onevpl/onevpl-intel-gpu_21.3.0.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_21.2.2.bb create mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.0.bb (limited to 'recipes-multimedia') diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.2.2.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.2.2.bb deleted file mode 100644 index 3480b365..00000000 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.2.2.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 = "11de4839263873241c455a1f44a8a29416698fda" -S = "${WORKDIR}/git" - -inherit cmake diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.0.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.0.bb new file mode 100644 index 00000000..21293584 --- /dev/null +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.0.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 = "d43925def21c90d42222b64356de658fa2050563" +S = "${WORKDIR}/git" + +inherit cmake -- cgit v1.2.3-54-g00ecf