summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb
blob: 1fc4c4b2ffa6cf660acdf6159277f136f4cd0311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing"
DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \
video decode, encode and filtering on Intel® graphics."

HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu"
BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b"

PE = "1"

# Only for 64 bit
COMPATIBLE_HOST = '(x86_64).*-linux'
COMPATIBLE_HOST:x86-x32 = "null"

DEPENDS += "libdrm libva intel-media-driver onevpl pkgconfig-native"

SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main;lfs=0 \
            file://0001-jpegd-Enable-JPEG-decode-error-report.patch \
            file://0001-Adding-missing-device-ID-4692-for-ADL-S.patch \
            file://0001-HEVCd-Add-frame-info-check-and-update-ChromaFormat-i.patch \
            file://0001-AVCd-Add-frame-info-check-and-update-ChromaFormat-in.patch \
            "

SRCREV = "51608c724044802cc060b7969084126a3e90ca4a"
S = "${WORKDIR}/git"

inherit cmake