* [ptxdist] [PATCH 1/2] libtsm: version bump 4.4.1 -> 4.5.0
@ 2026-05-21 14:45 Philipp Zabel
2026-05-21 14:45 ` [ptxdist] [PATCH 2/2] kmscon: version bump 9.3.0 -> 10.0.0 Philipp Zabel
2026-05-27 21:55 ` [ptxdist] [APPLIED] libtsm: version bump 4.4.1 -> 4.5.0 Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Philipp Zabel @ 2026-05-21 14:45 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
https://github.com/kmscon/libtsm/releases/tag/v4.5.0
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/libtsm.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/libtsm.make b/rules/libtsm.make
index 677d17cc72ba..bfcc20cc6ba1 100644
--- a/rules/libtsm.make
+++ b/rules/libtsm.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTSM) += libtsm
#
# Paths and names
#
-LIBTSM_VERSION := 4.4.1
-LIBTSM_SHA256 := 20f5c6fd69c4a701c25981ad6f3976f2578cdffb4b138c341b85d3a3b8a0017c
+LIBTSM_VERSION := 4.5.0
+LIBTSM_SHA256 := 0b06d1434a750b5e4981be9696a9f65bfd7b38fe2d8d24199d92f11394bb8459
LIBTSM := libtsm-$(LIBTSM_VERSION)
LIBTSM_SUFFIX := tar.gz
LIBTSM_URL := https://github.com/kmscon/libtsm/archive/refs/tags/v$(LIBTSM_VERSION).$(LIBTSM_SUFFIX)
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH 2/2] kmscon: version bump 9.3.0 -> 10.0.0
2026-05-21 14:45 [ptxdist] [PATCH 1/2] libtsm: version bump 4.4.1 -> 4.5.0 Philipp Zabel
@ 2026-05-21 14:45 ` Philipp Zabel
2026-05-27 21:55 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-05-27 21:55 ` [ptxdist] [APPLIED] libtsm: version bump 4.4.1 -> 4.5.0 Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Philipp Zabel @ 2026-05-21 14:45 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
https://github.com/kmscon/kmscon/releases/tag/v10.0.0
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/kmscon.in | 16 +++++++++++-----
rules/kmscon.make | 8 ++++----
2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/rules/kmscon.in b/rules/kmscon.in
index 5c77521ca490..19f6a0730e65 100644
--- a/rules/kmscon.in
+++ b/rules/kmscon.in
@@ -7,12 +7,12 @@ menuconfig KMSCON
select LIBDRM
select LIBTSM
select LIBXKBCOMMON
- select SYSTEMD if KMSCON_MULTI_SEAT
- select SYSTEMD_LOGIND if KMSCON_MULTI_SEAT && RUNTIME
+ select SEATD if KMSCON_LIBSEAT
select MESALIB if KMSCON_DRM3D || KMSCON_GLTEX
select MESALIB_GBM if KMSCON_DRM3D
select MESALIB_EGL if KMSCON_DRM3D
select MESALIB_GLES2 if KMSCON_DRM3D || KMSCON_GLTEX
+ select FREETYPE if KMSCON_FREETYPE
select PANGO if KMSCON_PANGO
select UDEV
select UDEV_LIBUDEV
@@ -34,11 +34,17 @@ config KMSCON_GLTEX
help
gltex renderer
-config KMSCON_MULTI_SEAT
+config KMSCON_LIBSEAT
bool
- prompt "multi-seat"
+ prompt "libseat"
help
- Multi-seat support with systemd
+ Use libseat to integrate with systemd-logind or seatd
+
+config KMSCON_FREETYPE
+ bool
+ prompt "freetype"
+ help
+ freetype font backend
config KMSCON_PANGO
bool
diff --git a/rules/kmscon.make b/rules/kmscon.make
index 928282bfd794..da719d59a301 100644
--- a/rules/kmscon.make
+++ b/rules/kmscon.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_KMSCON) += kmscon
#
# Paths and names
#
-KMSCON_VERSION := 9.3.0
-KMSCON_SHA256 := 72d968a3b057c8b178381c84cb8584b3b5e75c4133cd9728fa3647690b9b146b
+KMSCON_VERSION := 10.0.0
+KMSCON_SHA256 := 7074956472c42d14977922f9ef6d2ec101f8d88e549f0108c1f51cb9d2b437dd
KMSCON := kmscon-$(KMSCON_VERSION)
KMSCON_SUFFIX := tar.gz
KMSCON_URL := https://github.com/kmscon/kmscon/archive/refs/tags/v$(KMSCON_VERSION).$(KMSCON_SUFFIX)
@@ -40,13 +40,13 @@ KMSCON_CONF_OPT := \
-Dwerror=false \
-Dextra_debug=false \
-Dtests=false \
- -Dmulti_seat=$(call ptx/endis, PTXCONF_KMSCON_MULTI_SEAT)d \
- -Delogind=disabled \
+ -Dlibseat=$(call ptx/endis, PTXCONF_KMSCON_LIBSEAT)d \
-Dvideo_fbdev=disabled \
-Dvideo_drm2d=enabled \
-Dvideo_drm3d=$(call ptx/endis, PTXCONF_KMSCON_DRM3D)d \
-Drenderer_gltex=$(call ptx/endis, PTXCONF_KMSCON_GLTEX)d \
-Dfont_unifont=$(call ptx/endis, PTXCONF_KMSCON_UNIFONT)d \
+ -Dfont_freetype=$(call ptx/endis, PTXCONF_KMSCON_FREETYPE)d \
-Dfont_pango=$(call ptx/endis, PTXCONF_KMSCON_PANGO)d \
-Dsession_dummy=disabled \
-Dsession_terminal=enabled
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] libtsm: version bump 4.4.1 -> 4.5.0
2026-05-21 14:45 [ptxdist] [PATCH 1/2] libtsm: version bump 4.4.1 -> 4.5.0 Philipp Zabel
2026-05-21 14:45 ` [ptxdist] [PATCH 2/2] kmscon: version bump 9.3.0 -> 10.0.0 Philipp Zabel
@ 2026-05-27 21:55 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2026-05-27 21:55 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 7418ffaa17c243189b7223791fdf560c15f29c6d.
Michael
[sent from post-receive hook]
On Wed, 27 May 2026 23:55:04 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://github.com/kmscon/libtsm/releases/tag/v4.5.0
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20260521144550.1297351-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libtsm.make b/rules/libtsm.make
> index 677d17cc72ba..bfcc20cc6ba1 100644
> --- a/rules/libtsm.make
> +++ b/rules/libtsm.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTSM) += libtsm
> #
> # Paths and names
> #
> -LIBTSM_VERSION := 4.4.1
> -LIBTSM_SHA256 := 20f5c6fd69c4a701c25981ad6f3976f2578cdffb4b138c341b85d3a3b8a0017c
> +LIBTSM_VERSION := 4.5.0
> +LIBTSM_SHA256 := 0b06d1434a750b5e4981be9696a9f65bfd7b38fe2d8d24199d92f11394bb8459
> LIBTSM := libtsm-$(LIBTSM_VERSION)
> LIBTSM_SUFFIX := tar.gz
> LIBTSM_URL := https://github.com/kmscon/libtsm/archive/refs/tags/v$(LIBTSM_VERSION).$(LIBTSM_SUFFIX)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] kmscon: version bump 9.3.0 -> 10.0.0
2026-05-21 14:45 ` [ptxdist] [PATCH 2/2] kmscon: version bump 9.3.0 -> 10.0.0 Philipp Zabel
@ 2026-05-27 21:55 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2026-05-27 21:55 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as ecf67cf081816e862726657abbd843b0d6069f72.
Michael
[sent from post-receive hook]
On Wed, 27 May 2026 23:55:05 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://github.com/kmscon/kmscon/releases/tag/v10.0.0
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20260521144550.1297351-2-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/kmscon.in b/rules/kmscon.in
> index 5c77521ca490..19f6a0730e65 100644
> --- a/rules/kmscon.in
> +++ b/rules/kmscon.in
> @@ -7,12 +7,12 @@ menuconfig KMSCON
> select LIBDRM
> select LIBTSM
> select LIBXKBCOMMON
> - select SYSTEMD if KMSCON_MULTI_SEAT
> - select SYSTEMD_LOGIND if KMSCON_MULTI_SEAT && RUNTIME
> + select SEATD if KMSCON_LIBSEAT
> select MESALIB if KMSCON_DRM3D || KMSCON_GLTEX
> select MESALIB_GBM if KMSCON_DRM3D
> select MESALIB_EGL if KMSCON_DRM3D
> select MESALIB_GLES2 if KMSCON_DRM3D || KMSCON_GLTEX
> + select FREETYPE if KMSCON_FREETYPE
> select PANGO if KMSCON_PANGO
> select UDEV
> select UDEV_LIBUDEV
> @@ -34,11 +34,17 @@ config KMSCON_GLTEX
> help
> gltex renderer
>
> -config KMSCON_MULTI_SEAT
> +config KMSCON_LIBSEAT
> bool
> - prompt "multi-seat"
> + prompt "libseat"
> help
> - Multi-seat support with systemd
> + Use libseat to integrate with systemd-logind or seatd
> +
> +config KMSCON_FREETYPE
> + bool
> + prompt "freetype"
> + help
> + freetype font backend
>
> config KMSCON_PANGO
> bool
> diff --git a/rules/kmscon.make b/rules/kmscon.make
> index 928282bfd794..da719d59a301 100644
> --- a/rules/kmscon.make
> +++ b/rules/kmscon.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_KMSCON) += kmscon
> #
> # Paths and names
> #
> -KMSCON_VERSION := 9.3.0
> -KMSCON_SHA256 := 72d968a3b057c8b178381c84cb8584b3b5e75c4133cd9728fa3647690b9b146b
> +KMSCON_VERSION := 10.0.0
> +KMSCON_SHA256 := 7074956472c42d14977922f9ef6d2ec101f8d88e549f0108c1f51cb9d2b437dd
> KMSCON := kmscon-$(KMSCON_VERSION)
> KMSCON_SUFFIX := tar.gz
> KMSCON_URL := https://github.com/kmscon/kmscon/archive/refs/tags/v$(KMSCON_VERSION).$(KMSCON_SUFFIX)
> @@ -40,13 +40,13 @@ KMSCON_CONF_OPT := \
> -Dwerror=false \
> -Dextra_debug=false \
> -Dtests=false \
> - -Dmulti_seat=$(call ptx/endis, PTXCONF_KMSCON_MULTI_SEAT)d \
> - -Delogind=disabled \
> + -Dlibseat=$(call ptx/endis, PTXCONF_KMSCON_LIBSEAT)d \
> -Dvideo_fbdev=disabled \
> -Dvideo_drm2d=enabled \
> -Dvideo_drm3d=$(call ptx/endis, PTXCONF_KMSCON_DRM3D)d \
> -Drenderer_gltex=$(call ptx/endis, PTXCONF_KMSCON_GLTEX)d \
> -Dfont_unifont=$(call ptx/endis, PTXCONF_KMSCON_UNIFONT)d \
> + -Dfont_freetype=$(call ptx/endis, PTXCONF_KMSCON_FREETYPE)d \
> -Dfont_pango=$(call ptx/endis, PTXCONF_KMSCON_PANGO)d \
> -Dsession_dummy=disabled \
> -Dsession_terminal=enabled
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-05-27 21:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-21 14:45 [ptxdist] [PATCH 1/2] libtsm: version bump 4.4.1 -> 4.5.0 Philipp Zabel
2026-05-21 14:45 ` [ptxdist] [PATCH 2/2] kmscon: version bump 9.3.0 -> 10.0.0 Philipp Zabel
2026-05-27 21:55 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-05-27 21:55 ` [ptxdist] [APPLIED] libtsm: version bump 4.4.1 -> 4.5.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