forked from pool/weston
weston-1.6.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=37
This commit is contained in:
parent
dc517a0e89
commit
e211c56f70
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5068badb2acb14e4b3dca66b390ad4798de60a9c2e5fcbaef2d694b31e3cb85
|
|
||||||
size 733240
|
|
3
weston-1.6.0.tar.xz
Normal file
3
weston-1.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc3ea5d13bbf025fabc006216c5ddc0d80d5f4ebe778912b8c4d1d4acaaa614d
|
||||||
|
size 733112
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 19 20:38:34 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.6.0
|
||||||
|
* Xdg-shell protocol changes. [Changed again since 1.5.0.]
|
||||||
|
* Add weston_layer masking mechanism.
|
||||||
|
* keyboard repeat rate support, sent from compositor to clients,
|
||||||
|
configurable.
|
||||||
|
* Use wl_display_add_socket_auto(): no need to specify the socket
|
||||||
|
anymore when running Weston under Weston, it just works now.
|
||||||
|
* Exit Weston, if weston-desktop-shell dies too early. Should help with
|
||||||
|
one class of "just black screen" problems.
|
||||||
|
* Option to force numlock on at start on DRM and fbdev backends.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 11:14:34 UTC 2014 - jengelh@inai.de
|
Fri Sep 12 11:14:34 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
14
weston.spec
14
weston.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: weston
|
Name: weston
|
||||||
%define lname libweston0
|
%define lname libweston0
|
||||||
Version: 1.5.93
|
Version: 1.6.0
|
||||||
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
|
||||||
@ -31,7 +31,6 @@ Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
|
|||||||
Patch1: 0001-build-honor-results-obtained-by-pkg-config-libinput.patch
|
Patch1: 0001-build-honor-results-obtained-by-pkg-config-libinput.patch
|
||||||
BuildRequires: autoconf >= 2.64
|
BuildRequires: autoconf >= 2.64
|
||||||
BuildRequires: automake >= 1.11
|
BuildRequires: automake >= 1.11
|
||||||
BuildRequires: freerdp-devel
|
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libtool >= 2.2
|
BuildRequires: libtool >= 2.2
|
||||||
@ -42,12 +41,13 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: rsvg-view
|
BuildRequires: rsvg-view
|
||||||
BuildRequires: xkeyboard-config
|
BuildRequires: xkeyboard-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
||||||
BuildRequires: pkgconfig(cairo-egl) >= 1.11.3
|
BuildRequires: pkgconfig(cairo-egl) >= 1.11.3
|
||||||
BuildRequires: pkgconfig(cairo-xcb)
|
BuildRequires: pkgconfig(cairo-xcb)
|
||||||
BuildRequires: pkgconfig(colord) >= 0.1.27
|
BuildRequires: pkgconfig(colord) >= 0.1.27
|
||||||
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
||||||
BuildRequires: pkgconfig(egl) >= 7.10
|
BuildRequires: pkgconfig(egl) >= 7.10
|
||||||
|
BuildRequires: pkgconfig(freerdp)
|
||||||
BuildRequires: pkgconfig(gbm)
|
BuildRequires: pkgconfig(gbm)
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(glesv2)
|
BuildRequires: pkgconfig(glesv2)
|
||||||
@ -57,17 +57,17 @@ BuildRequires: pkgconfig(gobject-2.0)
|
|||||||
BuildRequires: pkgconfig(lcms2)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.30
|
BuildRequires: pkgconfig(libdrm) >= 2.4.30
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: pkgconfig(libinput) >= 0.6.0
|
BuildRequires: pkgconfig(libinput) >= 0.5.0
|
||||||
BuildRequires: pkgconfig(libsystemd-login) >= 198
|
BuildRequires: pkgconfig(libsystemd-login) >= 198
|
||||||
BuildRequires: pkgconfig(libudev) >= 136
|
BuildRequires: pkgconfig(libudev) >= 136
|
||||||
BuildRequires: pkgconfig(libwebp)
|
BuildRequires: pkgconfig(libwebp)
|
||||||
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||||
BuildRequires: pkgconfig(pixman-1)
|
BuildRequires: pkgconfig(pixman-1) >= 0.25.2
|
||||||
BuildRequires: pkgconfig(poppler-glib)
|
BuildRequires: pkgconfig(poppler-glib)
|
||||||
BuildRequires: pkgconfig(wayland-client) >= 1.0.0
|
BuildRequires: pkgconfig(wayland-client) >= 1.5.91
|
||||||
BuildRequires: pkgconfig(wayland-egl)
|
BuildRequires: pkgconfig(wayland-egl)
|
||||||
BuildRequires: pkgconfig(wayland-scanner)
|
BuildRequires: pkgconfig(wayland-scanner)
|
||||||
BuildRequires: pkgconfig(wayland-server) >= 1.3.90
|
BuildRequires: pkgconfig(wayland-server) >= 1.5.91
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
BuildRequires: pkgconfig(xcb-xfixes)
|
BuildRequires: pkgconfig(xcb-xfixes)
|
||||||
BuildRequires: pkgconfig(xcursor)
|
BuildRequires: pkgconfig(xcursor)
|
||||||
|
Loading…
Reference in New Issue
Block a user