diff options
Diffstat (limited to 'recipes-multimedia/onevpl/onevpl_2021.2.2.bb')
-rw-r--r-- | recipes-multimedia/onevpl/onevpl_2021.2.2.bb | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/recipes-multimedia/onevpl/onevpl_2021.2.2.bb b/recipes-multimedia/onevpl/onevpl_2021.2.2.bb deleted file mode 100644 index 6e08b42b..00000000 --- a/recipes-multimedia/onevpl/onevpl_2021.2.2.bb +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | SUMMARY = "oneAPI Video Processing Library" | ||
2 | DESCRIPTION = "The oneAPI Video Processing Library (oneVPL) 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/oneapi-src/oneVPL" | ||
7 | LICENSE = "MIT" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ | ||
9 | file://third-party-programs.txt;md5=0a071a05786c453d52f8b3e511ed39c4" | ||
10 | |||
11 | SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https \ | ||
12 | file://0001-cmake-Allow-build-env-to-set-variables.patch \ | ||
13 | file://0001-Add-X11-support-to-legacy-tools.patch \ | ||
14 | file://0001-Adding-Wayland-support-to-legacy-tools.patch \ | ||
15 | file://0001-Update-headers-to-oneAPI-spec-v2.3-e170992.patch \ | ||
16 | file://0001-Remove-duplicate-MFXVideoDECODE_VPP-from-samples.patch \ | ||
17 | file://0001-Add-SMT-and-media_sdk_compatibility_headers.patch \ | ||
18 | file://0001-Fix-NV12-input-format-in-legacy-samples.patch \ | ||
19 | file://0001-Fix-sample_vpp-sample_encode-alignment-issue.patch \ | ||
20 | file://0001-Fix-sample_encode-i010-input.patch \ | ||
21 | file://0001-Corrected-the-install-path.patch \ | ||
22 | " | ||
23 | SRCREV = "17968d8d2299352f5a9e09388d24e81064c81c87" | ||
24 | S = "${WORKDIR}/git" | ||
25 | |||
26 | inherit cmake | ||
27 | DEPENDS = "libva" | ||
28 | |||
29 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||
30 | |||
31 | PACKAGES =+ "${PN}-examples" | ||
32 | |||
33 | EXTRA_OECMAKE += " \ | ||
34 | -DVPL_UTIL_PATH=${S}/examples/util \ | ||
35 | -DCMAKE_INSTALL_ENVDIR=${datadir}/vpl/env \ | ||
36 | -DCMAKE_INSTALL_MODDIR=${datadir}/vpl/modulefiles \ | ||
37 | -DCMAKE_INSTALL_EXAMPLEDIR=${datadir}/vpl/examples \ | ||
38 | -DCMAKE_INSTALL_LICENSEDIR=${datadir}/vpl/licensing \ | ||
39 | " | ||
40 | do_install_append () { | ||
41 | # delete examples source files | ||
42 | find "${D}${datadir}/vpl/examples/" -type d \! -name 'examples' \! -name 'content' -exec rm -rf {} + | ||
43 | } | ||
44 | |||
45 | FILES_${PN}-examples = "${bindir}/dpcpp-blur \ | ||
46 | ${bindir}/hello-* \ | ||
47 | ${datadir}/vpl/examples \ | ||
48 | " | ||
49 | |||
50 | FILES_SOLIBSDEV = "" | ||
51 | FILES_${PN}-dev += "${libdir}/libvpl.so" | ||
52 | |||
53 | FILES_${PN} += "${datadir} \ | ||
54 | ${libdir}/libvpl_wayland.so \ | ||
55 | " | ||