fujiwara / rpms / weston

Forked from rpms/weston 4 years ago
Clone
Richard Hughes e8c1951
Name:           weston
aa6ee8d
Version:        1.10.92
93c9741
Release:        1%{?dist}
Richard Hughes e8c1951
Summary:        Reference compositor for Wayland
Richard Hughes e8c1951
Group:          User Interface/X
Richard Hughes e8c1951
License:        BSD and CC-BY-SA
Richard Hughes e8c1951
URL:            http://wayland.freedesktop.org/
4702f80
Source0:        http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
b06bc64
# https://bugs.freedesktop.org/show_bug.cgi?id=94520
b06bc64
# Update freerdp pkgconfig module name
b06bc64
Patch0:         0001-update-freerdp-pkgconfig-module-name.patch
b06bc64
# https://bugs.freedesktop.org/show_bug.cgi?id=94520
b06bc64
# adjust to a freerdp API change
b06bc64
Patch1:         0002-pass-width-and-height-to-rfx_context_reset-and-nsc_c.patch
Richard Hughes e8c1951
Richard Hughes e8c1951
BuildRequires:  cairo-devel >= 1.10.0
Richard Hughes e8c1951
BuildRequires:  glib2-devel
Richard Hughes e8c1951
BuildRequires:  libdrm-devel
Richard Hughes e8c1951
BuildRequires:  libjpeg-turbo-devel
Richard Hughes e8c1951
BuildRequires:  libpng-devel
Richard Hughes e8c1951
BuildRequires:  librsvg2
Peter Hutterer 5c93bee
BuildRequires:  libinput-devel >= 0.8
e1980c2
# libunwind available only on selected arches
e1980c2
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
f446c41
BuildRequires:	libunwind-devel
e1980c2
%endif
9a73957
BuildRequires:  libva-devel
Richard Hughes e8c1951
BuildRequires:  libwayland-client-devel
a3d232e
BuildRequires:  libwayland-server-devel >= 1.10.0
4702f80
BuildRequires:  libwayland-cursor-devel
9a73957
BuildRequires:  libwebp-devel
Richard Hughes e8c1951
BuildRequires:  libxcb-devel
8ebd5bf
BuildRequires:  libXcursor-devel
4702f80
BuildRequires:  libxkbcommon-devel >= 0.1.0-8
Richard Hughes e8c1951
BuildRequires:  mesa-libEGL-devel >= 8.1
Richard Hughes e8c1951
BuildRequires:  mesa-libgbm-devel
Richard Hughes e8c1951
BuildRequires:  mesa-libGLES-devel
Richard Hughes e8c1951
BuildRequires:  mesa-libGLU-devel
Richard Hughes e8c1951
BuildRequires:  mesa-libwayland-egl-devel
Richard Hughes e8c1951
BuildRequires:  mtdev-devel
Richard Hughes e8c1951
BuildRequires:  pam-devel
Richard Hughes e8c1951
BuildRequires:  pixman-devel
Richard Hughes e8c1951
BuildRequires:  poppler-devel
Richard Hughes e8c1951
BuildRequires:  poppler-glib-devel
Richard Hughes e8c1951
BuildRequires:  systemd-devel
7eb51f1
BuildRequires:  dbus-devel
Richard Hughes abc2441
BuildRequires:  lcms2-devel
Richard Hughes abc2441
BuildRequires:  colord-devel
b06bc64
BuildRequires:  freerdp-devel >= 2.0.0
f8bfb03
BuildRequires:  wayland-protocols-devel
b06bc64
# For autoreconf for Patch0, remove when no longer needed
b06bc64
BuildRequires:  autoconf
b06bc64
BuildRequires:  automake
b06bc64
BuildRequires:  libtool
Richard Hughes e8c1951
Richard Hughes e8c1951
%description
Richard Hughes e8c1951
Weston is the reference wayland compositor that can run on KMS, under X11
Richard Hughes e8c1951
or under another compositor.
Richard Hughes e8c1951
Richard Hughes b2c567b
%package devel
Richard Hughes b2c567b
Summary: Common headers for weston
Richard Hughes b2c567b
License: MIT
65c7ef3
Requires: %{name}%{?_isa} = %{version}-%{release}
Richard Hughes b2c567b
%description devel
Richard Hughes b2c567b
Common headers for weston
Richard Hughes b2c567b
Richard Hughes e8c1951
%prep
1235df5
%setup -q
b06bc64
# autosetup does not work with patch1 for some absurd reason
b06bc64
%patch0 -p1
b06bc64
%patch1 -p1
Richard Hughes e8c1951
Richard Hughes e8c1951
%build
b06bc64
# required for Patch0, drop when no longer needed
b06bc64
autoreconf -i
b06bc64
62a75fa
%configure --disable-static --disable-setuid-install --enable-xwayland \
1a928d9
           --enable-rdp-compositor
