summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libva/libva-utils_2.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/libva/libva-utils_2.3.0.bb')
-rw-r--r--meta/recipes-graphics/libva/libva-utils_2.3.0.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libva/libva-utils_2.3.0.bb b/meta/recipes-graphics/libva/libva-utils_2.3.0.bb
new file mode 100644
index 0000000000..a1b7596e86
--- /dev/null
+++ b/meta/recipes-graphics/libva/libva-utils_2.3.0.bb
@@ -0,0 +1,33 @@
1SUMMARY = "libva-utils is a collection of utilities from libva project"
2
3DESCRIPTION = "libva-utils is a collection of utilities \
4and examples to exercise VA-API in accordance with the libva \
5project.VA-API is an open-source library and API specification, \
6which provides access to graphics hardware acceleration capabilities \
7for video processing. It consists of a main library and driver-specific \
8acceleration backends for each supported hardware vendor"
9
10HOMEPAGE = "https://01.org/linuxmedia/vaapi"
11BUGTRACKER = "https://github.com/intel/libva-utils/issues"
12
13SECTION = "x11"
14LICENSE = "MIT"
15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
16
17SRC_URI = "git://github.com/intel/libva-utils.git;protocol=https;branch=v2.3-branch"
18SRCREV = "b5a56ad33ef7d72fc522f26d2de874461be4b41e"
19
20S = "${WORKDIR}/git"
21
22UPSTREAM_CHECK_URI = "https://github.com/intel/libva-utils/releases"
23
24DEPENDS = "libva"
25
26inherit autotools pkgconfig distro_features_check
27
28# depends on libva which requires opengl
29REQUIRED_DISTRO_FEATURES = "opengl"
30
31PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}"
32PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxext libxfixes"
33PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland-native wayland"