forked from pool/weston
- Update to new upstream release 5
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=74
This commit is contained in:
parent
94fb926d1e
commit
ba8fb816a8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0fc0ae7ef83dfbed12abfe9b8096a24a7dd00705e86fa0db1e619ded18b4b58
|
|
||||||
size 1322008
|
|
Binary file not shown.
3
weston-5.0.0.tar.xz
Normal file
3
weston-5.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:15a23423bcfa45e31e1dedc0cd524ba71e2930df174fde9c99b71a537c4e4caf
|
||||||
|
size 1467496
|
BIN
weston-5.0.0.tar.xz.sig
Normal file
BIN
weston-5.0.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 25 17:30:52 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 5
|
||||||
|
* The use of hardware planes in atomic mode setting.
|
||||||
|
* Clone mode
|
||||||
|
* A new touchscreen calibrator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 9 18:28:42 UTC 2018 - jengelh@inai.de
|
Mon Apr 9 18:28:42 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
44
weston.spec
44
weston.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: weston
|
Name: weston
|
||||||
%define lname libweston0
|
%define lname libweston0
|
||||||
Version: 4.0.0
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Reference Compositor
|
Summary: Wayland Reference Compositor
|
||||||
License: MIT AND CC-BY-SA-3.0
|
License: MIT AND CC-BY-SA-3.0
|
||||||
@ -49,7 +49,7 @@ BuildRequires: pkgconfig(freerdp2)
|
|||||||
BuildRequires: pkgconfig(gbm)
|
BuildRequires: pkgconfig(gbm)
|
||||||
BuildRequires: pkgconfig(glesv2)
|
BuildRequires: pkgconfig(glesv2)
|
||||||
BuildRequires: pkgconfig(lcms2)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.30
|
BuildRequires: pkgconfig(libdrm) >= 2.4.68
|
||||||
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
||||||
BuildRequires: pkgconfig(libsystemd) >= 209
|
BuildRequires: pkgconfig(libsystemd) >= 209
|
||||||
BuildRequires: pkgconfig(libudev) >= 136
|
BuildRequires: pkgconfig(libudev) >= 136
|
||||||
@ -60,7 +60,7 @@ BuildRequires: pkgconfig(wayland-egl)
|
|||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.13
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.13
|
||||||
BuildRequires: pkgconfig(wayland-scanner)
|
BuildRequires: pkgconfig(wayland-scanner)
|
||||||
BuildRequires: pkgconfig(wayland-server) >= 1.12.0
|
BuildRequires: pkgconfig(wayland-server) >= 1.12.0
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb) >= 1.8
|
||||||
BuildRequires: pkgconfig(xcb-composite)
|
BuildRequires: pkgconfig(xcb-composite)
|
||||||
BuildRequires: pkgconfig(xcb-shm)
|
BuildRequires: pkgconfig(xcb-shm)
|
||||||
BuildRequires: pkgconfig(xcb-xfixes)
|
BuildRequires: pkgconfig(xcb-xfixes)
|
||||||
@ -82,30 +82,30 @@ desktop shell. Finally, weston also provides integration with the
|
|||||||
Xorg server and can pull X clients into the Wayland desktop and act
|
Xorg server and can pull X clients into the Wayland desktop and act
|
||||||
as a X window manager.
|
as a X window manager.
|
||||||
|
|
||||||
%package -n libweston-4
|
%package -n libweston-5
|
||||||
Summary: Weston rendering backend collection
|
Summary: Weston rendering backend collection
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libweston-4
|
%description -n libweston-5
|
||||||
This subpackage contains backend renderer plugins, used by
|
This subpackage contains backend renderer plugins, used by
|
||||||
libweston-4-0.
|
libweston-5-0.
|
||||||
|
|
||||||
%package -n libweston-4-0
|
%package -n libweston-5-0
|
||||||
Summary: The Weston compositor as a shared library
|
Summary: The Weston compositor as a shared library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libweston-4 >= %version
|
Requires: libweston-5 >= %version
|
||||||
|
|
||||||
%description -n libweston-4-0
|
%description -n libweston-5-0
|
||||||
The libweston library is intended for use by other compositor efforts
|
The libweston library is intended for use by other compositor efforts
|
||||||
(projects) that want to more easily utilize Weston's internal
|
(projects) that want to more easily utilize Weston's internal
|
||||||
functionalities. Weston's own reference compositor also makes use of
|
functionalities. Weston's own reference compositor also makes use of
|
||||||
this.
|
this.
|
||||||
|
|
||||||
%package -n libweston-desktop-4-0
|
%package -n libweston-desktop-5-0
|
||||||
Summary: The Weston compositor as a shared library
|
Summary: The Weston compositor as a shared library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libweston-desktop-4-0
|
%description -n libweston-desktop-5-0
|
||||||
libweston-desktop provides an additional level of functionality of
|
libweston-desktop provides an additional level of functionality of
|
||||||
relevance to compositors implementing a desktop metaphor style of
|
relevance to compositors implementing a desktop metaphor style of
|
||||||
graphical interface. This library API is designed around xdg_shell
|
graphical interface. This library API is designed around xdg_shell
|
||||||
@ -154,14 +154,14 @@ if ! make BACKEND=headless-backend.so check; then
|
|||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n libweston-4-0 -p /sbin/ldconfig
|
%post -n libweston-5-0 -p /sbin/ldconfig
|
||||||
%postun -n libweston-4-0 -p /sbin/ldconfig
|
%postun -n libweston-5-0 -p /sbin/ldconfig
|
||||||
%post -n libweston-desktop-4-0 -p /sbin/ldconfig
|
%post -n libweston-desktop-5-0 -p /sbin/ldconfig
|
||||||
%postun -n libweston-desktop-4-0 -p /sbin/ldconfig
|
%postun -n libweston-desktop-5-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README
|
%license COPYING
|
||||||
%_bindir/w*
|
%_bindir/w*
|
||||||
%_libexecdir/%name-*
|
%_libexecdir/%name-*
|
||||||
%_libdir/%name/
|
%_libdir/%name/
|
||||||
@ -169,17 +169,17 @@ fi
|
|||||||
%_datadir/wayland-sessions/
|
%_datadir/wayland-sessions/
|
||||||
%_mandir/man?/*.*
|
%_mandir/man?/*.*
|
||||||
|
|
||||||
%files -n libweston-4-0
|
%files -n libweston-5-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libweston-4.so.0*
|
%_libdir/libweston-5.so.0*
|
||||||
|
|
||||||
%files -n libweston-4
|
%files -n libweston-5
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libweston-4/
|
%_libdir/libweston-5/
|
||||||
|
|
||||||
%files -n libweston-desktop-4-0
|
%files -n libweston-desktop-5-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libweston-desktop-4.so.0*
|
%_libdir/libweston-desktop-5.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user