From ef8035b48fbc6dd235522a0aab863a58bdef29cc Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Mon, 5 May 2025 01:15:22 -0700 Subject: libvpl-tools: upgrade 1.2.0 -> 1.3.0 Release notes: https://github.com/intel/libvpl-tools/releases/tag/v1.3.0 Signed-off-by: Lim Siew Hoon Signed-off-by: Anuj Mittal --- recipes-multimedia/vpl/libvpl-tools_1.2.0.bb | 42 ---------------------------- recipes-multimedia/vpl/libvpl-tools_1.3.0.bb | 42 ++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 recipes-multimedia/vpl/libvpl-tools_1.2.0.bb create mode 100644 recipes-multimedia/vpl/libvpl-tools_1.3.0.bb diff --git a/recipes-multimedia/vpl/libvpl-tools_1.2.0.bb b/recipes-multimedia/vpl/libvpl-tools_1.2.0.bb deleted file mode 100644 index 0c805d15..00000000 --- a/recipes-multimedia/vpl/libvpl-tools_1.2.0.bb +++ /dev/null @@ -1,42 +0,0 @@ -SUMMARY = "Intel Video Processing Library Tools" -DESCRIPTION = "Intel Video Processing Library (VPL) Tools provides \ -access to hardware accelerated video decode, encode and video processing \ -capabilities on IntelĀ® GPUs use cases." - -HOMEPAGE = "https://github.com/intel/libvpl-tools" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ - file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a" - -SRC_URI = "git://github.com/intel/libvpl-tools.git;protocol=https;branch=main \ - " - -SRCREV = "1903d1b33f0317282ce95b193a764e502fa38532" -S = "${WORKDIR}/git" - -inherit cmake -DEPENDS += "libva libvpl pkgconfig-native" - -PACKAGECONFIG ??= "tools" -PACKAGECONFIG[tools] = "-DENABLE_WAYLAND=ON, -DENABLE_WAYLAND=OFF, wayland wayland-native wayland-protocols" - -do_install:append() { - mkdir -p ${D}${datadir}/VPL/samples - mv ${D}${bindir}/sample_* ${D}${datadir}/VPL/samples - mv ${D}${bindir}/metrics_monitor ${D}${datadir}/VPL/samples -} - -COMPATIBLE_HOST = '(x86_64).*-linux' - -FILES_SOLIBSDEV = "" - -FILES:${PN} += " ${datadir}/VPL/samples \ - ${libdir}/libcttmetrics.so \ - ${libdir}/vpl-tools/libvpl_wayland.* \ - " - -FILES:${PN}-dev += "${libdir}/vpl-tools/libvpl_wayland.so \ - " - -FILES:${PN}-doc += " ${datadir}/vpl-tools \ - " diff --git a/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb b/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb new file mode 100644 index 00000000..b1558f83 --- /dev/null +++ b/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb @@ -0,0 +1,42 @@ +SUMMARY = "Intel Video Processing Library Tools" +DESCRIPTION = "Intel Video Processing Library (VPL) Tools provides \ +access to hardware accelerated video decode, encode and video processing \ +capabilities on IntelĀ® GPUs use cases." + +HOMEPAGE = "https://github.com/intel/libvpl-tools" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ + file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a" + +SRC_URI = "git://github.com/intel/libvpl-tools.git;protocol=https;branch=main \ + " + +SRCREV = "82eab13ecec99f34e0f1d5dac490611b604406c9" +S = "${WORKDIR}/git" + +inherit cmake +DEPENDS += "libva libvpl pkgconfig-native" + +PACKAGECONFIG ??= "tools" +PACKAGECONFIG[tools] = "-DENABLE_WAYLAND=ON, -DENABLE_WAYLAND=OFF, wayland wayland-native wayland-protocols" + +do_install:append() { + mkdir -p ${D}${datadir}/VPL/samples + mv ${D}${bindir}/sample_* ${D}${datadir}/VPL/samples + mv ${D}${bindir}/metrics_monitor ${D}${datadir}/VPL/samples +} + +COMPATIBLE_HOST = '(x86_64).*-linux' + +FILES_SOLIBSDEV = "" + +FILES:${PN} += " ${datadir}/VPL/samples \ + ${libdir}/libcttmetrics.so \ + ${libdir}/vpl-tools/libvpl_wayland.* \ + " + +FILES:${PN}-dev += "${libdir}/vpl-tools/libvpl_wayland.so \ + " + +FILES:${PN}-doc += " ${datadir}/vpl-tools \ + " -- cgit v1.2.3-54-g00ecf