From 3e2a3affd7d24e2c473d9fc053a615a58814b6f0 Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Wed, 8 Feb 2023 10:40:23 +0800 Subject: onevpl-intel-gpu: upgrade 22.5.4 -> 22.6.5 Signed-off-by: Lim Siew Hoon Signed-off-by: Anuj Mittal --- .../onevpl/onevpl-intel-gpu_22.5.4.bb | 29 ---------------------- .../onevpl/onevpl-intel-gpu_22.6.5.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_22.5.4.bb create mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_22.6.5.bb (limited to 'recipes-multimedia') diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.5.4.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.5.4.bb deleted file mode 100644 index b89a8ce8..00000000 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.5.4.bb +++ /dev/null @@ -1,29 +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 pkgconfig-native" - -SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;nobranch=1;lfs=0 \ - " - -SRCREV = "4a8f62f498eddc96473789a5d5e204ec84b69330" -S = "${WORKDIR}/git" - -FILES:${PN} += " \ - ${libdir}/libmfx-gen/enctools.so \ - " - -inherit cmake diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.6.5.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.6.5.bb new file mode 100644 index 00000000..b5f4e5c2 --- /dev/null +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.6.5.bb @@ -0,0 +1,29 @@ +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 pkgconfig-native" + +SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;nobranch=1;lfs=0 \ + " + +SRCREV = "e74a3ce334b52577081e14a1656f74ccb3f1ef69" +S = "${WORKDIR}/git" + +FILES:${PN} += " \ + ${libdir}/libmfx-gen/enctools.so \ + " + +inherit cmake -- cgit v1.2.3-54-g00ecf