Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvpl for openSUSE:Factory checked in at 2024-01-22 20:30:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvpl (Old) and /work/SRC/openSUSE:Factory/.libvpl.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvpl" Mon Jan 22 20:30:18 2024 rev:14 rq:1140080 version:2.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libvpl/libvpl.changes 2023-12-04 23:02:32.549900499 +0100 +++ /work/SRC/openSUSE:Factory/.libvpl.new.16006/libvpl.changes 2024-01-22 20:30:24.136839416 +0100 @@ -1,0 +2,22 @@ +Sat Jan 20 10:02:00 UTC 2024 - Stefan Dirsch <sndir...@suse.com> + +- u_buildfix-i586.patch + * fixed build on i586 + +------------------------------------------------------------------- +Fri Jan 19 16:06:29 UTC 2024 - Hans-Peter Jansen <h...@urpla.net> + +- Update to version 2.10.1 + + Changed + * Project name to Intel® Video Processing Library (Intel® VPL) + * Project versioning scheme to align with library and API + version + + Added + * Intel® VPL specification and associated build scripts + + Known Issues + * sample_decode may report "DeliverOutput return error = -1" + when run using -r option + * vpl-infer example will fail to load model if built with CMake + version higher than 3.25.3 on Windows +- Add libva build dep +------------------------------------------------------------------- Old: ---- libvpl-2023.4.0.tar.gz New: ---- libvpl-2.10.1.tar.gz u_buildfix-i586.patch BETA DEBUG BEGIN: New: - u_buildfix-i586.patch * fixed build on i586 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvpl.spec ++++++ --- /var/tmp/diff_new_pack.1OxDMX/_old 2024-01-22 20:30:25.164877003 +0100 +++ /var/tmp/diff_new_pack.1OxDMX/_new 2024-01-22 20:30:25.168877149 +0100 @@ -1,7 +1,7 @@ # # spec file for package libvpl # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,16 +25,18 @@ %global sover 2 Name: libvpl %define lname libvpl%{sover} -Version: 2023.4.0 +Version: 2.10.1 Release: 0 Summary: oneAPI Video Processing Library (oneVPL) dispatcher, tools, and examples License: MIT Group: Development/Languages/C and C++ URL: https://github.com/oneapi-src/oneVPL Source0: https://github.com/oneapi-src/oneVPL/archive/refs/tags/v%{version}.tar.gz#/libvpl-%{version}.tar.gz +Patch0: u_buildfix-i586.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig +BuildRequires: pkgconfig(libva) BuildRequires: pkgconfig(wayland-client) %if 0%{?suse_version} > 1600 ExclusiveArch: x86_64 %ix86 ++++++ libvpl-2023.4.0.tar.gz -> libvpl-2.10.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/libvpl/libvpl-2023.4.0.tar.gz /work/SRC/openSUSE:Factory/.libvpl.new.16006/libvpl-2.10.1.tar.gz differ: char 13, line 1 ++++++ u_buildfix-i586.patch ++++++ --- libvpl-2.10.1.orig/tools/legacy/sample_common/src/vaapi_utils.cpp 2024-01-20 09:55:42.622941953 +0000 +++ libvpl-2.10.1/tools/legacy/sample_common/src/vaapi_utils.cpp 2024-01-20 09:57:05.012571878 +0000 @@ -348,7 +348,7 @@ VAStatus CLibVA::AcquireVASurface(void** MSDK_ZERO_MEMORY(extsrf); MSDK_ZERO_MEMORY(bufferInfo); extsrf.num_buffers = 1; - extsrf.buffers = &handle; + extsrf.buffers = (uintptr_t*) &handle; attribs[0].type = (VASurfaceAttribType)VASurfaceAttribMemoryType; attribs[0].flags = VA_SURFACE_ATTRIB_SETTABLE;