From dd05f56ed2f1a8067b2865acf9c91f998c7d969a Mon Sep 17 00:00:00 2001 From: tigro Date: Sat, 18 Nov 2023 21:21:17 +0300 Subject: [PATCH] import weston-8.0.0-10.el9 --- .gitignore | 1 + .weston.metadata | 1 + SPECS/weston.spec | 547 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 549 insertions(+) create mode 100644 .gitignore create mode 100644 .weston.metadata create mode 100644 SPECS/weston.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73ecbf6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/weston-8.0.0.tar.xz diff --git a/.weston.metadata b/.weston.metadata new file mode 100644 index 0000000..7c1eda2 --- /dev/null +++ b/.weston.metadata @@ -0,0 +1 @@ +80200a9c677d34c2de52230be444bd03ecd84229 SOURCES/weston-8.0.0.tar.xz diff --git a/SPECS/weston.spec b/SPECS/weston.spec new file mode 100644 index 0000000..74904f9 --- /dev/null +++ b/SPECS/weston.spec @@ -0,0 +1,547 @@ +%global apiver 8 +%global meson_prob 1 + +Name: weston +Version: %{apiver}.0.0 +Release: 10%{?dist} +Summary: Reference compositor for Wayland + +License: BSD and CC-BY-SA +URL: http://wayland.freedesktop.org/ +Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz + +BuildRequires: gcc +%if %meson_prob +BuildRequires: g++ +%endif +BuildRequires: glib2-devel +BuildRequires: libjpeg-turbo-devel +BuildRequires: pam-devel +# ninja-build is a dependency from meson +BuildRequires: meson +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(cairo) >= 1.10.0 +BuildRequires: pkgconfig(cairo-xcb) +BuildRequires: pkgconfig(colord) >= 0.1.27 +BuildRequires: pkgconfig(dbus-1) >= 1.6 +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(freerdp2) +BuildRequires: pkgconfig(gbm) >= 10.2 +BuildRequires: pkgconfig(glesv2) +BuildRequires: pkgconfig(lcms2) +BuildRequires: pkgconfig(libdrm) >= 2.4.30 +BuildRequires: pkgconfig(libevdev) +BuildRequires: pkgconfig(libinput) >= 0.8.0 +BuildRequires: pkgconfig(libpng) +BuildRequires: pkgconfig(libsystemd) >= 209 +BuildRequires: pkgconfig(libudev) >= 136 +# libunwind available only on selected arches +%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64 +BuildRequires: libunwind-devel +%endif +BuildRequires: pkgconfig(libva) >= 0.34.0 +BuildRequires: pkgconfig(libva-drm) >= 0.34.0 +BuildRequires: pkgconfig(libwebp) +BuildRequires: pkgconfig(libxml-2.0) >= 2.6 +BuildRequires: pkgconfig(mtdev) >= 1.1.0 +BuildRequires: pkgconfig(pangocairo) +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-scanner) +BuildRequires: pkgconfig(wayland-server) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(x11-xcb) +BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xcb-composite) +BuildRequires: pkgconfig(xcb-shm) +BuildRequires: pkgconfig(xcb-xfixes) +BuildRequires: pkgconfig(xcb-xkb) +BuildRequires: pkgconfig(xcursor) +BuildRequires: pkgconfig(xkbcommon) +BuildRequires: poppler-devel +BuildRequires: poppler-glib-devel +BuildRequires: gstreamer1-devel +BuildRequires: gstreamer1-plugins-base-devel +BuildRequires: pipewire-devel + +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: mesa-dri-drivers + +%description +Weston is the reference wayland compositor that can run on KMS, under X11 +or under another compositor. + +%package libs +Summary: Weston compositor libraries + +%description libs +This package contains Weston compositor libraries. + +%package demo +Summary: Weston demo program files + +%description demo +This package contains Weston demo program files. + +%package devel +Summary: Common headers for weston +License: MIT +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}-libs%{?_isa} = %{version}-%{release} + +%description devel +Common headers for weston + +%prep +%setup -q + +%build +# ninja injects -Wl,--no-undefined, which intereferes with LTO, so undo +# the setting. Thanks to the SuSE folks for the workaround. +export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs" +%if %{meson_prob} +%meson -Dpipewire=false +%else +%meson +%endif +%meson_build + +%install +%meson_install + +%check +# 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 +%dir %{_libdir}/weston +%{_libdir}/weston/cms-colord.so +%{_libdir}/weston/cms-static.so +%{_libdir}/weston/desktop-shell.so +%{_libdir}/weston/fullscreen-shell.so +%{_libdir}/weston/hmi-controller.so +%{_libdir}/weston/ivi-shell.so +%{_libdir}/weston/screen-share.so +%{_libdir}/weston/systemd-notify.so +%{_libdir}/weston/libexec_weston.so* +%{_libexecdir}/weston-* +%{_mandir}/man1/*.1* +%{_mandir}/man5/*.5* +%{_mandir}/man7/*.7* +%dir %{_datadir}/weston +%{_datadir}/weston/*.png +%{_datadir}/weston/wayland.svg +%{_datadir}/wayland-sessions/weston.desktop + +%files libs +%license COPYING +%dir %{_libdir}/libweston-%{apiver} +%{_libdir}/libweston-%{apiver}/drm-backend.so +%{_libdir}/libweston-%{apiver}/fbdev-backend.so +%{_libdir}/libweston-%{apiver}/gl-renderer.so +%{_libdir}/libweston-%{apiver}/headless-backend.so +%if !%{meson_prob} +%{_libdir}/libweston-%{apiver}/pipewire-plugin.so +%endif +%{_libdir}/libweston-%{apiver}/remoting-plugin.so +%{_libdir}/libweston-%{apiver}/rdp-backend.so +%{_libdir}/libweston-%{apiver}/wayland-backend.so +%{_libdir}/libweston-%{apiver}/x11-backend.so +%{_libdir}/libweston-%{apiver}/xwayland.so +%{_libdir}/libweston-%{apiver}.so.0* +%{_libdir}/libweston-desktop-%{apiver}.so.0* + +%files demo +%license COPYING +%{_bindir}/weston-calibrator +%{_bindir}/weston-clickdot +%{_bindir}/weston-cliptest +%{_bindir}/weston-confine +%{_bindir}/weston-dnd +%{_bindir}/weston-editor +%{_bindir}/weston-eventdemo +%{_bindir}/weston-flower +%{_bindir}/weston-fullscreen +%{_bindir}/weston-image +%{_bindir}/weston-multi-resource +%{_bindir}/weston-presentation-shm +%{_bindir}/weston-resizor +%{_bindir}/weston-scaler +%{_bindir}/weston-simple-damage +%{_bindir}/weston-content_protection +%{_bindir}/weston-simple-dmabuf-egl +%{_bindir}/weston-simple-dmabuf-v4l +%{_bindir}/weston-simple-egl +%{_bindir}/weston-simple-shm +%{_bindir}/weston-simple-touch +%{_bindir}/weston-smoke +%{_bindir}/weston-stacking +%{_bindir}/weston-subsurfaces +%{_bindir}/weston-touch-calibrator +%{_bindir}/weston-transformed + +%files devel +%{_includedir}/libweston-%{apiver}/ +%{_includedir}/weston/ +%{_libdir}/pkgconfig/libweston-%{apiver}.pc +%{_libdir}/pkgconfig/libweston-desktop-%{apiver}.pc +%{_libdir}/pkgconfig/weston.pc +%{_libdir}/libweston-%{apiver}.so +%{_libdir}/libweston-desktop-%{apiver}.so +%{_datadir}/pkgconfig/libweston-%{apiver}-protocols.pc +%{_datadir}/libweston-%{apiver}/protocols/ + +%changelog +* Sat Nov 18 2023 Arkady L. Shane - 8.0.0-10 +- Rebuilt for MSVSphere 9.2 + +* Sat Jan 22 2022 Fedora Release Engineering - 8.0.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 8.0.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Apr 15 2021 Simone Caronni - 8.0.0-8 +- Rebuild for updated FreeRDP. + +* Wed Jan 27 2021 Fedora Release Engineering - 8.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 8.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 08 2020 Jeff Law - 8.0.0-5 +- Fix link flags to work with LTO + +* Fri May 22 2020 Simone Caronni - 8.0.0-4 +- Rebuild for updated FreeRDP. + +* Tue Feb 18 2020 Gerd Pokorra - 8.0.0-3 +- Add requires mesa-dri-drivers +- Work around at some meson build problem in rawhide + +* Fri Feb 07 2020 Simone Caronni - 8.0.0-2 +- Rebuild for updated FreeRDP. + +* Tue Jan 28 2020 Gerd Pokorra - 8.0.0-1 +- Update to 8.0.0 + +* Mon Jan 20 2020 Gerd Pokorra - 7.0.93-2 +- Do the standard meson build with the meson macros + +* Mon Jan 20 2020 Gerd Pokorra - 7.0.93-1 +- Update to RC1 for Weston 8.0 (version 7.0.93) +- Remove have_simple_dmabuf_drm_client variable +- The executable weston-simple-dmabuf-drm is gone + +* Fri Sep 27 2019 Gerd Pokorra - 7.0.0-2 +- Add and remove the group 'weston-launch' with the package in the post section + +* Thu Sep 12 2019 Gerd Pokorra - 7.0.0-1 +- Update to 7.0.0 +- Use meson as build system +- Use the apivar macro in the version line + +* Wed Sep 04 2019 Takao Fujiwara - 6.0.0-3 +- Add weston-demo sub package to include weston-editor + +* Sat Jul 27 2019 Fedora Release Engineering - 6.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Mar 29 2019 Kalev Lember - 6.0.0-1 +- Update to 6.0.0 + +* Thu Feb 28 2019 Kalev Lember - 5.0.91-1 +- Update to 5.0.91 + +* Sun Feb 03 2019 Fedora Release Engineering - 5.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Sep 11 2018 Kalev Lember - 5.0.0-1 +- Update to 5.0.0 + +* Mon Aug 13 2018 Kalev Lember - 4.0.93-1 +- Update to 4.0.93 + +* Tue Jul 31 2018 Florian Weimer - 4.0.92-2 +- Rebuild with fixed binutils + +* Sun Jul 29 2018 Kalev Lember - 4.0.92-1 +- Update to 4.0.92 + +* Sat Jul 14 2018 Fedora Release Engineering - 4.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Apr 09 2018 Kalev Lember - 4.0.0-1 +- Update to 4.0.0 + +* Tue Apr 03 2018 Kalev Lember - 3.0.93-1 +- Update to 3.0.93 +- Remove ldconfig scriptlets +- Build with FreeRDP 1.2 + +* Tue Mar 20 2018 Kalev Lember - 3.0.92-1 +- Update to 3.0.92 + +* Tue Feb 27 2018 Kalev Lember - 3.0.91-1 +- Update to 3.0.91 + +* Fri Feb 09 2018 Fedora Release Engineering - 3.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 16 2018 Simone Caronni - 3.0.0-3 +- Drop FreeRDP 1.2 requirement, use FreeRDP 2.0. + +* Mon Jan 15 2018 Björn Esser - 3.0.0-2 +- Rebuilt for libva.so.2 + +* Wed Aug 09 2017 Kalev Lember - 3.0.0-1 +- Update to 3.0.0 + +* Wed Aug 02 2017 Kalev Lember - 2.99.93-1 +- Update to 2.99.93 + +* Sun Jul 30 2017 Florian Weimer - 2.99.92-2 +- Rebuild with binutils fix for ppc64le (#1475636) + +* Wed Jul 26 2017 Kalev Lember - 2.99.92-1 +- Update to 2.99.92 + +* Wed Jul 19 2017 Kalev Lember - 2.99.91-1 +- Update to 2.99.91 + +* Thu Jul 13 2017 Adam Jackson - 2.0.0-2 +- Stop BuildRequiring cairo-gl. We install none of the additional demo clients + it builds, and it's going away from the cairo package soon. + +* Wed Jun 21 2017 Kalev Lember - 2.0.0-1 +- Update to 2.0.0 + +* Tue Mar 21 2017 Simone Caronni - 1.12.0-6 +- Build requirement compat-freerdp12 has been renamed to freerdp1.2. + +* Tue Mar 07 2017 Simone Caronni - 1.12.0-5 +- Update build requirements, enable RDP again through FreeRDP 1.2 compatibility + package. + +* Sat Mar 04 2017 Rex Dieter - 1.12.0-4 +- %%build: --disable-silent-rules +- fix FTBFS: disable broken rpd support (#1424540) +- fix rpaths + +* Sat Feb 11 2017 Fedora Release Engineering - 1.12.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 01 2017 Sandro Mani - 1.12.0-2 +- Rebuild (libwebp) + +* Wed Sep 21 2016 Kalev Lember - 1.12.0-1 +- Update to 1.12.0 + +* Wed Sep 14 2016 Kalev Lember - 1.11.94-1 +- Update to 1.11.94 + +* Thu Sep 08 2016 Kalev Lember - 1.11.93-1 +- Update to 1.11.93 + +* Wed Aug 31 2016 Kalev Lember - 1.11.92-1 +- Update to 1.11.92 +- Don't set group tags + +* Wed Aug 17 2016 Kalev Lember - 1.11.91-2 +- Run ldconfig scripts for the new -libs subpackage + +* Wed Aug 17 2016 Kalev Lember - 1.11.91-1 +- Update to 1.11.91 +- Add a -libs subpackage + +* Wed Jun 01 2016 Kalev Lember - 1.11.0-1 +- Update to 1.11.0 + +* Wed May 25 2016 Kalev Lember - 1.10.93-1 +- Update to 1.10.93 + +* Wed May 18 2016 Kalev Lember - 1.10.92-1 +- Update to 1.10.92 + +* Sun May 08 2016 Kalev Lember - 1.10.91-1 +- Update to 1.10.91 + +* Fri Apr 22 2016 Adam Williamson - 1.10.0-2 +- rebuild for changed freerdp sonames + +* Thu Feb 18 2016 Kalev Lember - 1.10.0-1 +- Update to 1.10.0 + +* Thu Feb 04 2016 Kalev Lember - 1.9.92-1 +- Update to 1.9.92 + +* Mon Dec 28 2015 Igor Gnatenko - 1.9.0-3 +- Rebuilt for libwebp soname bump + +* Fri Nov 20 2015 Kalev Lember - 1.9.0-2 +- Rebuilt for freerdp soname bump + +* Tue Sep 22 2015 Kalev Lember - 1.9.0-1 +- Update to 1.9.0 +- Use make_install macro + +* Wed Sep 16 2015 Kalev Lember - 1.8.93-1 +- Update to 1.8.93 + +* Wed Sep 02 2015 Kalev Lember - 1.8.92-1 +- Update to 1.8.92 + +* Fri Aug 21 2015 Kalev Lember - 1.8.91-1 +- Update to 1.8.91 +- Use license macro for COPYING + +* Tue Jul 21 2015 Adam Jackson 1.8.0-1 +- weston 1.8.0 + +* Fri Jun 19 2015 Fedora Release Engineering - 1.7.92-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue May 26 2015 Adam Jackson 1.7.92-1 +- weston 1.7.92 +- Backport patches to fall back to argb buffer if no xrgb is available + +* Tue Mar 10 2015 Peter Hutterer - 1.7.0-2 +- Rebuild for libinput soname bump + +* Tue Feb 17 2015 Richard Hughes - 1.7.0-1 +- Update to 1.7.0 + +* Fri Jan 16 2015 Peter Hutterer 1.6.0-4 +- Update to and require libinput 0.8 + +* Fri Dec 19 2014 Kevin Fenzi 1.6.0-3 +- Rebuild for new freerdp + +* Sun Sep 21 2014 Kalev Lember - 1.6.0-2 +- Enable webp and vaapi support +- Install weston-launch as setuid root (#1064023) + +* Sun Sep 21 2014 Kalev Lember - 1.6.0-1 +- Update to 1.6.0 +- Pull in the main package for -devel subpackage + +* Fri Sep 12 2014 Peter Hutterer - 1.5.91-2 +- Rebuild for libinput soname bump + +* Fri Aug 22 2014 Kevin Fenzi 1.5.91-1 +- Update to 1.5.91 + +* Mon Aug 18 2014 Fedora Release Engineering - 1.5.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jul 19 2014 Kevin Fenzi 1.5.0-6 +- Rebuild for new libfreerdp + +* Sun Jun 15 2014 Lubomir Rintel - 1.5.0-5 +- Enable DBus support so that logind integration actually works + +* Sun Jun 08 2014 Fedora Release Engineering - 1.5.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue May 27 2014 Dan Horák - 1.5.0-3 +- libunwind available only on selected arches + +* Wed May 21 2014 Richard Hughes - 1.5.0-1 +- Weston 1.5.0 + +* Tue May 13 2014 Richard Hughes - 1.4.93-1 +- Weston 1.4.93 + +* Mon Jan 27 2014 Adam Jackson 1.4.0-2 +- Rebuild for new sonames in libxcb 1.10 + +* Fri Jan 24 2014 Richard Hughes - 1.4.0-1 +- Weston 1.4.0 + +* Mon Jan 20 2014 Richard Hughes - 1.3.93-1 +- Weston 1.3.93 + +* Tue Dec 17 2013 Richard Hughes - 1.3.91-1 +- Weston 1.3.91 + +* Mon Nov 25 2013 Lubomir Rintel - 1.3.1-1 +- Weston 1.3.1 + +* Thu Oct 03 2013 Adam Jackson 1.2.0-3 +- Build RDP backend if we have new enough freerdp (#991220) + +* Sun Aug 04 2013 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed May 15 2013 Richard Hughes - 1.1.90-0.1.20130515 +- Update to a git snapshot based on what will become 1.1.90 + +* Tue Apr 16 2013 Richard Hughes 1.1.0-1 +- weston 1.1.0 + +* Wed Mar 27 2013 Richard Hughes 1.0.6-1 +- weston 1.0.6 + +* Thu Feb 21 2013 Adam Jackson 1.0.5-1 +- weston 1.0.5+ (actually tip of 1.0 branch) + +* Fri Feb 15 2013 Fedora Release Engineering - 1.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Jan 21 2013 Adam Tkac - 1.0.3-2 +- rebuild due to "jpeg8-ABI" feature drop + +* Wed Jan 02 2013 Adam Jackson 1.0.3-1 +- weston 1.0.3 + +* Fri Dec 21 2012 Adam Tkac - 1.0.0-2 +- rebuild against new libjpeg + +* Tue Oct 23 2012 Adam Jackson 1.0.0-1 +- weston 1.0.0 + +* Thu Oct 18 2012 Adam Jackson 0.99.0-1 +- weston 0.99.0 + +* Mon Sep 17 2012 Thorsten Leemhuis 0.95.0-3 +- add libXcursor-devel as BR + +* Mon Sep 17 2012 Thorsten Leemhuis 0.95.0-2 +- rebuild + +* Mon Sep 17 2012 Thorsten Leemhuis 0.95.0-1 +- Update to 0.95.0 +- enable xwayland +- make it easier to switch between a release and a git snapshot in spec file + +* Sun Jul 22 2012 Fedora Release Engineering - 0.89-0.5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 05 2012 Adam Jackson 0.89-0.4 +- Rebuild for new libudev +- Conditional buildreq for libudev-devel + +* Wed Apr 25 2012 Richard Hughes 0.89-0.3 +- New package addressing Fedora package review concerns. + +* Tue Apr 24 2012 Richard Hughes 0.89-0.2 +- Initial package for Fedora package review.