forked from pool/weston
Accepting request 526158 from X11:Wayland
- Rectify license field. OBS-URL: https://build.opensuse.org/request/show/526158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weston?expand=0&rev=15
This commit is contained in:
commit
5089070ff5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4e446ac27f118196f1609dab89bb3cb3e81652d981414ad860e733b355365d8
|
||||
size 1272628
|
Binary file not shown.
3
weston-3.0.0.tar.xz
Normal file
3
weston-3.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5
|
||||
size 1300340
|
BIN
weston-3.0.0.tar.xz.sig
Normal file
BIN
weston-3.0.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 14:39:38 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Rectify license field.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 23:04:56 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Drop broken conditional pkgconfig(freerdp) BuildRequires,
|
||||
pkgconfig(freerdp2) is available on all supported versions of
|
||||
openSUSE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 08:12:15 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 3.0
|
||||
* Improvement to the integration of drm_fb within the DRM
|
||||
compositor.
|
||||
* Make libdrm a non-optional build-time dependency
|
||||
* Handle multi-head repainting globally rather than per-output,
|
||||
with output routing rearranged a bit to allow slightly faster
|
||||
startup.
|
||||
* libweston's output interface has been refactored a fair bit,
|
||||
including unexporting the symbols
|
||||
weston_compositor_add_output and weston_output_update_matrix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 22:40:30 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
48
weston.spec
48
weston.spec
@ -18,10 +18,10 @@
|
||||
|
||||
Name: weston
|
||||
%define lname libweston0
|
||||
Version: 2.0.0
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Wayland Reference Compositor
|
||||
License: HPND and CC-BY-SA-3.0
|
||||
License: MIT AND CC-BY-SA-3.0
|
||||
Group: System/X11/Servers
|
||||
Url: http://wayland.freedesktop.org/
|
||||
|
||||
@ -49,11 +49,7 @@ BuildRequires: pkgconfig(cairo-xcb)
|
||||
BuildRequires: pkgconfig(colord) >= 0.1.27
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
||||
BuildRequires: pkgconfig(egl)
|
||||
%if 0%{?suse_version} <= 1320
|
||||
BuildRequires: pkgconfig(freerdp)
|
||||
%else
|
||||
BuildRequires: pkgconfig(freerdp2)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
@ -63,11 +59,7 @@ BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.30
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: pkgconfig(libsystemd) >= 209
|
||||
%else
|
||||
BuildRequires: pkgconfig(libsystemd-login) >= 198
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libudev) >= 136
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||
@ -96,30 +88,30 @@ desktop shell. Finally, weston also provides integration with the
|
||||
Xorg server and can pull X clients into the Wayland desktop and act
|
||||
as a X window manager.
|
||||
|
||||
%package -n libweston-2
|
||||
%package -n libweston-3
|
||||
Summary: Weston rendering backend collection
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libweston-2
|
||||
%description -n libweston-3
|
||||
This subpackage contains backend renderer plugins, used by
|
||||
libweston-2-0.
|
||||
libweston-3-0.
|
||||
|
||||
%package -n libweston-2-0
|
||||
%package -n libweston-3-0
|
||||
Summary: The Weston compositor as a shared library
|
||||
Group: System/Libraries
|
||||
Requires: libweston-2 >= %version
|
||||
Requires: libweston-3 >= %version
|
||||
|
||||
%description -n libweston-2-0
|
||||
%description -n libweston-3-0
|
||||
The libweston library is intended for use by other compositor efforts
|
||||
(projects) that want to more easily utilize Weston's internal
|
||||
functionalities. Weston's own reference compositor also makes use of
|
||||
this.
|
||||
|
||||
%package -n libweston-desktop-2-0
|
||||
%package -n libweston-desktop-3-0
|
||||
Summary: The Weston compositor as a shared library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libweston-desktop-2-0
|
||||
%description -n libweston-desktop-3-0
|
||||
libweston-desktop provides an additional level of functionality of
|
||||
relevance to compositors implementing a desktop metaphor style of
|
||||
graphical interface. This library API is designed around xdg_shell
|
||||
@ -169,10 +161,10 @@ if ! make BACKEND=headless-backend.so check; then
|
||||
fi
|
||||
%endif
|
||||
|
||||
%post -n libweston-2-0 -p /sbin/ldconfig
|
||||
%postun -n libweston-2-0 -p /sbin/ldconfig
|
||||
%post -n libweston-desktop-2-0 -p /sbin/ldconfig
|
||||
%postun -n libweston-desktop-2-0 -p /sbin/ldconfig
|
||||
%post -n libweston-3-0 -p /sbin/ldconfig
|
||||
%postun -n libweston-3-0 -p /sbin/ldconfig
|
||||
%post -n libweston-desktop-3-0 -p /sbin/ldconfig
|
||||
%postun -n libweston-desktop-3-0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -184,17 +176,17 @@ fi
|
||||
%_datadir/wayland-sessions/
|
||||
%_mandir/man?/*.*
|
||||
|
||||
%files -n libweston-2-0
|
||||
%files -n libweston-3-0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libweston-2.so.0*
|
||||
%_libdir/libweston-3.so.0*
|
||||
|
||||
%files -n libweston-2
|
||||
%files -n libweston-3
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libweston-2/
|
||||
%_libdir/libweston-3/
|
||||
|
||||
%files -n libweston-desktop-2-0
|
||||
%files -n libweston-desktop-3-0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libweston-desktop-2.so.0*
|
||||
%_libdir/libweston-desktop-3.so.0*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user