diff options
Diffstat (limited to 'recipes-multimedia/vpl/libvpl_2.16.0.bb')
| -rw-r--r-- | recipes-multimedia/vpl/libvpl_2.16.0.bb | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/recipes-multimedia/vpl/libvpl_2.16.0.bb b/recipes-multimedia/vpl/libvpl_2.16.0.bb new file mode 100644 index 00000000..19fe8d14 --- /dev/null +++ b/recipes-multimedia/vpl/libvpl_2.16.0.bb | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | SUMMARY = "Intel Video Processing Library" | ||
| 2 | DESCRIPTION = "Intel Video Processing Library (VPL) provides \ | ||
| 3 | a single video processing API for encode, decode, and video processing \ | ||
| 4 | that works across a wide range of accelerators." | ||
| 5 | |||
| 6 | HOMEPAGE = "https://github.com/intel/libvpl" | ||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ | ||
| 9 | file://third-party-programs.txt;md5=a7af995ed33a1fad14b4ef92e6801994" | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ | ||
| 12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ | ||
| 13 | " | ||
| 14 | SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894" | ||
| 15 | |||
| 16 | inherit cmake pkgconfig | ||
| 17 | |||
| 18 | DEPENDS += "libva" | ||
| 19 | |||
| 20 | PACKAGECONFIG ??= "tools" | ||
| 21 | PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" | ||
| 22 | |||
| 23 | EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON" | ||
| 24 | |||
| 25 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||
| 26 | |||
| 27 | PACKAGES =+ "${PN}-examples" | ||
| 28 | |||
| 29 | RREPLACES:${PN} = "onevpl" | ||
| 30 | RCONFLICTS:${PN} = "onevpl" | ||
| 31 | |||
| 32 | FILES:${PN}-examples = "${datadir}/vpl \ | ||
| 33 | " | ||
| 34 | |||
| 35 | FILES_SOLIBSDEV = "" | ||
| 36 | FILES:${PN}-dev += "${libdir}/libvpl.so" | ||
| 37 | |||
| 38 | FILES:${PN} += " ${datadir}/vpl \ | ||
| 39 | " | ||
