From 8be221babf585b062795d6e02bb4a04560e215bc Mon Sep 17 00:00:00 2001 From: Erico Nunes Date: Tue, 12 Apr 2022 21:20:04 +0200 Subject: [PATCH] Update to 10.0.0 - Remove weston-launch following upstream. - Update shipped libraries. Signed-off-by: Erico Nunes --- .gitignore | 1 + sources | 2 +- weston.spec | 19 +++++++++---------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index aae3943..e9d6cba 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /weston-7.0.93.tar.xz /weston-8.0.0.tar.xz /weston-9.0.0.tar.xz +/weston-10.0.0.tar.xz diff --git a/sources b/sources index a622b24..74b13a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (weston-9.0.0.tar.xz) = ccc263f8279b7b23e5c593b4a8a023de2c3dc178b1b8d6593599171770bcfe97608de9fcb77aa1cab39255451d289d323e51c317dae190c7641282e085b84f90 +SHA512 (weston-10.0.0.tar.xz) = 77e05530751e4f743eebf015ab5b78a1fcc66b774713b5e296cfffc488be84e459f811c85ac4280b7b63eebf4ff5c958dd7306376ab343e6b80feae16c8c35a4 diff --git a/weston.spec b/weston.spec index 7c6fb38..0f39c6b 100644 --- a/weston.spec +++ b/weston.spec @@ -1,4 +1,4 @@ -%global apiver 9 +%global apiver 10 Name: weston Version: %{apiver}.0.0 @@ -46,7 +46,7 @@ BuildRequires: pkgconfig(pixman-1) >= 0.25.2 BuildRequires: pkgconfig(wayland-client) >= 1.12.0 BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-egl) -BuildRequires: pkgconfig(wayland-protocols) >= 1.18 +BuildRequires: pkgconfig(wayland-protocols) >= 1.24 BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(x11) @@ -110,19 +110,12 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs" # may be standalone tests can be done #%%meson_test -%post -/usr/bin/getent group weston-launch >/dev/null || /usr/sbin/groupadd -r weston-launch - -%postun -/usr/sbin/groupdel weston-launch || true - %files %license COPYING %doc README.md %{_bindir}/weston %{_bindir}/weston-debug %{_bindir}/weston-info -%attr(4755,root,root) %{_bindir}/weston-launch %{_bindir}/weston-screenshooter %{_bindir}/weston-terminal %{_bindir}/wcap-decode @@ -149,8 +142,8 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs" %files libs %license COPYING %dir %{_libdir}/libweston-%{apiver} +%{_libdir}/libweston-%{apiver}/color-lcms.so %{_libdir}/libweston-%{apiver}/drm-backend.so -%{_libdir}/libweston-%{apiver}/fbdev-backend.so %{_libdir}/libweston-%{apiver}/gl-renderer.so %{_libdir}/libweston-%{apiver}/headless-backend.so %{_libdir}/libweston-%{apiver}/pipewire-plugin.so @@ -181,6 +174,7 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs" %{_bindir}/weston-simple-damage %{_bindir}/weston-content_protection %{_bindir}/weston-simple-dmabuf-egl +%{_bindir}/weston-simple-dmabuf-feedback %{_bindir}/weston-simple-dmabuf-v4l %{_bindir}/weston-simple-egl %{_bindir}/weston-simple-shm @@ -203,6 +197,11 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs" %{_datadir}/libweston-%{apiver}/protocols/ %changelog +* Tue Apr 12 2022 Erico Nunes - 10.0.0-1 +- Update to 10.0.0 +- Remove weston-launch following upstream. +- Update shipped libraries. + * Tue Apr 12 2022 Dave Olsthoorn - 9.0.0-1 - Update to 9.0.0 - Use pipewire compat package for plugin