From 9879db3a255a935405a3399264726eecfd57a33b Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Fri, 28 Oct 2022 09:45:24 +0800 Subject: libva-intel-utils: upgrade 2.15.0 -> 2.16.0 Signed-off-by: Lim Siew Hoon Signed-off-by: Anuj Mittal --- recipes-graphics/libva/libva-intel-utils_2.15.0.bb | 35 ---------------------- recipes-graphics/libva/libva-intel-utils_2.16.0.bb | 35 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 recipes-graphics/libva/libva-intel-utils_2.15.0.bb create mode 100644 recipes-graphics/libva/libva-intel-utils_2.16.0.bb diff --git a/recipes-graphics/libva/libva-intel-utils_2.15.0.bb b/recipes-graphics/libva/libva-intel-utils_2.15.0.bb deleted file mode 100644 index bca1321f..00000000 --- a/recipes-graphics/libva/libva-intel-utils_2.15.0.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "libva-utils is a collection of utilities from libva project" - -DESCRIPTION = "libva-utils is a collection of utilities \ -and examples to exercise VA-API in accordance with the libva \ -project.VA-API is an open-source library and API specification, \ -which provides access to graphics hardware acceleration capabilities \ -for video processing. It consists of a main library and driver-specific \ -acceleration backends for each supported hardware vendor" - -HOMEPAGE = "https://01.org/linuxmedia/vaapi" -BUGTRACKER = "https://github.com/intel/libva-utils/issues" - -SECTION = "x11" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" - -SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.15-branch;protocol=https" -SRCREV = "be203c8b85b07e1f7a3faedd13057b0a8cabd3c3" -S = "${WORKDIR}/git" - -UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" - -DEPENDS = "libva" - -inherit meson pkgconfig features_check - -# depends on libva which requires opengl -REQUIRED_DISTRO_FEATURES = "opengl" - -PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" -PACKAGECONFIG[x11] = "-Dx11=true, -Dx11=false,virtual/libx11 libxext libxfixes" -PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false,wayland-native wayland" - -PROVIDES = "libva-utils" -RPROVIDES:${PN} += "libva-utils" diff --git a/recipes-graphics/libva/libva-intel-utils_2.16.0.bb b/recipes-graphics/libva/libva-intel-utils_2.16.0.bb new file mode 100644 index 00000000..1ddfb53d --- /dev/null +++ b/recipes-graphics/libva/libva-intel-utils_2.16.0.bb @@ -0,0 +1,35 @@ +SUMMARY = "libva-utils is a collection of utilities from libva project" + +DESCRIPTION = "libva-utils is a collection of utilities \ +and examples to exercise VA-API in accordance with the libva \ +project.VA-API is an open-source library and API specification, \ +which provides access to graphics hardware acceleration capabilities \ +for video processing. It consists of a main library and driver-specific \ +acceleration backends for each supported hardware vendor" + +HOMEPAGE = "https://01.org/linuxmedia/vaapi" +BUGTRACKER = "https://github.com/intel/libva-utils/issues" + +SECTION = "x11" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" + +SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.16-branch;protocol=https" +SRCREV = "cdf39e1e3da85a91ef53438c3b6a97e77dda96aa" +S = "${WORKDIR}/git" + +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" + +DEPENDS = "libva" + +inherit meson pkgconfig features_check + +# depends on libva which requires opengl +REQUIRED_DISTRO_FEATURES = "opengl" + +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" +PACKAGECONFIG[x11] = "-Dx11=true, -Dx11=false,virtual/libx11 libxext libxfixes" +PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false,wayland-native wayland" + +PROVIDES = "libva-utils" +RPROVIDES:${PN} += "libva-utils" -- cgit v1.2.3-54-g00ecf