xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libva/libva.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Video Acceleration (VA) API for Linux"
2*4882a593SmuzhiyunDESCRIPTION = "Video Acceleration API (VA API) is a library (libVA) \
3*4882a593Smuzhiyunand API specification which enables and provides access to graphics \
4*4882a593Smuzhiyunhardware (GPU) acceleration for video processing on Linux and UNIX \
5*4882a593Smuzhiyunbased operating systems. Accelerated processing includes video \
6*4882a593Smuzhiyundecoding, video encoding, subpicture blending and rendering. The \
7*4882a593Smuzhiyunspecification was originally designed by Intel for its GMA (Graphics \
8*4882a593SmuzhiyunMedia Accelerator) series of GPU hardware, the API is however not \
9*4882a593Smuzhiyunlimited to GPUs or Intel specific hardware, as other hardware and \
10*4882a593Smuzhiyunmanufacturers can also freely use this API for hardware accelerated \
11*4882a593Smuzhiyunvideo decoding."
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunHOMEPAGE = "https://01.org/linuxmedia/vaapi"
14*4882a593SmuzhiyunBUGTRACKER = "https://github.com/intel/libva/issues"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunSECTION = "x11"
17*4882a593SmuzhiyunLICENSE = "MIT"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunSRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2"
20*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
21*4882a593SmuzhiyunSRC_URI[sha256sum] = "511e9a74d1ccfb548bc192290603082c11074ac59b17aadfd5d56a3f93e58454"
22*4882a593Smuzhiyun
23*4882a593SmuzhiyunS = "${WORKDIR}/libva-${PV}"
24*4882a593Smuzhiyun
25*4882a593SmuzhiyunUPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases"
26*4882a593Smuzhiyun
27*4882a593SmuzhiyunDEPENDS = "libdrm"
28*4882a593Smuzhiyun
29*4882a593Smuzhiyuninherit meson pkgconfig
30*4882a593Smuzhiyun
31*4882a593SmuzhiyunPACKAGECONFIG[x11] = "-Dwith_x11=yes,-Dwith_x11=no,virtual/libx11 libxext libxfixes"
32*4882a593SmuzhiyunPACKAGECONFIG[glx] = "-Dwith_glx=yes,-Dwith_glx=no,virtual/mesa"
33*4882a593Smuzhiyun
34*4882a593SmuzhiyunPACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native wayland"
35*4882a593Smuzhiyun
36*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
37*4882a593Smuzhiyun
38