mir 2.9.0-0ubuntu1 source package in Ubuntu

Changelog

mir (2.9.0-0ubuntu1) kinetic; urgency=medium

  * New upstream release 2.9.0 (FFe LP: #1988702)
    - ABI summary:
      . miral ABI bumped to 5
      . mircommon ABI unchanged at 9
      . mircookie ABI unchanged at 2
      . mircore ABI bumped to 2
      . miroil ABI bumped to 2
      . mirplatform ABI unchanged at 23
      . mirserver ABI unchanged at 58
      . mirwayland ABI unchanged at 3
      . mirplatformgraphics ABI unchanged at 20
      . mirinputplatform ABI unchanged at 8
    - Enhancements:
      . [Wayland] Implement zwp_idle_inhibit_manager_v1
      . [Wayland] Implement zwlr_virtual_pointer_v1
      . [Wayland] Implement zwp_text_input_manager_v1 (Electron works with OSK)
      . [Wayland] Bump wl_seat to v8 and implement hi-res scrolling
      . [Wayland platform] improve failed to connect error
      . [Wayland platform] Port to xdg-shell (Fixes #1903, Fixes: #2434)
      . [MirAL] Allow `--add-wayland-extenions all`
      . [MirAL] Allow servers to get repeated string options
      . [MirAL] Improvement to ExternalClientLauncher: Don't force clients to
        split command lines themselves
      . [MirAL] Tidy up event filtering API
      . [MirAL] Expose miral::Zone::id()
      . [MirAL] Rename CommandLineOption => ConfigurationOption
      . [Input] Filter 2 distinct bogus touch event scenarios (UBports)
      . [gbm-kms] new driver quirk to disable KMS modeset probe
      . [gbm-kms] Add defaults to driver-quirks for nvidia and evdi (Fixes: #2467)
      . [gbm-kms] Add defaults to driver-quirks for vc4-drm and v3d
      . [mir-smoke-test-runner] Enable working in a Wayland only environment
    - Bugs fixed:
      . Fix ABI breakage of libmircore.so.1 with v2.8.0 vs v1.8.2 (Fixes #2465)
      . [Wayland] Text Input v2: do not use commit count as serial
      . [Wayland] Send keyboard modifiers after keyboard enter
        (Fixes: #2535, Fixes: #2025)
      . [Wayland] wlr-screencopy-v1: send .damage event as required (wayvnc fix)
      . [Wayland] wlr-screencopy-v1: Waits until the copy area has been damaged
        in `.copy_with_damage` request (wayvnc fix)
      . [MirAL] Unblock signals before execing child processes (Fixes: #1284)
      . [eglstream-kms] Kill clients, not Mir, when they submit bad EGLStreams
        (Fixes: #2061)
      . [eglstream-kms] Handle EGL errors in devnum_for_device (Fixes: #2426)
      . [test clients] Explicitly ask for a GLESv2 context (Fixes: #2440)
      . [renderers/gl] Clear framebuffer to opaque black (Fixes: #2427)
      . CMake cleanup for locally built dependencies (Fixes: #2507, Fixes: #2261)
      . Fix event timestamps (Fixes: #2577)
  * debian/libmiral5.symbols:
  * debian/libmiral5.install:
    - Bump for new SONAME
  * debian/libmiroil2.symbols:
  * debian/libmiroil2.install:
    - Bump for new SONAME
  * debian/libmircore2.symbols:
  * debian/libmircore2.install:
    - Bump for new SONAME
  * debian/rules:
    - Update for libmiral4 -> libmiral5 change
    - Use dpkg-symbols for libmircore2 & libmiroil2 shlibs
    - Disable MIR_USE_PRECOMPLIED_HEADERS to avoid gcc-12 bug

 -- Christopher James Halse Rogers <email address hidden>  Mon, 05 Sep 2022 17:15:31 +1000

Upload details

Uploaded by:
Chris Halse Rogers
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
x11
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mir_2.9.0.orig.tar.xz 1.1 MiB c6d0a7ee96b099af57dfd276de72f7c584498ae33bf0292363405ec2072a93ff
mir_2.9.0.orig.tar.xz.asc 833 bytes a987314f21f46c91ae4fc6fc0b590cbc9ddaef75a911dd8bf2e0cbb10ae7a585
mir_2.9.0-0ubuntu1.debian.tar.xz 101.8 KiB 0ee64e5091e8fe373857c492c3815683e388e1f71d36d9f567ace875071b0e3d
mir_2.9.0-0ubuntu1.dsc 5.6 KiB e4ddefd3752e3d4fef60eedeb308b226ec097fc8e96c9b153e554ab27c7e7476

Available diffs

View changes file

Binary packages built by this source

libmiral-dev: Developer files for the Mir ABI-stable abstraction layer

 MirAL provides an ABI-stable abstraction layer for Mir based shells,
 insulating them from mirserver ABI breaks.
 .
 Contains header files required for development using the MirAL abstraction
 layer.

libmiral5: Display server for Ubuntu - ABI preserving abstraction layer

 MirAL provides an ABI-stable abstraction layer for Mir based shells,
 insulating them from mirserver ABI breaks.
 .
 Contains the shared library containing MirAL abstraction layer.

libmiral5-dbgsym: debug symbols for libmiral5
libmircommon-dev: Display server for Ubuntu - development headers

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains header files required for server and/or client development.

libmircommon9: Display server for Ubuntu - shared library

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains the shared libraries required for the Mir server and client.

libmircommon9-dbgsym: debug symbols for libmircommon9
libmircookie-dev: Produce and verify spoof-resistant timestamps - development headers

 libmircookie provides a simple mechanism for a group of cooperating processes
 to hand out and verify difficult-to-forge timestamps to untrusted 3rd parties.
 .
 This package contains the development headers for building programs that
 generate or verify the attestable timestamps.

libmircookie2: Produce and verify spoof-resistant timestamps - runtime library

 libmircookie provides a simple mechanism for a group of cooperating processes
 to hand out and verify difficult-to-forge timestamps to untrusted 3rd parties.
 .
 This package contains the runtime library for generating and verifying the
 attestable timestamps.

libmircookie2-dbgsym: debug symbols for libmircookie2
libmircore-dev: Display server for Ubuntu - development headers

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains header files required for server and/or client development.

libmircore2: Display server for Ubuntu - shared library

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains the shared libraries required for the Mir server and client.

libmircore2-dbgsym: debug symbols for libmircore2
libmiroil-dev: Developer files for the Mir Lomiri compatibility library

 MirOil provides the Lomiri compatibility API.
 .
 Contains header files required for development using the Lomiri compatibility
 library.

libmiroil2: Display server for Ubuntu - Lomiri compatibility library

 MirOil provides the Lomiri compatibility library.
 .
 Contains the shared library containing miroil compatibility API.

libmiroil2-dbgsym: debug symbols for libmiroil2
libmirplatform-dev: Display server for Ubuntu - development headers

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains header files required for hardware/driver support development.

libmirplatform23: Display server for Ubuntu - platform library

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains the shared libraries required for the Mir server to interact with
 the underlying hardware platform.

libmirplatform23-dbgsym: debug symbols for libmirplatform23
libmirrenderer-dev: Display server for Ubuntu - Renderer development files

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains header files required for renderer development.

libmirserver-dev: Display server for Ubuntu - development headers

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains header files required to build Mir servers.

libmirserver58: Display server for Ubuntu - server library

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains the shared library needed by server applications for Mir.

libmirserver58-dbgsym: debug symbols for libmirserver58
libmirwayland-bin: Display server for Ubuntu - generator for Wayland protocol extension wrappers.

 Contains the tool used for generating the Mir-style wrappers for Wayland
 protocol extensions found in libmirwayland
 .
 This can be useful for implementing Wayland protocol extensions not already
 implemented in Mir.

libmirwayland-bin-dbgsym: debug symbols for libmirwayland-bin
libmirwayland-dev: Display server for Ubuntu - generated wrappers for Wayland

 protocol extensions.
 .
 Contains the developer files for using the shared library containing generated
 wrappers for Wayland protocol extensions

libmirwayland3: Display server for Ubuntu - generated wrappers for Wayland

 protocol extensions.
 .
 Contains the shared library containing generated wrappers for Wayland
 protocol extensions

libmirwayland3-dbgsym: debug symbols for libmirwayland3
mir-demos: Display server for Ubuntu - demonstration programs

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains demo applications that use the Mir display server

mir-demos-dbgsym: debug symbols for mir-demos
mir-doc: API documentation for mir

 This package installs the mir API documentation.

mir-graphics-drivers-desktop: Display server for Ubuntu - desktop driver metapackage

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 This package depends on a full set of graphics and input drivers for traditional desktop
 systems.

mir-graphics-drivers-nvidia: Display server for Ubuntu - Nvidia driver metapackage

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 This package depends on a full set of graphics and input drivers for Nvidia systems.

mir-platform-graphics-eglstream-kms: Display server for Ubuntu - eglstream-kms driver metapackage

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 This package depends on a full set of graphics and input drivers for eglstream-kms
 systems.

mir-platform-graphics-eglstream-kms20: Display server for Ubuntu - platform library for NVIDIA

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains the shared libraries required for the Mir server to interact with
 the hardware platform using the EGLStream EGL extensions, such as the
 NVIDIA binary driver.

mir-platform-graphics-eglstream-kms20-dbgsym: debug symbols for mir-platform-graphics-eglstream-kms20
mir-platform-graphics-gbm-kms: Display server for Ubuntu - gbm-kms driver metapackage

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 This package depends on a full set of graphics and input drivers for gbm-kms
 systems.

mir-platform-graphics-gbm-kms20: Display server for Ubuntu - platform library for GBM KMS

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains the shared libraries required for the Mir server to interact with
 the hardware platform using the Mesa drivers.

mir-platform-graphics-gbm-kms20-dbgsym: debug symbols for mir-platform-graphics-gbm-kms20
mir-platform-graphics-wayland: Display server for Ubuntu - wayland driver metapackage

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 This package depends on a full set of graphics and input drivers for wayland
 systems.

mir-platform-graphics-wayland20: Display server for Ubuntu - platform library for Wayland

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains the shared libraries required for the Mir server to interact with
 a "host" Wayland display server.

mir-platform-graphics-wayland20-dbgsym: debug symbols for mir-platform-graphics-wayland20
mir-platform-graphics-x: Display server for Ubuntu - x driver metapackage

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 This package depends on a full set of graphics and input drivers for X
 systems.

mir-platform-graphics-x20: Display server for Ubuntu - platform library for X11

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains the shared libraries required for the Mir server to interact with
 the X11 platform.

mir-platform-graphics-x20-dbgsym: debug symbols for mir-platform-graphics-x20
mir-platform-input-evdev8: Display server for Ubuntu - input platform library

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains the shared libraries required for the Mir server to interact with
 the input hardware using the evdev interface.

mir-platform-input-evdev8-dbgsym: debug symbols for mir-platform-input-evdev8
mir-renderer-gl-dev: Display server for Ubuntu - GL Renderer development files

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains header files that define the interfaces through which platforms and
 renderers access the functionality needed to render with GL.

mir-test-tools: Display Server for Ubuntu - test tools

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains tools for smoke and performance testing the Mir display server

mir-test-tools-dbgsym: debug symbols for mir-test-tools
mir-wlcs-integration: Display Server for Ubuntu - wlcs integration

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains libraries for integration with the wlcs test suite

mir-wlcs-integration-dbgsym: debug symbols for mir-wlcs-integration
mirtest-dev: Display server for Ubuntu - test development headers and library

 Mir is a display server running on linux systems, with a focus on efficiency,
 robust operation and a well-defined driver model.
 .
 Contains header files and static library for testing of server and/or client
 development.