commit 11c18ab64fb482195fdb6de05a3fb3bfdff17eaa
Author: Jan Palus <[email protected]>
Date:   Fri Jul 1 11:33:32 2022 +0200

    up to 10.0.1

 weston.spec | 94 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 50 insertions(+), 44 deletions(-)
---
diff --git a/weston.spec b/weston.spec
index df3b772..77ebaa4 100644
--- a/weston.spec
+++ b/weston.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
 %bcond_without drm             # DRM compositor
-%bcond_without rdp             # RDP compositor (needs freerdp2 or freerdp >= 
1.1.0)
+%bcond_without rdp             # RDP compositor
 %bcond_without wayland         # wayland (nested) compositor
 %bcond_without x11             # X11 compositor
 %bcond_without libunwind       # libunwind usage for backtraces
 %bcond_without vaapi           # vaapi recorder
-%bcond_without wlaunch         # weston launch
+%bcond_with    wlaunch         # deprecated weston launch
 %bcond_without xwayland        # X server launcher
 %bcond_without dclients        # demo clients
 %bcond_without sclients        # simple clients
@@ -14,6 +14,7 @@
 %bcond_without remoting        # remoting-plugin (requires DRM compositor + 
GStreamer)
 %bcond_with    pipewire        # pipewire plugin
 %bcond_with    apidocs         # documentation (requires Sphinx 2.1+)
+%bcond_without libseat         # libseat support
 
 %if %{without drm}
 %undefine      with_remoting
@@ -21,13 +22,13 @@
 Summary:       Weston - Wayland demos
 Summary(pl.UTF-8):     Weston - programy demonstracyjne dla protokołu Wayland
 Name:          weston
-Version:       9.0.0
-Release:       2
+Version:       10.0.1
+Release:       1
 License:       MIT
 Group:         Applications
-#Source0Download: https://wayland.freedesktop.org/releases.html
-Source0:       
https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: b406da0fe9139fd39653238fde22a6cf
+#Source0Download: https://gitlab.freedesktop.org/wayland/weston/-/releases/
+Source0:       
https://gitlab.freedesktop.org/wayland/weston/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
+# Source0-md5: dac91aecc97a85bf9664dec0d5c90ae3
 Patch0:                %{name}-freerdp2.patch
 Patch1:                %{name}-noarch-protocols.patch
 URL:           https://wayland.freedesktop.org/
@@ -37,42 +38,42 @@ BuildRequires:      cairo-devel >= 1.10.0
 BuildRequires: colord-devel >= 0.1.27
 BuildRequires: dbus-devel >= 1.6
 BuildRequires: doxygen
-# or freerdp >= 1.1.0 (without freerdp2 patch)
-%{?with_rdp:BuildRequires:     freerdp2-devel >= 2.0.0-0.20180809.1}
+%{?with_rdp:BuildRequires:     freerdp2-devel >= 2.2.0}
 BuildRequires: glib2-devel >= 1:2.36
 %if %{with remoting}
 BuildRequires: gstreamer-devel >= 1.0
 BuildRequires: gstreamer-plugins-base-devel >= 1.0
 %endif
-BuildRequires: lcms2-devel >= 2
-BuildRequires: libdrm-devel >= 2.4.86
+BuildRequires: lcms2-devel >= 2.9
+BuildRequires: libdrm-devel >= 2.4.107
 BuildRequires: libevdev-devel
 BuildRequires: libinput-devel >= 0.8.0
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
+%{?with_libseat:BuildRequires: libseat-devel >= 0.4}
 %{?with_libunwind:BuildRequires:       libunwind-devel}
 BuildRequires: libwebp-devel
 # noarch-protocols patch requries 0.54.0
 BuildRequires: meson >= 0.54.0
 BuildRequires: ninja >= 1.5
