Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
bfba446b00 | |||
5e5358277f | |||
58301fdb1c | |||
499e88f732 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea1566ab4f5ffce7e9fd4f7a1fca5b30caae4d50023bf459213994094e02b29a
|
|
||||||
size 1986684
|
|
Binary file not shown.
BIN
weston-14.0.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
weston-14.0.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
weston-14.0.2.tar.xz.sig
Normal file
BIN
weston-14.0.2.tar.xz.sig
Normal file
Binary file not shown.
28
weston-libdisplay-info-0.3.0.patch
Normal file
28
weston-libdisplay-info-0.3.0.patch
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
From 394fcf054e3d1e94c254bf1915945fbb44551130 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Christophe Marin <christophe@krop.fr>
|
||||||
|
Date: Wed, 20 Aug 2025 15:27:15 +0200
|
||||||
|
Subject: [PATCH] build: Allow libdisplay-info 0.3.0
|
||||||
|
|
||||||
|
There are no breaking changes for the high-level API that Weston uses.
|
||||||
|
|
||||||
|
Based on upstream change: https://gitlab.freedesktop.org/wayland/weston/-/commit/683eabb
|
||||||
|
---
|
||||||
|
libweston/backend-drm/meson.build | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/libweston/backend-drm/meson.build b/libweston/backend-drm/meson.build
|
||||||
|
index 002669e..a8f2ea5 100644
|
||||||
|
--- a/libweston/backend-drm/meson.build
|
||||||
|
+++ b/libweston/backend-drm/meson.build
|
||||||
|
@@ -4,7 +4,7 @@ endif
|
||||||
|
|
||||||
|
dep_libdisplay_info = dependency(
|
||||||
|
'libdisplay-info',
|
||||||
|
- version: ['>= 0.1.1', '< 0.3.0'],
|
||||||
|
+ version: ['>= 0.1.1', '< 0.4.0'],
|
||||||
|
fallback: ['display-info', 'di_dep'],
|
||||||
|
default_options: [
|
||||||
|
'werror=false',
|
||||||
|
--
|
||||||
|
2.50.1
|
||||||
|
|
@@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 20 13:29:34 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Add patch to allow usage of libdisplay 0.3.0:
|
||||||
|
* weston-libdisplay-info-0.3.0.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 26 22:08:27 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 14.0.2
|
||||||
|
* Only build-relevant changes. (The VNC backend can be built with
|
||||||
|
a newer neatvnc library.)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 16:36:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 14.0.1
|
||||||
|
* libweston: Send seat name before announcing devices
|
||||||
|
- Drop wsp-deps.patch (merged)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 4 09:23:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 14
|
||||||
|
* Add support for FreeRDP 3.x
|
||||||
|
- Add wsp-deps.patch to resolve FTBFS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 23 16:25:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Apr 23 16:25:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package weston
|
# spec file for package weston
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,8 +18,8 @@
|
|||||||
|
|
||||||
Name: weston
|
Name: weston
|
||||||
%define lname libweston0
|
%define lname libweston0
|
||||||
%define major 13
|
%define major 14
|
||||||
Version: 13.0.1
|
Version: 14.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Reference Compositor
|
Summary: Wayland Reference Compositor
|
||||||
License: CC-BY-SA-3.0 AND MIT
|
License: CC-BY-SA-3.0 AND MIT
|
||||||
@@ -29,6 +29,8 @@ URL: https://wayland.freedesktop.org/
|
|||||||
#Git-Web: https://cgit.freedesktop.org/wayland/weston/
|
#Git-Web: https://cgit.freedesktop.org/wayland/weston/
|
||||||
Source: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/%name-%version.tar.xz
|
Source: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/%name-%version.tar.xz
|
||||||
Source2: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/%name-%version.tar.xz.sig
|
Source2: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/%name-%version.tar.xz.sig
|
||||||
|
# PATCH-FIX-UPSTREAM -- weston-libdisplay-info-0.3.0.patch
|
||||||
|
Patch0: weston-libdisplay-info-0.3.0.patch
|
||||||
BuildRequires: Mesa-libGLESv3-devel
|
BuildRequires: Mesa-libGLESv3-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glibc-devel >= 2.27
|
BuildRequires: glibc-devel >= 2.27
|
||||||
@@ -48,6 +50,7 @@ BuildRequires: pkgconfig(freerdp2)
|
|||||||
BuildRequires: pkgconfig(gbm)
|
BuildRequires: pkgconfig(gbm)
|
||||||
BuildRequires: pkgconfig(glesv2)
|
BuildRequires: pkgconfig(glesv2)
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.9
|
BuildRequires: pkgconfig(lcms2) >= 2.9
|
||||||
|
BuildRequires: pkgconfig(libdisplay-info)
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.108
|
BuildRequires: pkgconfig(libdrm) >= 2.4.108
|
||||||
BuildRequires: pkgconfig(libevdev)
|
BuildRequires: pkgconfig(libevdev)
|
||||||
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
||||||
|
Reference in New Issue
Block a user