Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "Xv: X Video extension library" |
| 2 | |
| 3 | DESCRIPTION = "libXv provides an X Window System client interface to the \ |
| 4 | X Video extension to the X protocol. The X Video extension allows for \ |
| 5 | accelerated drawing of videos. Hardware adaptors are exposed to \ |
| 6 | clients, which may draw in a number of colourspaces, including YUV." |
| 7 | |
| 8 | require xorg-lib-common.inc |
| 9 | |
| 10 | LICENSE = "MIT-style" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c" |
| 12 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | DEPENDS += "libxext xorgproto" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 14 | |
| 15 | XORG_PN = "libXv" |
| 16 | |
| 17 | SRC_URI[md5sum] = "210b6ef30dda2256d54763136faa37b9" |
| 18 | SRC_URI[sha256sum] = "d26c13eac99ac4504c532e8e76a1c8e4bd526471eb8a0a4ff2a88db60cb0b088" |
| 19 | |