forked from pool/weston
Accepting request 361550 from X11:Wayland
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/361550 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weston?expand=0&rev=11
This commit is contained in:
commit
fae319d0e0
3
weston-1.10.0.tar.xz
Normal file
3
weston-1.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0b2004d00d8293ddf7903ca283c1746afa9ccb5919ab50fd04397ff472aa5c1
|
||||||
|
size 1239280
|
BIN
weston-1.10.0.tar.xz.sig
Normal file
BIN
weston-1.10.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312
|
|
||||||
size 1317032
|
|
Binary file not shown.
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 22:18:58 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.10
|
||||||
|
* add support for a number of recently added Wayland protocols:
|
||||||
|
drag and drop actions, new frame and axis events, and buffer
|
||||||
|
co-ordinates for surface damage.
|
||||||
|
* Touch input support is added.
|
||||||
|
- Update to new upstream relaese 1.9
|
||||||
|
* Input device hotplug is better polished, so it misbehaves less
|
||||||
|
frequently when adding and removing keyboards and mice. This
|
||||||
|
benefits multi-seat.
|
||||||
|
* weston shell: switched the middle and right mouse bindings, so
|
||||||
|
that the more useful window resize functionality is accessed via
|
||||||
|
the right button, and the less useful rotate-windows
|
||||||
|
functionality is on the middle.
|
||||||
|
* The DRM compositor is now able to handle triple-head graphics
|
||||||
|
cards, and other hardware with more than two output CRTCs per
|
||||||
|
card. Various mode-setting improvements and fixes are also
|
||||||
|
included.
|
||||||
|
* The weston-screensaver client is removed, in favor of just using
|
||||||
|
simpler DPMS.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 3 15:45:17 UTC 2015 - jengelh@inai.de
|
Wed Jun 3 15:45:17 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
16
weston.spec
16
weston.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package weston
|
# spec file for package weston
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 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.8.0
|
Version: 1.10.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
|
||||||
@ -48,28 +48,32 @@ 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)
|
||||||
BuildRequires: pkgconfig(freerdp)
|
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)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(glu)
|
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
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.8.0
|
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
BuildRequires: pkgconfig(libsystemd) >= 209
|
||||||
|
%else
|
||||||
BuildRequires: pkgconfig(libsystemd-login) >= 198
|
BuildRequires: pkgconfig(libsystemd-login) >= 198
|
||||||
|
%endif
|
||||||
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) >= 0.25.2
|
BuildRequires: pkgconfig(pixman-1) >= 0.25.2
|
||||||
BuildRequires: pkgconfig(poppler-glib)
|
BuildRequires: pkgconfig(poppler-glib)
|
||||||
BuildRequires: pkgconfig(wayland-client) >= 1.8.0
|
BuildRequires: pkgconfig(wayland-client) >= 1.10.0
|
||||||
BuildRequires: pkgconfig(wayland-egl)
|
BuildRequires: pkgconfig(wayland-egl)
|
||||||
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.0
|
||||||
BuildRequires: pkgconfig(wayland-scanner)
|
BuildRequires: pkgconfig(wayland-scanner)
|
||||||
BuildRequires: pkgconfig(wayland-server) >= 1.8.0
|
BuildRequires: pkgconfig(wayland-server) >= 1.10.0
|
||||||
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