vulkan-loader 1.3.283.0-1 source package in Ubuntu

Changelog

vulkan-loader (1.3.283.0-1) unstable; urgency=medium

  [ Pino Toscano ]
  * Enable the build on all the architectures, as this source is generally
    portable, and upstream accepts ports: (Closes: #907152)
    - switch the architecture of the binaries from linux-any to any
    - Wayland is still Linux-specific, so:
      - limit the libwayland-dev build dependency as linux-any
      - pass -DBUILD_WSI_WAYLAND_SUPPORT=OFF to cmake on non-Linux
        architectures to explicitly disable the Wayland integration
      - mark two Wayland-related symbols as linux-any

  [ Timo Aaltonen ]
  * New upstream release.
  * control: Bump policy to 4.7.0.

 -- Timo Aaltonen <email address hidden>  Thu, 30 May 2024 11:08:51 +0300

Upload details

Uploaded by:
Debian X Strike Force
Uploaded to:
Sid
Original maintainer:
Debian X Strike Force
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main libs

Downloads

File Size SHA-256 Checksum
vulkan-loader_1.3.283.0-1.dsc 2.2 KiB 59f0ecdd97f10bc6a0b01d4f0c9aefe838006b4be9ba8a3fe17baecd19701bfc
vulkan-loader_1.3.283.0.orig.tar.xz 2.6 MiB bba297c1d13da68c9418dd6262714bb97f8f8b42f954c06135496888a85043a4
vulkan-loader_1.3.283.0-1.debian.tar.xz 9.1 KiB baa7902bb260f985d9e172f47986e5e3ae757c5e309e36dc33f35c25d1d872bd

Available diffs

No changes file available.

Binary packages built by this source

libvulkan-dev: Vulkan loader library -- development files

 The Loader implements the main VK library. It handles layer management and
 driver management. The loader fully supports multi-gpu operation. As part of
 this, it dispatches API calls to the correct driver, and to the correct
 layers, based on the GPU object selected by the application.
 .
 This package includes files needed for development.

libvulkan1: Vulkan loader library

 The Loader implements the main VK library. It handles layer management and
 driver management. The loader fully supports multi-gpu operation. As part of
 this, it dispatches API calls to the correct driver, and to the correct
 layers, based on the GPU object selected by the application.
 .
 This package includes the loader library.

libvulkan1-dbgsym: debug symbols for libvulkan1