Update to 10.0.0
- Remove weston-launch following upstream. - Update shipped libraries. Signed-off-by: Erico Nunes <ernunes@redhat.com>
This commit is contained in:
@@ -51,3 +51,4 @@
|
|||||||
/weston-7.0.93.tar.xz
|
/weston-7.0.93.tar.xz
|
||||||
/weston-8.0.0.tar.xz
|
/weston-8.0.0.tar.xz
|
||||||
/weston-9.0.0.tar.xz
|
/weston-9.0.0.tar.xz
|
||||||
|
/weston-10.0.0.tar.xz
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
SHA512 (weston-9.0.0.tar.xz) = ccc263f8279b7b23e5c593b4a8a023de2c3dc178b1b8d6593599171770bcfe97608de9fcb77aa1cab39255451d289d323e51c317dae190c7641282e085b84f90
|
SHA512 (weston-10.0.0.tar.xz) = 77e05530751e4f743eebf015ab5b78a1fcc66b774713b5e296cfffc488be84e459f811c85ac4280b7b63eebf4ff5c958dd7306376ab343e6b80feae16c8c35a4
|
||||||
|
|||||||
+9
-10
@@ -1,4 +1,4 @@
|
|||||||
%global apiver 9
|
%global apiver 10
|
||||||
|
|
||||||
Name: weston
|
Name: weston
|
||||||
Version: %{apiver}.0.0
|
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-client) >= 1.12.0
|
||||||
BuildRequires: pkgconfig(wayland-cursor)
|
BuildRequires: pkgconfig(wayland-cursor)
|
||||||
BuildRequires: pkgconfig(wayland-egl)
|
BuildRequires: pkgconfig(wayland-egl)
|
||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.18
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.24
|
||||||
BuildRequires: pkgconfig(wayland-scanner)
|
BuildRequires: pkgconfig(wayland-scanner)
|
||||||
BuildRequires: pkgconfig(wayland-server)
|
BuildRequires: pkgconfig(wayland-server)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
@@ -110,19 +110,12 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
|
|||||||
# may be standalone tests can be done
|
# may be standalone tests can be done
|
||||||
#%%meson_test
|
#%%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
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/weston
|
%{_bindir}/weston
|
||||||
%{_bindir}/weston-debug
|
%{_bindir}/weston-debug
|
||||||
%{_bindir}/weston-info
|
%{_bindir}/weston-info
|
||||||
%attr(4755,root,root) %{_bindir}/weston-launch
|
|
||||||
%{_bindir}/weston-screenshooter
|
%{_bindir}/weston-screenshooter
|
||||||
%{_bindir}/weston-terminal
|
%{_bindir}/weston-terminal
|
||||||
%{_bindir}/wcap-decode
|
%{_bindir}/wcap-decode
|
||||||
@@ -149,8 +142,8 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
|
|||||||
%files libs
|
%files libs
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%dir %{_libdir}/libweston-%{apiver}
|
%dir %{_libdir}/libweston-%{apiver}
|
||||||
|
%{_libdir}/libweston-%{apiver}/color-lcms.so
|
||||||
%{_libdir}/libweston-%{apiver}/drm-backend.so
|
%{_libdir}/libweston-%{apiver}/drm-backend.so
|
||||||
%{_libdir}/libweston-%{apiver}/fbdev-backend.so
|
|
||||||
%{_libdir}/libweston-%{apiver}/gl-renderer.so
|
%{_libdir}/libweston-%{apiver}/gl-renderer.so
|
||||||
%{_libdir}/libweston-%{apiver}/headless-backend.so
|
%{_libdir}/libweston-%{apiver}/headless-backend.so
|
||||||
%{_libdir}/libweston-%{apiver}/pipewire-plugin.so
|
%{_libdir}/libweston-%{apiver}/pipewire-plugin.so
|
||||||
@@ -181,6 +174,7 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
|
|||||||
%{_bindir}/weston-simple-damage
|
%{_bindir}/weston-simple-damage
|
||||||
%{_bindir}/weston-content_protection
|
%{_bindir}/weston-content_protection
|
||||||
%{_bindir}/weston-simple-dmabuf-egl
|
%{_bindir}/weston-simple-dmabuf-egl
|
||||||
|
%{_bindir}/weston-simple-dmabuf-feedback
|
||||||
%{_bindir}/weston-simple-dmabuf-v4l
|
%{_bindir}/weston-simple-dmabuf-v4l
|
||||||
%{_bindir}/weston-simple-egl
|
%{_bindir}/weston-simple-egl
|
||||||
%{_bindir}/weston-simple-shm
|
%{_bindir}/weston-simple-shm
|
||||||
@@ -203,6 +197,11 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
|
|||||||
%{_datadir}/libweston-%{apiver}/protocols/
|
%{_datadir}/libweston-%{apiver}/protocols/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 12 2022 Erico Nunes <ernunes@redhat.com> - 10.0.0-1
|
||||||
|
- Update to 10.0.0
|
||||||
|
- Remove weston-launch following upstream.
|
||||||
|
- Update shipped libraries.
|
||||||
|
|
||||||
* Tue Apr 12 2022 Dave Olsthoorn <daveo@fedoraproject.org> - 9.0.0-1
|
* Tue Apr 12 2022 Dave Olsthoorn <daveo@fedoraproject.org> - 9.0.0-1
|
||||||
- Update to 9.0.0
|
- Update to 9.0.0
|
||||||
- Use pipewire compat package for plugin
|
- Use pipewire compat package for plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user