-%{?with_pipewire:BuildRequires:        pipewire-devel >= 0.2}
-%{?with_pipewire:BuildRequires:        pipewire-devel < 0.3}
+%{?with_pipewire:BuildRequires:        pipewire-devel >= 0.3}
 BuildRequires: pixman-devel >= 0.26
 BuildRequires: pkgconfig
 BuildRequires: pkgconfig(egl)
 BuildRequires: pkgconfig(glesv2)
+BuildRequires: python3
 BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: systemd-devel >= 1:209
 BuildRequires: tar >= 1:1.22
 # wayland-server always; wayland-client if with_wayland || with_sclients || 
with_clients; wayland-cursor if with_clients
-BuildRequires: wayland-devel >= 1.17.0
+BuildRequires: wayland-devel >= 1.18.0
 # for wayland and sclients, but also desktop-shell, which is always enabled
 BuildRequires: wayland-egl-devel
-BuildRequires: wayland-protocols >= 1.18
+BuildRequires: wayland-protocols >= 1.24
 BuildRequires: xorg-lib-libxkbcommon-devel >= 0.5.0
 BuildRequires: xz
 %if %{with drm}
-BuildRequires: Mesa-libgbm-devel >= 17.2
+BuildRequires: Mesa-libgbm-devel >= 21.1.1
 BuildRequires: mtdev-devel >= 1.1.0
 BuildRequires: udev-devel >= 1:136
 %endif
@@ -97,6 +98,7 @@ BuildRequires:        libxcb-devel
 BuildRequires: pango-devel >= 1:1.10
 BuildRequires: pkgconfig(cairo-xcb)
 BuildRequires: xorg-lib-libXcursor-devel
+BuildRequires: xorg-xserver-Xwayland-devel
 %endif
 %if %{with apidocs}
 BuildRequires: doxygen >= 1.8
@@ -151,15 +153,17 @@ Pliki protokołu Weston.
 Summary:       Weston compositor libraries
 Summary(pl.UTF-8):     Biblioteki serwera składania Weston
 Group:         Libraries
-Requires:      wayland >= 1.17.0
+Requires:      wayland >= 1.18.0
 Requires:      pixman >= 0.26
 Requires:      xorg-lib-libxkbcommon >= 0.5.0
 # the rest is for modules:
 %{?with_drm:Requires:  Mesa-libgbm >= 17.2}
 Requires:      cairo >= 1.10.0
 Requires:      dbus-libs >= 1.6
-Requires:      libdrm >= 2.4.86
+Requires:      lcms2 >= 2.9
+Requires:      libdrm >= 2.4.107
 Requires:      libinput >= 0.8.0
+%{?with_libseat:Requires:      libseat >= 0.4}
 %if %{with vaapi}
 Requires:      libva >= 1.2.0
 Requires:      libva-drm >= 1.2.0
@@ -183,7 +187,7 @@ Group:              Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      pixman-devel >= 0.26 
 # wayland-server
-Requires:      wayland-devel >= 1.17.0
+Requires:      wayland-devel >= 1.18.0
 Requires:      xorg-lib-libxkbcommon-devel >= 0.5.0
 
 %description libs-devel
@@ -222,8 +226,9 @@ Wtyczka składająca RDP dla Westona.
        %{?with_apidocs:-Ddoc=true} \
        %{!?with_remoting:-Dremoting=false} \
        %{!?with_sclients:-Dsimple-clients=""} \
-       %{!?with_wlaunch:-Dweston-launch=false} \
-       %{!?with_xwayland:-Dxwayland=false}
+       %{?with_wlaunch:-Ddeprecated-weston-launch=true} \
+       %{!?with_xwayland:-Dxwayland=false} \
+       -Dlauncher-libseat=%{__true_false libseat}
 
 %ninja_build -C build
 
@@ -276,6 +281,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with sclients}
 %attr(755,root,root) %{_bindir}/weston-simple-damage
 %attr(755,root,root) %{_bindir}/weston-simple-dmabuf-egl
