Files
poky/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb
Kai Kang 02c98c4994 xorg-lib-common.inc: set default value of XORG_EXT
It replaced tar.bz2 tar archieves with tar.xz from the middle of 2021 on
page https://www.x.org/releases/individual/lib/. So set the default
value of XORG_EXT with 'tar.xz', and update related recipes accordingly.

(From OE-Core rev: b18a607ba0a33951375b66e895f8e129f96d9a67)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-12-31 17:08:29 +00:00

19 lines
586 B
BlitzBasic

SUMMARY = "Xv: X Video extension library"
DESCRIPTION = "libXv provides an X Window System client interface to the \
X Video extension to the X protocol. The X Video extension allows for \
accelerated drawing of videos. Hardware adaptors are exposed to \
clients, which may draw in a number of colourspaces, including YUV."
require xorg-lib-common.inc
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c"
DEPENDS += "libxext xorgproto"
XORG_PN = "libXv"
SRC_URI[sha256sum] = "aaf7fa09f689f7a2000fe493c0d64d1487a1210db154053e9e2336b860c63848"