mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
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>
19 lines
586 B
BlitzBasic
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"
|
|
|