Richard Hughes e8c1951
make %{?_smp_mflags}
Richard Hughes e8c1951
Richard Hughes e8c1951
%install
817fb7a
%make_install
Richard Hughes e8c1951
Richard Hughes e8c1951
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
Richard Hughes e8c1951
Richard Hughes e8c1951
%files
Richard Hughes e8c1951
%doc README
8455f27
%license COPYING
Richard Hughes e8c1951
%{_bindir}/weston
dd675d7
%{_bindir}/weston-info
6a95b00
%attr(4755,root,root) %{_bindir}/weston-launch
Richard Hughes e8c1951
%{_bindir}/weston-terminal
4702f80
%{_bindir}/wcap-decode
Richard Hughes e8c1951
%dir %{_libdir}/weston
Richard Hughes abc2441
%{_libdir}/weston/cms-colord.so
Richard Hughes abc2441
%{_libdir}/weston/cms-static.so
Richard Hughes e8c1951
%{_libdir}/weston/desktop-shell.so
Richard Hughes e8c1951
%{_libdir}/weston/drm-backend.so
Richard Hughes a31f2e2
%{_libdir}/weston/fbdev-backend.so
Richard Hughes a31f2e2
%{_libdir}/weston/headless-backend.so
62a75fa
%{_libdir}/weston/rdp-backend.so
Richard Hughes 524ad4d
%{_libdir}/weston/gl-renderer.so
Richard Hughes e8c1951
%{_libdir}/weston/wayland-backend.so
Richard Hughes e8c1951
%{_libdir}/weston/x11-backend.so
4702f80
%{_libdir}/weston/xwayland.so
Richard Hughes bf68d1c
%{_libdir}/weston/fullscreen-shell.so
Richard Hughes 451c5b9
%{_libdir}/weston/hmi-controller.so
Richard Hughes 451c5b9
%{_libdir}/weston/ivi-shell.so
Richard Hughes e8c1951
%{_libexecdir}/weston-*
dd675d7
%{_mandir}/man1/*.1*
f446c41
%{_mandir}/man5/*.5*
2f03757
%{_mandir}/man7/*.7*
Richard Hughes e8c1951
%dir %{_datadir}/weston
Richard Hughes e8c1951
%{_datadir}/weston/*.png
Richard Hughes e8c1951
%{_datadir}/weston/wayland.svg
Richard Hughes 451c5b9
%{_datadir}/wayland-sessions/weston.desktop
Richard Hughes e8c1951
Richard Hughes b2c567b
%files devel
93c9741
%{_includedir}/weston/
Richard Hughes b2c567b
%{_libdir}/pkgconfig/weston.pc
Richard Hughes b2c567b
Richard Hughes e8c1951
%changelog
aa6ee8d
* Wed May 18 2016 Kalev Lember <klember@redhat.com> - 1.10.92-1
aa6ee8d
- Update to 1.10.92
aa6ee8d
93c9741
* Sun May 08 2016 Kalev Lember <klember@redhat.com> - 1.10.91-1
93c9741
- Update to 1.10.91
93c9741
5c50144
* Fri Apr 22 2016 Adam Williamson <awilliam@redhat.com> - 1.10.0-2
5c50144
- rebuild for changed freerdp sonames
5c50144
a3d232e
* Thu Feb 18 2016 Kalev Lember <klember@redhat.com> - 1.10.0-1
a3d232e
- Update to 1.10.0
a3d232e
f8bfb03
* Thu Feb 04 2016 Kalev Lember <klember@redhat.com> - 1.9.92-1
f8bfb03
- Update to 1.9.92
f8bfb03
8a6e4c2
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.9.0-3
8a6e4c2
- Rebuilt for libwebp soname bump
8a6e4c2
3602ae7
* Fri Nov 20 2015 Kalev Lember <klember@redhat.com> - 1.9.0-2
3602ae7
- Rebuilt for freerdp soname bump
3602ae7
74d2b5b
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.9.0-1
74d2b5b
- Update to 1.9.0
817fb7a
- Use make_install macro
74d2b5b
996955b
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> - 1.8.93-1
996955b
- Update to 1.8.93
996955b
1954d37
* Wed Sep 02 2015 Kalev Lember <klember@redhat.com> - 1.8.92-1
1954d37
- Update to 1.8.92
1954d37
8939120
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.8.91-1
8939120
- Update to 1.8.91
8455f27
- Use license macro for COPYING
8939120
86f0fb1
* Tue Jul 21 2015 Adam Jackson <ajax@redhat.com> 1.8.0-1
86f0fb1
- weston 1.8.0
86f0fb1
00d89ed
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.92-2
00d89ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
00d89ed
ae11f13
* Tue May 26 2015 Adam Jackson <ajax@redhat.com> 1.7.92-1
ae11f13
- weston 1.7.92
ae11f13
- Backport patches to fall back to argb buffer if no xrgb is available
ae11f13
Peter Hutterer 77d4725
* Tue Mar 10 2015 Peter Hutterer <peter.hutterer@redhat.com> - 1.7.0-2
Peter Hutterer 77d4725
- Rebuild for libinput soname bump
Peter Hutterer 77d4725
Richard Hughes 451c5b9
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 1.7.0-1
Richard Hughes 451c5b9
- Update to 1.7.0
Richard Hughes 451c5b9
Peter Hutterer 5c93bee
* Fri Jan 16 2015 Peter Hutterer <peter.hutterer@redhat.com> 1.6.0-4
Peter Hutterer 5c93bee
- Update to and require libinput 0.8
Peter Hutterer 5c93bee
96c1740
* Fri Dec 19 2014 Kevin Fenzi <kevin@scrye.com> 1.6.0-3
96c1740
- Rebuild for new freerdp
96c1740
9a73957
* Sun Sep 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-2
9a73957
- Enable webp and vaapi support
6a95b00
- Install weston-launch as setuid root (#1064023)
9a73957
ced8cc5
* Sun Sep 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-1
ced8cc5
- Update to 1.6.0
65c7ef3
- Pull in the main package for -devel subpackage
ced8cc5
Peter Hutterer b5257bc
* Fri Sep 12 2014 Peter Hutterer <peter.hutterer@redhat.com> - 1.5.91-2
Peter Hutterer b5257bc
- Rebuild for libinput soname bump
Peter Hutterer b5257bc
31389ab
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 1.5.91-1
31389ab
- Update to 1.5.91
31389ab
0ec02ce
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-7
0ec02ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0ec02ce
772d0c5
* Sat Jul 19 2014 Kevin Fenzi <kevin@scrye.com> 1.5.0-6
772d0c5
- Rebuild for new libfreerdp
772d0c5
7eb51f1
* Sun Jun 15 2014 Lubomir Rintel <lkundrak@v3.sk> - 1.5.0-5
7eb51f1
- Enable DBus support so that logind integration actually works
7eb51f1
6285c47
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-4
6285c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6285c47
e1980c2
* Tue May 27 2014 Dan HorĂ¡k <dan[at]danny.cz> - 1.5.0-3
e1980c2
- libunwind available only on selected arches
e1980c2
Richard Hughes 3a9aa60
* Wed May 21 2014 Richard Hughes <rhughes@redhat.com> - 1.5.0-1
Richard Hughes 3a9aa60
- Weston 1.5.0
Richard Hughes 3a9aa60
Richard Hughes bf68d1c
* Tue May 13 2014 Richard Hughes <rhughes@redhat.com> - 1.4.93-1
Richard Hughes bf68d1c
- Weston 1.4.93
Richard Hughes bf68d1c
b1e0385
* Mon Jan 27 2014 Adam Jackson <ajax@redhat.com> 1.4.0-2
b1e0385
- Rebuild for new sonames in libxcb 1.10
b1e0385
Richard Hughes e852417
* Fri Jan 24 2014 Richard Hughes <rhughes@redhat.com> - 1.4.0-1
Richard Hughes e852417
- Weston 1.4.0
Richard Hughes e852417
Richard Hughes 94c2e13
* Mon Jan 20 2014 Richard Hughes <rhughes@redhat.com> - 1.3.93-1
Richard Hughes 94c2e13
- Weston 1.3.93
Richard Hughes 94c2e13
Richard Hughes 0ae2521
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 1.3.91-1
Richard Hughes 0ae2521
- Weston 1.3.91
Richard Hughes 0ae2521
fb4face
* Mon Nov 25 2013 Lubomir Rintel <lkundrak@v3.sk> - 1.3.1-1
fb4face
- Weston 1.3.1
fb4face
62a75fa
* Thu Oct 03 2013 Adam Jackson <ajax@redhat.com> 1.2.0-3
62a75fa
- Build RDP backend if we have new enough freerdp (#991220)
62a75fa
337d39d
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
337d39d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
337d39d
Richard Hughes abc2441
* Wed May 15 2013 Richard Hughes <rhughes@redhat.com> - 1.1.90-0.1.20130515
Richard Hughes abc2441
- Update to a git snapshot based on what will become 1.1.90
Richard Hughes abc2441
Richard Hughes a31f2e2
* Tue Apr 16 2013 Richard Hughes <richard@hughsie.com> 1.1.0-1
Richard Hughes a31f2e2
- weston 1.1.0
Richard Hughes a31f2e2
Richard Hughes b2c567b
* Wed Mar 27 2013 Richard Hughes <richard@hughsie.com> 1.0.6-1
Richard Hughes b2c567b
- weston 1.0.6
Richard Hughes b2c567b
f446c41
* Thu Feb 21 2013 Adam Jackson <ajax@redhat.com> 1.0.5-1
f446c41
- weston 1.0.5+ (actually tip of 1.0 branch)
f446c41
3c39f64
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-3
3c39f64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3c39f64
Adam Tkac 2077d92
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.0.3-2
Adam Tkac 2077d92
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac 2077d92
2f03757
* Wed Jan 02 2013 Adam Jackson <ajax@redhat.com> 1.0.3-1
2f03757
- weston 1.0.3
2f03757
Adam Tkac 0e5fd4f
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.0.0-2
Adam Tkac 0e5fd4f
- rebuild against new libjpeg
Adam Tkac 0e5fd4f
dd675d7
* Tue Oct 23 2012 Adam Jackson <ajax@redhat.com> 1.0.0-1
dd675d7
- weston 1.0.0
dd675d7
f61a395
* Thu Oct 18 2012 Adam Jackson <ajax@redhat.com> 0.99.0-1
f61a395
- weston 0.99.0
f61a395
Richard Hughes b2c567b
* Mon Sep 17 2012 Thorsten Leemhuis <fedora@leemhuis.info> 0.95.0-3
8ebd5bf
- add libXcursor-devel as BR
8ebd5bf
ec2891f
* Mon Sep 17 2012 Thorsten Leemhuis <fedora@leemhuis.info> 0.95.0-2
ec2891f
- rebuild
ec2891f
4702f80
* Mon Sep 17 2012 Thorsten Leemhuis <fedora@leemhuis.info> 0.95.0-1
4702f80
- Update to 0.95.0
4702f80
- enable xwayland
4702f80
- make it easier to switch between a release and a git snapshot in spec file
4702f80
9b44074
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-0.5
9b44074
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9b44074
66e4bc0
* Tue Jun 05 2012 Adam Jackson <ajax@redhat.com> 0.89-0.4
66e4bc0
- Rebuild for new libudev
66e4bc0
- Conditional buildreq for libudev-devel
66e4bc0
Richard Hughes e8c1951
* Wed Apr 25 2012 Richard Hughes <richard@hughsie.com> 0.89-0.3
Richard Hughes e8c1951
- New package addressing Fedora package review concerns.
Richard Hughes e8c1951
Richard Hughes e8c1951
* Tue Apr 24 2012 Richard Hughes <richard@hughsie.com> 0.89-0.2
Richard Hughes e8c1951
- Initial package for Fedora package review.