forked from pool/weston
weston-1.99.94
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=61
This commit is contained in:
parent
00b6bb1e97
commit
fafc785f5c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ac7ac2a32e3b9f50131fccded5d2326bd36b2226712d90b61999118a09af5033
|
|
||||||
size 1260892
|
|
Binary file not shown.
3
weston-1.99.94.tar.xz
Normal file
3
weston-1.99.94.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:953392ab050acaaecc207fc9425a21b921bdcb0816952fe24bc0ce730d3d9ef6
|
||||||
|
size 1272576
|
BIN
weston-1.99.94.tar.xz.sig
Normal file
BIN
weston-1.99.94.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 22:40:30 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream beta release 1.99.94
|
||||||
|
* Support for EGL_KHR_swap_buffers_with_damage.
|
||||||
|
* Backends are ported to the new API for output setup.
|
||||||
|
* Support for DRM_FORMAT_YUV444 buffers in the GL backend.
|
||||||
|
* Better panel positioning support for desktop-shell.
|
||||||
|
* Improved XWayland warning messages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 21 05:17:56 UTC 2016 - jengelh@inai.de
|
Wed Sep 21 05:17:56 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
40
weston.spec
40
weston.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package weston
|
# spec file for package weston
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: weston
|
Name: weston
|
||||||
%define lname libweston0
|
%define lname libweston0
|
||||||
Version: 1.12.0
|
Version: 1.99.94
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Reference Compositor
|
Summary: Wayland Reference Compositor
|
||||||
License: HPND and CC-BY-SA-3.0
|
License: HPND and CC-BY-SA-3.0
|
||||||
@ -96,30 +96,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-1
|
%package -n libweston-2
|
||||||
Summary: Weston rendering backend collection
|
Summary: Weston rendering backend collection
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libweston-1
|
%description -n libweston-2
|
||||||
This subpackage contains backend renderer plugins, used by
|
This subpackage contains backend renderer plugins, used by
|
||||||
libweston-1-0.
|
libweston-2-0.
|
||||||
|
|
||||||
%package -n libweston-1-0
|
%package -n libweston-2-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-1 >= %version
|
Requires: libweston-2 >= %version
|
||||||
|
|
||||||
%description -n libweston-1-0
|
%description -n libweston-2-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-1-0
|
%package -n libweston-desktop-2-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-1-0
|
%description -n libweston-desktop-2-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
|
||||||
@ -169,10 +169,10 @@ if ! make BACKEND=headless-backend.so check; then
|
|||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n libweston-1-0 -p /sbin/ldconfig
|
%post -n libweston-2-0 -p /sbin/ldconfig
|
||||||
%postun -n libweston-1-0 -p /sbin/ldconfig
|
%postun -n libweston-2-0 -p /sbin/ldconfig
|
||||||
%post -n libweston-desktop-1-0 -p /sbin/ldconfig
|
%post -n libweston-desktop-2-0 -p /sbin/ldconfig
|
||||||
%postun -n libweston-desktop-1-0 -p /sbin/ldconfig
|
%postun -n libweston-desktop-2-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -184,17 +184,17 @@ fi
|
|||||||
%_datadir/wayland-sessions/
|
%_datadir/wayland-sessions/
|
||||||
%_mandir/man?/*.*
|
%_mandir/man?/*.*
|
||||||
|
|
||||||
%files -n libweston-1-0
|
%files -n libweston-2-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libweston-1.so.0*
|
%_libdir/libweston-2.so.0*
|
||||||
|
|
||||||
%files -n libweston-1
|
%files -n libweston-2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libweston-1/
|
%_libdir/libweston-2/
|
||||||
|
|
||||||
%files -n libweston-desktop-1-0
|
%files -n libweston-desktop-2-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libweston-desktop-1.so.0*
|
%_libdir/libweston-desktop-2.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user