mir 2.12.0-0ubuntu1 source package in Ubuntu

Changelog

mir (2.12.0-0ubuntu1) lunar; urgency=medium

  * New upstream version 2.12.0
    - ABI summary:
      . miral ABI unchanged at 5
      . mircommon ABI unchanged at 9
      . mircookie ABI unchanged at 2
      . mircore ABI unchanged at 2
      . miroil ABI bumped to 3
      . mirplatform ABI bumped to 24
      . mirserver ABI unchanged at 58
      . mirwayland ABI bumped to 4
      . mirplatformgraphics ABI unchanged at 20
      . mirinputplatform ABI unchanged at 8
    - Enhancements:
      . Verify wl_pointer.set_cursor() serial matches latest
        wl_pointer.enter() serial (#2532)
      . MinimalWindowManager: allow moving window from the maximized
        state (#2593)
      . X11 platform: send discrete scroll (#2579)
      . Verify serials for move/resize requests (#2622)
      . Modernize touch events (#2623)
      . Implement Modifier+Drag window move gesture (#2626)
      . Improve Client class lifetime management (#2644)
      . Implement X11 platform pixel format selection correctly (#2648)
      . Deactivate text input in destructor for v1 and v2 protocols (#2657)
      . gbm-kms/quirks: Quirk off AST devices (#2679)
      . [MirAL] Expose wait features (#2646)
      . [miroil] Cleanup miroil mirbuffer and align with upstream qtmir
      . [Wayland] Implement wp_primary_selection_unstable_v1 (Fixes #2699,
        Fixes #2583)
      . [platform] Add DRMFormat::as_mir_format()
      . [Wayland] Manually implement wl_shm/wl_shm_pool. (Fixes: #2669)
    - Bugs fixed:
      . Incorrect rendering when a surface spans multiple outputs (#1753)
      . [Xwayland] weird focus problems with CLion (#2255)
      . Maximized windows end up behind panels after screen going off (#2580)
      . Menus of panels don't close when losing (or don't lose) focus (#2585)
      . CapsLock state gets stuck (#2592)
      . Popups dismissed by Mir when parent clicked (#2604)
      . Latest swaybg (on 22.10) doesn't paint on Mir (#2620)
      . Shutdown crash when OSK is running (#2639)
      . Cursor only updates once per enter on XWayland (#2643)
      . OSK stays on screen with unfocused app (#2651)
      . Scaling messes up screencopy (#2653)
      . Mir sometimes shuts down when moving to a different TTY when
        logind-driven (#2661)
      . Bug in implementation of xdg_output (#2666)
      . Waking screens up after idle-timeout often stops
        or locks Mir up (#2674)
      . In CLion cut & paste only works up to the last \n in the source
        text (#2677)
      . [Xwayland] Fix race (Fixes: #2733)
      . [miral] InternalClient don't use a dead wl_display (Fixes: #2344)
      . [input] Move XKB modifier tracking from Wayland frontend to KeyMapper.
        (Fixes #2720, Fixes #2145)
      . [gbm-kms] Ensure that a candidate device has the hardware to support
        at least one physical display. (Fixes: #2258)
      . Fix overlapping outputs of different scale. (Fixes: #2758)
      . After idle timeout the powermode change needs to be applied to the base
        display configuration. (Fixes: #2757, Fixes: #2695)
      . [Xwayland] Do not abort when nothing is wrong. (Fixes: #2790)
  * Update for new libmiral5, libmiroil3, libmirplatform24, libmirwayland4
    SONAMEs
  * debian/control:
    - Drop no-longer-needed protobuf Build-Depends and Depends
    - Move from transitional mesa devel packages to GLVND-provided libegl-dev
      and libgles-dev
    - Move from transitional pkg-config to pkgconf
    - Move from transitional libfreetype6-dev to libfreetype-dev
    - Add xwayland to Build-Depends; required for the test suite
    - Mark mir-doc as Multi-Arch: foreign
  * debian/rules:
    - Ensure /tmp/.X11-unix directory exists before running the test suite
    - Switch to using dh_auto_test

 -- Christopher James Halse Rogers <email address hidden>  Wed, 25 Jan 2023 18:01:33 +1100

Upload details

Uploaded by:
Chris Halse Rogers
Uploaded to:
Lunar
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.12.0.orig.tar.xz 1.1 MiB 21c58a0d3931a13919a0e397b8b3218df3a0724d266e62fd2a8178df89b4f634
mir_2.12.0-0ubuntu1.debian.tar.xz 103.3 KiB 5d5fce059a308b7c7f8693762b9cd8fd679c27757037a5ce39284d6561846a39
mir_2.12.0-0ubuntu1.dsc 5.4 KiB 9e953e08109f301a28286193a7e8baea88445279fc34e0111f328404ccde1f7e

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.

libmiroil3: Display server for Ubuntu - Lomiri compatibility library

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

libmiroil3-dbgsym: debug symbols for libmiroil3
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.

libmirplatform24: 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.

libmirplatform24-dbgsym: debug symbols for libmirplatform24
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

libmirwayland4: Display server for Ubuntu - generated wrappers for Wayland

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

libmirwayland4-dbgsym: debug symbols for libmirwayland4
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.