Accepting request 1089065 from X11:Wayland
- Update to release 12.0.1 OBS-URL: https://build.opensuse.org/request/show/1089065 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weston?expand=0&rev=31
This commit is contained in:
commit
718dd508e6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a413f68c252957fc3191c3650823ec356ae8c124ccc0cb440da5cdc4e2cb9e57
|
||||
size 1900796
|
Binary file not shown.
3
weston-12.0.1.tar.xz
Normal file
3
weston-12.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b18591eab278bc191720f6c09158040b795e7118af1d5ddca6acd9a8e2039535
|
||||
size 1969772
|
BIN
weston-12.0.1.tar.xz.sig
Normal file
BIN
weston-12.0.1.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 25 19:33:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 12.0.1
|
||||
* Resolve build failure relating to xkbcommon & wayland
|
||||
pkg-config CFLAGS
|
||||
- Delete build.patch (merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 20:54:48 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 12
|
||||
* backend-drm: multiple GPU support, by using
|
||||
`--additional-devices` to specify secondary DRM devices, in
|
||||
the form of a comma-separated list of devices.
|
||||
* backend-drm: use libdisplay-info as a better alternative for
|
||||
parsing EDID.
|
||||
* protocol: new screenshooter protocol: weston-output-capture.
|
||||
This new protocol is as a Weston public extension. The older
|
||||
weston-screenshooter protocol has been removed.
|
||||
* compositor: added a short-form for loading backends -- this
|
||||
allows the use of `--backend=headless` instead of
|
||||
`--backend=headless-backend.so`. Short-form for shells was
|
||||
also added: pass `--shell=foo`, rather than
|
||||
`--shell=foo-shell.so`. Renderers can be specified the same,
|
||||
by using `--renderer=gl|pixman`.
|
||||
* libweston-desktop DSO has been incorporated into libweston.
|
||||
Linking now with libweston would provide access to the former
|
||||
libweston-desktop library. Users of libweston-desktop would
|
||||
need to adjust their headers to <libweston/desktop.h> rather
|
||||
than using <libweston-desktop/libweston-desktop.h>. The API
|
||||
itself remains the same.
|
||||
- Add build.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 20:57:29 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
17
weston.spec
17
weston.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package weston
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,9 +18,8 @@
|
||||
|
||||
Name: weston
|
||||
%define lname libweston0
|
||||
%define major 11
|
||||
%define realver 11.0.1
|
||||
Version: 11
|
||||
%define major 12
|
||||
Version: 12.0.1
|
||||
Release: 0
|
||||
Summary: Wayland Reference Compositor
|
||||
License: CC-BY-SA-3.0 AND MIT
|
||||
@ -28,8 +27,8 @@ Group: System/X11/Servers
|
||||
URL: https://wayland.freedesktop.org/
|
||||
#Git-Clone: git://anongit.freedesktop.org/wayland/weston
|
||||
#Git-Web: https://cgit.freedesktop.org/wayland/weston/
|
||||
Source: https://gitlab.freedesktop.org/wayland/weston/uploads/f5648c818fba5432edc3ea63c4db4813/weston-11.0.1.tar.xz
|
||||
Source2: https://gitlab.freedesktop.org/wayland/weston/uploads/bb54e28b5ee47aaccb30a8ffbc31f977/weston-11.0.1.tar.xz.sig
|
||||
Source: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/weston-%version.tar.xz
|
||||
Source2: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/weston-%version.tar.xz.sig
|
||||
BuildRequires: Mesa-libGLESv3-devel
|
||||
BuildRequires: autoconf >= 2.64
|
||||
BuildRequires: automake >= 1.11
|
||||
@ -55,6 +54,7 @@ BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.108
|
||||
BuildRequires: pkgconfig(libevdev)
|
||||
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
||||
BuildRequires: pkgconfig(libpipewire-0.3)
|
||||
BuildRequires: pkgconfig(libseat)
|
||||
BuildRequires: pkgconfig(libsystemd) >= 209
|
||||
BuildRequires: pkgconfig(libudev) >= 136
|
||||
@ -68,6 +68,7 @@ BuildRequires: pkgconfig(wayland-scanner)
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.18.0
|
||||
BuildRequires: pkgconfig(xcb) >= 1.8
|
||||
BuildRequires: pkgconfig(xcb-composite)
|
||||
BuildRequires: pkgconfig(xcb-cursor)
|
||||
BuildRequires: pkgconfig(xcb-shm)
|
||||
BuildRequires: pkgconfig(xcb-xfixes)
|
||||
BuildRequires: pkgconfig(xcb-xkb) >= 1.9
|
||||
@ -122,13 +123,13 @@ This package contains all necessary include files and libraries needed
|
||||
to develop plugins for Weston.
|
||||
|
||||
%prep
|
||||
%autosetup -n %name-%realver -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
echo "Workaround broken weston that fails to cope with -Wl,--no-undefined injected by meson/ninja"
|
||||
export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
|
||||
%meson -Ddemo-clients=false -Dremoting=false -Dsimple-clients= \
|
||||
-Dtest-junit-xml=false -Dpipewire=false \
|
||||
-Dtest-junit-xml=false -Dpipewire=false -Dbackend-vnc=false \
|
||||
--includedir="%_includedir/%name"
|
||||
%meson_build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user