diff mbox series

[master] weston: update 10.0.2 -> 11.0.0

Message ID 20221031153801.236081-1-psaavedra@igalia.com
State New
Headers show
Series [master] weston: update 10.0.2 -> 11.0.0 | expand

Commit Message

Pablo Saavedra Oct. 31, 2022, 3:38 p.m. UTC
Highlights for this release:

- Continued work on color management infrastructure:
  In Weston 11, if you enable the tentative, experimental and WIP color
  management option, Weston will not only blend in linear light, but
  you can also set up a monitor ICC profile and Weston will do some
  kind of color mapping from sRGB to that profile. Furthermore, you can
  configure a monitor into HDR mode and deliver HDR characteristics from
  weston.ini to the monitor, but Weston will *not* produce proper HDR
  content yet, meaning the display is incorrect.
- Various RDP improvements.
- Performance improvements in the DRM backend.
- Support for the wp_single_pixel_buffer_v1 protocol.
- weston_buffer refactoring.
- Groundwork for running multiple backends at the same time (e.g. KMS + RDP)
  and for multi-GPU support in the DRM backend. This is not supported
  yet, but may be in a future release.

Breaking changes for users:

- The cms-static and cms-colord plugins are now deprecated.
- A number of features have been removed from desktop-shell: multiple
  workspaces, zoom, exposay.
- wl_shell support has been removed (superseded by xdg-shell).
- The fbdev backend has been removed (superseded by KMS).
- weston-launch and launcher-direct have been removed (superseded by libseat).
- The weston-info and weston-gears clients have been removed (weston-info is
  superseded by wayland-info).
- The KMS max-bpc property is now set by default. If you experience black
  screens with (faulty) monitors, try lowering it in weston.ini.
- Weston will now abort when running out of memory. Weston is not suitable
  for memory constrained environments.
---
 .../wayland/{weston_10.0.2.bb => weston_11.0.0.bb}        | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/wayland/{weston_10.0.2.bb => weston_11.0.0.bb} (93%)

Comments

Khem Raj Oct. 31, 2022, 3:42 p.m. UTC | #1
On Mon, Oct 31, 2022 at 8:38 AM Pablo Saavedra Rodi?o
<psaavedra@igalia.com> wrote:
>
> Highlights for this release:
>
> - Continued work on color management infrastructure:
>   In Weston 11, if you enable the tentative, experimental and WIP color
>   management option, Weston will not only blend in linear light, but
>   you can also set up a monitor ICC profile and Weston will do some
>   kind of color mapping from sRGB to that profile. Furthermore, you can
>   configure a monitor into HDR mode and deliver HDR characteristics from
>   weston.ini to the monitor, but Weston will *not* produce proper HDR
>   content yet, meaning the display is incorrect.
> - Various RDP improvements.
> - Performance improvements in the DRM backend.
> - Support for the wp_single_pixel_buffer_v1 protocol.
> - weston_buffer refactoring.
> - Groundwork for running multiple backends at the same time (e.g. KMS + RDP)
>   and for multi-GPU support in the DRM backend. This is not supported
>   yet, but may be in a future release.
>
> Breaking changes for users:
>
> - The cms-static and cms-colord plugins are now deprecated.
> - A number of features have been removed from desktop-shell: multiple
>   workspaces, zoom, exposay.
> - wl_shell support has been removed (superseded by xdg-shell).
> - The fbdev backend has been removed (superseded by KMS).
> - weston-launch and launcher-direct have been removed (superseded by libseat).
> - The weston-info and weston-gears clients have been removed (weston-info is
>   superseded by wayland-info).
> - The KMS max-bpc property is now set by default. If you experience black
>   screens with (faulty) monitors, try lowering it in weston.ini.
> - Weston will now abort when running out of memory. Weston is not suitable
>   for memory constrained environments.

Thanks for your contribution Pablo. This recipe belongs to
openembedded-core and that has its own mailing list for patches
called openembedded-core@lists.openembedded.org, so please resend it
to that ml.

> ---
>  .../wayland/{weston_10.0.2.bb => weston_11.0.0.bb}        | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
>  rename meta/recipes-graphics/wayland/{weston_10.0.2.bb => weston_11.0.0.bb} (93%)
>
> diff --git a/meta/recipes-graphics/wayland/weston_10.0.2.bb b/meta/recipes-graphics/wayland/weston_11.0.0.bb
> similarity index 93%
> rename from meta/recipes-graphics/wayland/weston_10.0.2.bb
> rename to meta/recipes-graphics/wayland/weston_11.0.0.bb
> index 786d12be61..ba4f4062d0 100644
> --- a/meta/recipes-graphics/wayland/weston_10.0.2.bb
> +++ b/meta/recipes-graphics/wayland/weston_11.0.0.bb
> @@ -13,7 +13,7 @@ SRC_URI = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}/downlo
>             file://systemd-notify.weston-start \
>             "
>
> -SRC_URI[sha256sum] = "89646ca0d9f8d413c2767e5c3828eaa3fa149c2a105b3729a6894fa7cf1549e7"
> +SRC_URI[sha256sum] = "a6138d4dc9554560ac304312df456019f4be025ec79130f05fb5f2e41c091e1d"
>
>  UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
>  UPSTREAM_CHECK_REGEX = "weston-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
> @@ -58,12 +58,8 @@ PACKAGECONFIG[wayland] = "-Dbackend-wayland=true,-Dbackend-wayland=false,virtual
>  PACKAGECONFIG[x11] = "-Dbackend-x11=true,-Dbackend-x11=false,virtual/libx11 libxcb libxcb libxcursor cairo"
>  # Headless Weston
>  PACKAGECONFIG[headless] = "-Dbackend-headless=true,-Dbackend-headless=false"
> -# Weston on framebuffer
> -PACKAGECONFIG[fbdev] = "-Ddeprecated-backend-fbdev=true,-Ddeprecated-backend-fbdev=false,udev mtdev"
>  # Weston on RDP
>  PACKAGECONFIG[rdp] = "-Dbackend-rdp=true,-Dbackend-rdp=false,freerdp"
> -# weston-launch
> -PACKAGECONFIG[launch] = "-Ddeprecated-weston-launch=true,-Ddeprecated-weston-launch=false,drm"
>  # VA-API desktop recorder
>  PACKAGECONFIG[vaapi] = "-Dbackend-drm-screencast-vaapi=true,-Dbackend-drm-screencast-vaapi=false,libva"
>  # Weston with EGL support
> @@ -77,7 +73,7 @@ PACKAGECONFIG[systemd] = "-Dsystemd=true -Dlauncher-logind=true,-Dsystemd=false
>  # Weston with Xwayland support (requires X11 and Wayland)
>  PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false"
>  # colord CMS support
> -PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-colord=false,colord"
> +PACKAGECONFIG[colord] = "-Ddeprecated-color-management-colord=true,-Ddeprecated-color-management-colord=false,colord"
>  # Clients support
>  PACKAGECONFIG[clients] = "-Dsimple-clients=${SIMPLECLIENTS} -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false"
>  # Virtual remote output with GStreamer on DRM backend
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#99379): https://lists.openembedded.org/g/openembedded-devel/message/99379
> Mute This Topic: https://lists.openembedded.org/mt/94688210/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-graphics/wayland/weston_10.0.2.bb b/meta/recipes-graphics/wayland/weston_11.0.0.bb
similarity index 93%
rename from meta/recipes-graphics/wayland/weston_10.0.2.bb
rename to meta/recipes-graphics/wayland/weston_11.0.0.bb
index 786d12be61..ba4f4062d0 100644
--- a/meta/recipes-graphics/wayland/weston_10.0.2.bb
+++ b/meta/recipes-graphics/wayland/weston_11.0.0.bb
@@ -13,7 +13,7 @@  SRC_URI = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}/downlo
            file://systemd-notify.weston-start \
            "
 
-SRC_URI[sha256sum] = "89646ca0d9f8d413c2767e5c3828eaa3fa149c2a105b3729a6894fa7cf1549e7"
+SRC_URI[sha256sum] = "a6138d4dc9554560ac304312df456019f4be025ec79130f05fb5f2e41c091e1d"
 
 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
 UPSTREAM_CHECK_REGEX = "weston-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
@@ -58,12 +58,8 @@  PACKAGECONFIG[wayland] = "-Dbackend-wayland=true,-Dbackend-wayland=false,virtual
 PACKAGECONFIG[x11] = "-Dbackend-x11=true,-Dbackend-x11=false,virtual/libx11 libxcb libxcb libxcursor cairo"
 # Headless Weston
 PACKAGECONFIG[headless] = "-Dbackend-headless=true,-Dbackend-headless=false"
-# Weston on framebuffer
-PACKAGECONFIG[fbdev] = "-Ddeprecated-backend-fbdev=true,-Ddeprecated-backend-fbdev=false,udev mtdev"
 # Weston on RDP
 PACKAGECONFIG[rdp] = "-Dbackend-rdp=true,-Dbackend-rdp=false,freerdp"
-# weston-launch
-PACKAGECONFIG[launch] = "-Ddeprecated-weston-launch=true,-Ddeprecated-weston-launch=false,drm"
 # VA-API desktop recorder
 PACKAGECONFIG[vaapi] = "-Dbackend-drm-screencast-vaapi=true,-Dbackend-drm-screencast-vaapi=false,libva"
 # Weston with EGL support
@@ -77,7 +73,7 @@  PACKAGECONFIG[systemd] = "-Dsystemd=true -Dlauncher-logind=true,-Dsystemd=false
 # Weston with Xwayland support (requires X11 and Wayland)
 PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false"
 # colord CMS support
-PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-colord=false,colord"
+PACKAGECONFIG[colord] = "-Ddeprecated-color-management-colord=true,-Ddeprecated-color-management-colord=false,colord"
 # Clients support
 PACKAGECONFIG[clients] = "-Dsimple-clients=${SIMPLECLIENTS} -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false"
 # Virtual remote output with GStreamer on DRM backend