From: Thomas Devoogdt <thomas@devoogdt.com>
To: buildroot@buildroot.org
Cc: "Yann E . MORIN" <yann.morin.1998@free.fr>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Thomas Devoogdt <thomas.devoogdt@barco.com>
Subject: [Buildroot] [PATCH v1] package/weston: bump to version 14.0.0
Date: Fri, 4 Oct 2024 10:18:19 +0200 [thread overview]
Message-ID: <20241004081819.1236963-1-thomas@devoogdt.com> (raw)
From: Thomas Devoogdt <thomas.devoogdt@barco.com>
Notes:
- (14.0.0) https://lists.freedesktop.org/archives/wayland-devel/2024-September/043776.html
- (13.0.95 RC3) https://lists.freedesktop.org/archives/wayland-devel/2024-September/043775.html
- (13.0.94 RC2) https://lists.freedesktop.org/archives/wayland-devel/2024-August/043772.html
- (13.0.93 RC1) https://lists.freedesktop.org/archives/wayland-devel/2024-August/043761.html
- (13.0.92 Beta Release) https://lists.freedesktop.org/archives/wayland-devel/2024-August/043758.html
- (13.0.91 Alpha Release) https://lists.freedesktop.org/archives/wayland-devel/2024-August/043705.html
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
---
package/weston/Config.in | 1 +
package/weston/weston.hash | 6 +++---
package/weston/weston.mk | 5 +++--
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/package/weston/Config.in b/package/weston/Config.in
index d55c456425..89bcaa4aa0 100644
--- a/package/weston/Config.in
+++ b/package/weston/Config.in
@@ -17,6 +17,7 @@ config BR2_PACKAGE_WESTON
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBINPUT
+ select BR2_PACKAGE_LIBDISPLAY_INFO
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_SEATD
# Runtime dependency
diff --git a/package/weston/weston.hash b/package/weston/weston.hash
index 62322ac639..2fdc6ec1f4 100644
--- a/package/weston/weston.hash
+++ b/package/weston/weston.hash
@@ -1,4 +1,4 @@
-# From https://lists.freedesktop.org/archives/wayland-devel/2024-June/043655.html
-sha256 27f68d96e3b97d98daadef13a202356524924fa381418fa6716b9136ef099093 weston-13.0.3.tar.xz
-sha512 60e655b57cf418902ec6e4371883354165241d9a99a712aabe2165e11ac190dec22836fd885f5178def5416dc5f00e70042b022c96a8e0aa74827bbd4563f9cb weston-13.0.3.tar.xz
+# From https://lists.freedesktop.org/archives/wayland-devel/2024-September/043776.html
+sha256 47fd0325b0b948e9b003a38fdf4eb3a8581f3fdc740b8932b35ae8793bf4e4a5 weston-14.0.0.tar.xz
+sha512 8bdeed91befd5cbb0bde0f1860ff7775c1835a5fa8c3bf26e99d2f0c16e81255fcf35bf338ae02d7826463d0efdf41ba3fe78e38e4c27787831dfa331acafc08 weston-14.0.0.tar.xz
sha256 fdb65868f65d0fbdb05c2d3b779e10ce9969fa0c4b9262ba4f260e87086ab860 COPYING
diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index 9292ba14b6..d879dcc965 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WESTON_VERSION = 13.0.3
+WESTON_VERSION = 14.0.0
WESTON_SITE = https://gitlab.freedesktop.org/wayland/weston/-/releases/$(WESTON_VERSION)/downloads
WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
WESTON_LICENSE = MIT
@@ -13,7 +13,8 @@ WESTON_CPE_ID_VENDOR = wayland
WESTON_INSTALL_STAGING = YES
WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \
- libxkbcommon pixman libpng udev cairo libinput libdrm seatd
+ libxkbcommon pixman libpng udev cairo libinput libdisplay-info libdrm \
+ seatd
WESTON_CONF_OPTS = \
-Ddoc=false \
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2024-10-04 8:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-04 8:18 Thomas Devoogdt [this message]
2024-10-26 13:31 ` [Buildroot] [PATCH v1] package/weston: bump to version 14.0.0 Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241004081819.1236963-1-thomas@devoogdt.com \
--to=thomas@devoogdt.com \
--cc=buildroot@buildroot.org \
--cc=thomas.devoogdt@barco.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.