Hello community, here is the log from the commit of package wpebackend-fdo for openSUSE:Factory checked in at 2020-10-26 16:11:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wpebackend-fdo (Old) and /work/SRC/openSUSE:Factory/.wpebackend-fdo.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wpebackend-fdo" Mon Oct 26 16:11:40 2020 rev:8 rq:843381 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wpebackend-fdo/wpebackend-fdo.changes 2020-06-14 18:14:31.438685370 +0200 +++ /work/SRC/openSUSE:Factory/.wpebackend-fdo.new.3463/wpebackend-fdo.changes 2020-10-26 16:12:09.462707639 +0100 @@ -1,0 +2,16 @@ +Thu Sep 17 22:59:56 UTC 2020 - Michael Gorse <mgo...@suse.com> + +- Update to version 1.8.0: + + Added new API for the audio rendering protocol, which allows + embedders to receive audio samples instead of letting WPE + WebKit handle their playback. + + Added support to export frames using EGLStreams, which can be + used e.g. with Nvidia GPUs. + + New build configuration system based on Meson. The existing + CMake-based system is still maintained, and both produce the + same outputs. + + Use libepoxy for EGL operations. +- Switch to meson. +- Add epoxy to BuildRequires: new dependency. + +------------------------------------------------------------------- Old: ---- wpebackend-fdo-1.6.1.tar.xz New: ---- wpebackend-fdo-1.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wpebackend-fdo.spec ++++++ --- /var/tmp/diff_new_pack.PhMoNz/_old 2020-10-26 16:12:11.210709248 +0100 +++ /var/tmp/diff_new_pack.PhMoNz/_new 2020-10-26 16:12:11.214709252 +0100 @@ -19,7 +19,7 @@ %define sover 1 Name: wpebackend-fdo -Version: 1.6.1 +Version: 1.8.0 Release: 0 Summary: A WPE backend designed for Linux desktop systems License: BSD-2-Clause @@ -28,9 +28,10 @@ Source99: baselibs.conf BuildRequires: c++_compiler -BuildRequires: cmake +BuildRequires: meson >= 0.49 BuildRequires: pkgconfig BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(epoxy) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) @@ -63,13 +64,12 @@ %autosetup -p1 %build -%cmake \ - -DWayland_VERSION_HEADER_PATH=$(pkg-config --variable=includedir wayland-client) \ +%meson \ %{nil} -%cmake_build +%meson_build %install -%cmake_install +%meson_install %post -n libWPEBackend-fdo-1_0-%{sover} -p /sbin/ldconfig %postun -n libWPEBackend-fdo-1_0-%{sover} -p /sbin/ldconfig ++++++ wpebackend-fdo-1.6.1.tar.xz -> wpebackend-fdo-1.8.0.tar.xz ++++++ ++++ 5099 lines of diff (skipped)