forked from pool/weston
Accepting request 205292 from home:tobijk:X11:Wayland
weston 1.3.0 as promised earlier :) OBS-URL: https://build.opensuse.org/request/show/205292 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=20
This commit is contained in:
parent
6ef507dfeb
commit
166134f9f4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ecdd6530020e462cec122a14f58841b0f12c037e25ad8a6f93fc5c01d88f64b3
|
|
||||||
size 658116
|
|
3
weston-1.3.0.tar.xz
Normal file
3
weston-1.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e4f5b4736358b63d83c3252567ba7aa49cc0da9e2e2c30f59ddf635159702a0
|
||||||
|
size 672216
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 17 22:12:31 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
- Update to version 1.3.0:
|
||||||
|
+ HW accelerated screen capture using libva
|
||||||
|
This adds realtime h.264 screen capture to Weston
|
||||||
|
+ libhybris support (Adrian Negreanu).
|
||||||
|
Added support for using libhybris with the fbdev backend.
|
||||||
|
This means that it's possible to use weston with Android
|
||||||
|
EGL/GLES2 drivers.
|
||||||
|
+ Multi-resource input events (Rob Bradford and Neil Roberts).
|
||||||
|
+ Better touch support: better support in clients (Rusty Lynch and
|
||||||
|
Brian Lovin), critical bug fixes in the evdev touch code (Neil Roberts).
|
||||||
|
+ XWM: better fullscreen support, support for drag-and-drop from X to
|
||||||
|
wayland (other direction coming next). (Kristian Høgsberg)
|
||||||
|
+ weston-launch: modified behavior, now two modes of
|
||||||
|
operation: run from a vt after logging in or run from an init
|
||||||
|
script with -u. setup and restore tty in weston-launch, handle vt
|
||||||
|
switch and drop/set master in weston-launch (Kristian Høgsberg).
|
||||||
|
+ Support for RGB565 client buffers in gl and pixman renderers (Tomeu Vizoso).
|
||||||
|
+ New WL_OUTPUT udev attribute for matching touch screen input
|
||||||
|
devices to their outputs. (krh)
|
||||||
|
- A new configure summary from Armin K and a few new configure options:
|
||||||
|
--with-cairo=image/gl/glesv2
|
||||||
|
--enable-demo-clients
|
||||||
|
+ New weston.ini options:
|
||||||
|
-[touchpad]
|
||||||
|
constant_accel_factor=...
|
||||||
|
min_accel_factor=...
|
||||||
|
max_accel_factor=...
|
||||||
|
- [xwayland]
|
||||||
|
path=...
|
||||||
|
+ New weston command line options:
|
||||||
|
--shell=shell.so
|
||||||
|
+ weston-terminal: Better support for wide (CJK) characters (Peng Wu).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 19 21:55:30 UTC 2013 - hrvoje.senjan@gmail.com
|
Thu Sep 19 21:55:30 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
24
weston.spec
24
weston.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package weston
|
# spec file for package weston
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products 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.2.2
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
License: HPND and CC-BY-SA-3.0
|
License: HPND and CC-BY-SA-3.0
|
||||||
@ -30,27 +30,29 @@ Url: http://weston.freedesktop.org/
|
|||||||
Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
|
Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11
|
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11
|
||||||
BuildRequires: autoconf >= 2.64, automake >= 1.11, libtool >= 2.2
|
BuildRequires: autoconf >= 2.64
|
||||||
|
BuildRequires: automake >= 1.11
|
||||||
BuildRequires: freerdp-devel
|
BuildRequires: freerdp-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libtool >= 2.2
|
||||||
#git#BuildRequires: libtool >= 2.2
|
#git#BuildRequires: libtool >= 2.2
|
||||||
BuildRequires: libvpx-devel
|
BuildRequires: libvpx-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: rsvg-view
|
BuildRequires: rsvg-view
|
||||||
BuildRequires: xkeyboard-config
|
BuildRequires: xkeyboard-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
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(egl) >= 7.10
|
BuildRequires: pkgconfig(egl) >= 7.10
|
||||||
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(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
|
||||||
@ -65,11 +67,11 @@ BuildRequires: pkgconfig(poppler-glib)
|
|||||||
BuildRequires: pkgconfig(wayland-client) >= 1.0.0
|
BuildRequires: pkgconfig(wayland-client) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(wayland-egl)
|
BuildRequires: pkgconfig(wayland-egl)
|
||||||
BuildRequires: pkgconfig(wayland-server) >= 1.1.90
|
BuildRequires: pkgconfig(wayland-server) >= 1.1.90
|
||||||
|
BuildRequires: pkgconfig(xcb)
|
||||||
|
BuildRequires: pkgconfig(xcb-xfixes)
|
||||||
|
BuildRequires: pkgconfig(xcursor)
|
||||||
BuildRequires: pkgconfig(xkbcommon) >= 0.0.578
|
BuildRequires: pkgconfig(xkbcommon) >= 0.0.578
|
||||||
BuildRequires: pkgconfig(xcb)
|
Requires: xkeyboard-config
|
||||||
BuildRequires: pkgconfig(xcb-xfixes)
|
|
||||||
BuildRequires: pkgconfig(xcursor)
|
|
||||||
Requires: xkeyboard-config
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Weston is the reference implementation of a Wayland compositor, and a
|
Weston is the reference implementation of a Wayland compositor, and a
|
||||||
|
Loading…
Reference in New Issue
Block a user