+%attr(755,root,root) %{_bindir}/weston-simple-dmabuf-feedback
 %attr(755,root,root) %{_bindir}/weston-simple-dmabuf-v4l
 %attr(755,root,root) %{_bindir}/weston-simple-egl
 %attr(755,root,root) %{_bindir}/weston-simple-shm
@@ -312,48 +318,48 @@ rm -rf $RPM_BUILD_ROOT
 
 %files protocols
 %defattr(644,root,root,755)
-%dir %{_datadir}/libweston-9
-%{_datadir}/libweston-9/protocols
-%{_npkgconfigdir}/libweston-9-protocols.pc
+%dir %{_datadir}/libweston-10
+%{_datadir}/libweston-10/protocols
+%{_npkgconfigdir}/libweston-10-protocols.pc
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libweston-9.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libweston-9.so.0
-%attr(755,root,root) %{_libdir}/libweston-desktop-9.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libweston-desktop-9.so.0
-%dir %{_libdir}/libweston-9
+%attr(755,root,root) %{_libdir}/libweston-10.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libweston-10.so.0
+%attr(755,root,root) %{_libdir}/libweston-desktop-10.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libweston-desktop-10.so.0
+%dir %{_libdir}/libweston-10
+%attr(755,root,root) %{_libdir}/libweston-10/color-lcms.so
 %if %{with drm}
-%attr(755,root,root) %{_libdir}/libweston-9/drm-backend.so
+%attr(755,root,root) %{_libdir}/libweston-10/drm-backend.so
 %endif
-%attr(755,root,root) %{_libdir}/libweston-9/fbdev-backend.so
-%attr(755,root,root) %{_libdir}/libweston-9/gl-renderer.so
-%attr(755,root,root) %{_libdir}/libweston-9/headless-backend.so
-%{?with_pipewire:%attr(755,root,root) 
%{_libdir}/libweston-9/pipewire-plugin.so}
+%attr(755,root,root) %{_libdir}/libweston-10/gl-renderer.so
+%attr(755,root,root) %{_libdir}/libweston-10/headless-backend.so
+%{?with_pipewire:%attr(755,root,root) 
%{_libdir}/libweston-10/pipewire-plugin.so}
 %if %{with remoting}
-%attr(755,root,root) %{_libdir}/libweston-9/remoting-plugin.so
+%attr(755,root,root) %{_libdir}/libweston-10/remoting-plugin.so
 %endif
 %if %{with wayland}
-%attr(755,root,root) %{_libdir}/libweston-9/wayland-backend.so
+%attr(755,root,root) %{_libdir}/libweston-10/wayland-backend.so
 %endif
 %if %{with x11}
-%attr(755,root,root) %{_libdir}/libweston-9/x11-backend.so
+%attr(755,root,root) %{_libdir}/libweston-10/x11-backend.so
 %endif
 %if %{with xwayland}
-%attr(755,root,root) %{_libdir}/libweston-9/xwayland.so
+%attr(755,root,root) %{_libdir}/libweston-10/xwayland.so
 %endif
 
 %files libs-devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libweston-9.so
-%attr(755,root,root) %{_libdir}/libweston-desktop-9.so
-%{_includedir}/libweston-9
-%{_pkgconfigdir}/libweston-9.pc
-%{_pkgconfigdir}/libweston-desktop-9.pc
+%attr(755,root,root) %{_libdir}/libweston-10.so
+%attr(755,root,root) %{_libdir}/libweston-desktop-10.so
+%{_includedir}/libweston-10
+%{_pkgconfigdir}/libweston-10.pc
+%{_pkgconfigdir}/libweston-desktop-10.pc
 
 %if %{with rdp}
 %files compositor-rdp
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libweston-9/rdp-backend.so
+%attr(755,root,root) %{_libdir}/libweston-10/rdp-backend.so
 %{_mandir}/man7/weston-rdp.7*
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/weston.git/commitdiff/20ff2cfbf8fbc6a8d0242d72604dfba329ffe45c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to