summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2024-08-22 14:30:31 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-22 08:02:27 -0700
commit83c6d886f4dba97e512e9bb142e58d8d99ca8ee5 (patch)
treeb9abb9435167917de2e8935fa0080521b3f66e14 /meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
parent32da6bfb0e8870cdb87acc428e2dccc2a1962731 (diff)
downloadmeta-openembedded-83c6d886f4dba97e512e9bb142e58d8d99ca8ee5.tar.gz
vdpauinfo: add recipe
vdpauinfo is a command-line tool that can query the capabilities of the system's VDPAU implementation. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb')
-rw-r--r--meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb b/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
new file mode 100644
index 000000000..99afe7450
--- /dev/null
+++ b/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Tool to query the capabilities of a VDPAU implementation"
2HOMEPAGE = "https://gitlab.freedesktop.org/vdpau/vdpauinfo"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=5b6e110c362fe46168199f3490e52c3c"
6
7DEPENDS = "libvdpau"
8
9RDEPENDS:${PN} = "libvdpau"
10
11SRCREV = "d3c5bd63bf8878d59b22d618d2bb5116db392d28"
12SRC_URI = "git://anongit.freedesktop.org/vdpau/vdpauinfo;branch=master"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig