diff options
Diffstat (limited to 'recipes-multimedia/vpl')
| -rw-r--r-- | recipes-multimedia/vpl/libvpl-tools_1.5.0.bb (renamed from recipes-multimedia/vpl/libvpl-tools_1.3.0.bb) | 9 | ||||
| -rw-r--r-- | recipes-multimedia/vpl/libvpl_2.16.0.bb (renamed from recipes-multimedia/vpl/libvpl_2.14.0.bb) | 16 | ||||
| -rw-r--r-- | recipes-multimedia/vpl/vpl-gpu-rt_26.1.0.bb (renamed from recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb) | 9 |
3 files changed, 16 insertions, 18 deletions
diff --git a/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb b/recipes-multimedia/vpl/libvpl-tools_1.5.0.bb index 9154eb62..33db121e 100644 --- a/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb +++ b/recipes-multimedia/vpl/libvpl-tools_1.5.0.bb | |||
| @@ -9,14 +9,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ | |||
| 9 | file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a" | 9 | file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/intel/libvpl-tools.git;protocol=https;branch=main \ | 11 | SRC_URI = "git://github.com/intel/libvpl-tools.git;protocol=https;branch=main \ |
| 12 | file://0001-Update-vpl-inspect-to-remove-ReportedStats.patch \ | ||
| 13 | file://0001-Add-cstdint-header-to-resolve-build-issue-with-gcc-1.patch \ | ||
| 14 | " | 12 | " |
| 15 | 13 | ||
| 16 | SRCREV = "82eab13ecec99f34e0f1d5dac490611b604406c9" | 14 | SRCREV = "ad9deecaf0ee76f689373b55fe620c843e3c8a4d" |
| 17 | 15 | ||
| 18 | inherit cmake | 16 | inherit cmake pkgconfig |
| 19 | DEPENDS += "libva libvpl pkgconfig-native" | 17 | |
| 18 | DEPENDS += "libva libvpl" | ||
| 20 | 19 | ||
| 21 | PACKAGECONFIG ??= "tools" | 20 | PACKAGECONFIG ??= "tools" |
| 22 | PACKAGECONFIG[tools] = "-DENABLE_WAYLAND=ON, -DENABLE_WAYLAND=OFF, wayland wayland-native wayland-protocols" | 21 | PACKAGECONFIG[tools] = "-DENABLE_WAYLAND=ON, -DENABLE_WAYLAND=OFF, wayland wayland-native wayland-protocols" |
diff --git a/recipes-multimedia/vpl/libvpl_2.14.0.bb b/recipes-multimedia/vpl/libvpl_2.16.0.bb index 3c35a892..19fe8d14 100644 --- a/recipes-multimedia/vpl/libvpl_2.14.0.bb +++ b/recipes-multimedia/vpl/libvpl_2.16.0.bb | |||
| @@ -6,26 +6,22 @@ that works across a wide range of accelerators." | |||
| 6 | HOMEPAGE = "https://github.com/intel/libvpl" | 6 | HOMEPAGE = "https://github.com/intel/libvpl" |
| 7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ |
| 9 | file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a" | 9 | file://third-party-programs.txt;md5=a7af995ed33a1fad14b4ef92e6801994" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ | 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 \ | 12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ |
| 13 | " | 13 | " |
| 14 | SRCREV = "025d43d086a3e663184cb49febe86152bf05409f" | 14 | SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894" |
| 15 | 15 | ||
| 16 | inherit cmake | 16 | inherit cmake pkgconfig |
| 17 | DEPENDS += "libva pkgconfig-native" | 17 | |
| 18 | DEPENDS += "libva" | ||
| 18 | 19 | ||
| 19 | PACKAGECONFIG ??= "tools" | 20 | PACKAGECONFIG ??= "tools" |
| 20 | PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" | 21 | PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" |
| 21 | 22 | ||
| 22 | EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON" | 23 | EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON" |
| 23 | 24 | ||
| 24 | do_install:append() { | ||
| 25 | mkdir -p ${D}${datadir}/VPL/samples | ||
| 26 | mv ${D}${bindir}/hello-* ${D}${datadir}/VPL/samples | ||
| 27 | } | ||
| 28 | |||
| 29 | COMPATIBLE_HOST = '(x86_64).*-linux' | 25 | COMPATIBLE_HOST = '(x86_64).*-linux' |
| 30 | 26 | ||
| 31 | PACKAGES =+ "${PN}-examples" | 27 | PACKAGES =+ "${PN}-examples" |
| @@ -39,5 +35,5 @@ FILES:${PN}-examples = "${datadir}/vpl \ | |||
| 39 | FILES_SOLIBSDEV = "" | 35 | FILES_SOLIBSDEV = "" |
| 40 | FILES:${PN}-dev += "${libdir}/libvpl.so" | 36 | FILES:${PN}-dev += "${libdir}/libvpl.so" |
| 41 | 37 | ||
| 42 | FILES:${PN} += " ${datadir}/VPL/samples \ | 38 | FILES:${PN} += " ${datadir}/vpl \ |
| 43 | " | 39 | " |
diff --git a/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb b/recipes-multimedia/vpl/vpl-gpu-rt_26.1.0.bb index 0a0e6972..abc62d14 100644 --- a/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb +++ b/recipes-multimedia/vpl/vpl-gpu-rt_26.1.0.bb | |||
| @@ -14,19 +14,22 @@ PE = "1" | |||
| 14 | COMPATIBLE_HOST = '(x86_64).*-linux' | 14 | COMPATIBLE_HOST = '(x86_64).*-linux' |
| 15 | COMPATIBLE_HOST:x86-x32 = "null" | 15 | COMPATIBLE_HOST:x86-x32 = "null" |
| 16 | 16 | ||
| 17 | DEPENDS += "libdrm libva intel-media-driver libvpl pkgconfig-native" | 17 | DEPENDS += "libdrm libva intel-media-driver libvpl" |
| 18 | RDEPENDS:${PN} += "intel-media-driver" | 18 | RDEPENDS:${PN} += "intel-media-driver" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://github.com/intel/vpl-gpu-rt.git;protocol=https;nobranch=1;lfs=0 \ | 20 | SRC_URI = "git://github.com/intel/vpl-gpu-rt.git;protocol=https;nobranch=1;lfs=0 \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | SRCREV = "c65990e456acf901597a76b22407232679152547" | 23 | SRCREV = "58c5fb3f1aa69c98dbb653b3707c92fc9d8dc4ff" |
| 24 | 24 | ||
| 25 | FILES:${PN} += " \ | 25 | FILES:${PN} += " \ |
| 26 | ${libdir}/libmfx-gen/enctools.so \ | 26 | ${libdir}/libmfx-gen/enctools.so \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | inherit cmake | 29 | inherit cmake features_check pkgconfig |
| 30 | |||
| 31 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 32 | |||
| 30 | 33 | ||
| 31 | RREPLACES:${PN} = "onevpl-intel-gpu" | 34 | RREPLACES:${PN} = "onevpl-intel-gpu" |
| 32 | RCONFLICTS:${PN} = "onevpl-intel-gpu" | 35 | RCONFLICTS:${PN} = "onevpl-intel-gpu" |
