mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] weston: version bump 13.0.3 -> 14.0.0
@ 2024-09-06  7:40 Philipp Zabel
  2024-09-06  7:40 ` [ptxdist] [PATCH 2/2] neatvnc: version bump 0.7.1 -> 0.8.1 Philipp Zabel
  2024-09-12 12:12 ` [ptxdist] [APPLIED] weston: version bump 13.0.3 -> 14.0.0 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Philipp Zabel @ 2024-09-06  7:40 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://lists.freedesktop.org/archives/wayland-devel/2024-September/043776.html

Includes initial HW underlay support, output mirroring configuration,
PipeWire dmabuf support, and a bunch of GL renderer improvements. For
details, see:

https://lists.freedesktop.org/archives/wayland-devel/2024-August/043705.html

Tests can now be disabled with a Meson option, so the patch is not
needed anymore.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 .../0001-HACK-don-t-build-tests.patch         | 23 -------------------
 patches/weston-13.0.3/series                  |  4 ----
 rules/weston.in                               |  1 +
 rules/weston.make                             | 11 ++++-----
 4 files changed, 6 insertions(+), 33 deletions(-)
 delete mode 100644 patches/weston-13.0.3/0001-HACK-don-t-build-tests.patch
 delete mode 100644 patches/weston-13.0.3/series

diff --git a/patches/weston-13.0.3/0001-HACK-don-t-build-tests.patch b/patches/weston-13.0.3/0001-HACK-don-t-build-tests.patch
deleted file mode 100644
index 5a24e11b133f..000000000000
--- a/patches/weston-13.0.3/0001-HACK-don-t-build-tests.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Fri, 26 May 2023 11:41:19 +0200
-Subject: [PATCH] HACK: don't build tests
-
-The tests can introduce additional dependencies (e.g. xcb-cursor for xwayland)
-that are not otherwise needed. The tests are not used in ptxdist anyways, so
-just don't build them.
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- tests/meson.build | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/tests/meson.build b/tests/meson.build
-index 1d59a93e121c..b7c4412bfdf8 100644
---- a/tests/meson.build
-+++ b/tests/meson.build
-@@ -1,3 +1,5 @@
-+subdir_done()
-+
- plugin_test_shell_desktop = shared_library(
- 	'weston-test-desktop-shell',
- 	'weston-test-desktop-shell.c',
diff --git a/patches/weston-13.0.3/series b/patches/weston-13.0.3/series
deleted file mode 100644
index a5dc0b485ab5..000000000000
--- a/patches/weston-13.0.3/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-HACK-don-t-build-tests.patch
-# 4082f10e9dae6df168955b4fa61a61b3  - git-ptx-patches magic
diff --git a/rules/weston.in b/rules/weston.in
index 10f0e9172d4f..5ad7b585e9b4 100644
--- a/rules/weston.in
+++ b/rules/weston.in
@@ -8,6 +8,7 @@ menuconfig WESTON
 	select WAYLAND
 	select WAYLAND_PROTOCOLS
 	select LIBXKBCOMMON
+	select LIBDISPLAY_INFO
 	select LIBJPEG
 	select LIBPNG
 	select LIBINPUT
diff --git a/rules/weston.make b/rules/weston.make
index 35ddab180cc7..92280bb74c8d 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston
 #
 # Paths and names
 #
-WESTON_VERSION	:= 13.0.3
-LIBWESTON_MAJOR := 13
-WESTON_MD5	:= 1525ba0696a046381fa499e901c2cd17
+WESTON_VERSION	:= 14.0.0
+LIBWESTON_MAJOR := 14
+WESTON_MD5	:= 21b8a54e29d45b0b93d898e900c2954f
 WESTON		:= weston-$(WESTON_VERSION)
 WESTON_SUFFIX	:= tar.gz
 WESTON_URL	:= https://gitlab.freedesktop.org/wayland/weston/-/archive/$(WESTON_VERSION)/$(WESTON).$(WESTON_SUFFIX)
@@ -47,8 +47,6 @@ WESTON_CONF_OPT		:= \
 	-Dbackend-x11=false \
 	-Dcolor-management-lcms=false \
 	-Ddemo-clients=$(call ptx/truefalse,PTXCONF_WESTON_IVISHELL_EXAMPLE) \
-	-Ddeprecated-color-management-colord=false \
-	-Ddeprecated-color-management-static=false \
 	-Ddesktop-shell-client-default=weston-desktop-shell \
 	-Ddoc=false \
 	-Dimage-jpeg=true \
@@ -66,6 +64,7 @@ WESTON_CONF_OPT		:= \
 	-Dsystemd=$(call ptx/truefalse,PTXCONF_WESTON_SYSTEMD) \
 	-Dtest-junit-xml=false \
 	-Dtest-skip-is-failure=false \
+	-Dtests=false \
 	-Dtools=calibrator,debug,info,terminal,touch-calibrator \
 	-Dwcap-decode=$(call ptx/truefalse,PTXCONF_WESTON_WCAP_TOOLS) \
 	-Dxwayland=$(call ptx/truefalse,PTXCONF_WESTON_XWAYLAND) \
@@ -80,7 +79,7 @@ $(STATEDIR)/weston.install:
 	@$(call world/install, WESTON)
 
 ifndef PTXCONF_WESTON_IVISHELL_EXAMPLE
-	@install -D -m644 $(WESTON_DIR)-build/compositor/weston.ini \
+	@install -D -m644 $(WESTON_DIR)-build/frontend/weston.ini \
 		$(WESTON_PKGDIR)/etc/xdg/weston/weston.ini
 else
 	@install -D -m644 $(WESTON_DIR)-build/ivi-shell/weston.ini \
-- 
2.39.2




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-12 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-06  7:40 [ptxdist] [PATCH 1/2] weston: version bump 13.0.3 -> 14.0.0 Philipp Zabel
2024-09-06  7:40 ` [ptxdist] [PATCH 2/2] neatvnc: version bump 0.7.1 -> 0.8.1 Philipp Zabel
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-12 12:12 ` [ptxdist] [APPLIED] weston: version bump 13.0.3 -> 14.0.0 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox