blob: 19fe8d149fbc092d69f6655585de58df91a65a1b (
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
30
31
32
33
34
35
36
37
38
39
|
SUMMARY = "Intel Video Processing Library"
DESCRIPTION = "Intel Video Processing Library (VPL) provides \
a single video processing API for encode, decode, and video processing \
that works across a wide range of accelerators."
HOMEPAGE = "https://github.com/intel/libvpl"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \
file://third-party-programs.txt;md5=a7af995ed33a1fad14b4ef92e6801994"
SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \
file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \
"
SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894"
inherit cmake pkgconfig
DEPENDS += "libva"
PACKAGECONFIG ??= "tools"
PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols"
EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON"
COMPATIBLE_HOST = '(x86_64).*-linux'
PACKAGES =+ "${PN}-examples"
RREPLACES:${PN} = "onevpl"
RCONFLICTS:${PN} = "onevpl"
FILES:${PN}-examples = "${datadir}/vpl \
"
FILES_SOLIBSDEV = ""
FILES:${PN}-dev += "${libdir}/libvpl.so"
FILES:${PN} += " ${datadir}/vpl \
"
|