Port details on branch 2024Q4 |
- vulkan-loader Driver loader for the Vulkan graphics API
- 1.3.297 graphics =0 1.3.297Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2024-10-07 21:24:05
- Last Update: 2024-10-07 21:18:39
- Commit Hash: 90fab31
- Also Listed In: devel
- License: APACHE20
- WWW:
- https://github.com/KhronosGroup/Vulkan-Loader
- Description:
- Vulkan is an explicit API, enabling direct control over how GPUs
actually work. As such, Vulkan supports systems that have multiple
GPUs, each running with a different driver, or ICD (Installable Client
Driver). Vulkan also supports multiple global contexts (instances, in
Vulkan terminology). The ICD loader is a library that is placed
between a Vulkan application and any number of Vulkan drivers, in
order to support multiple drivers and the instance-level functionality
that works across these drivers. Additionally, the loader manages
inserting Vulkan layer libraries, such as validation layers, between
an application and the drivers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- vulkan-loader>0:graphics/vulkan-loader
- To install the port:
- cd /usr/ports/graphics/vulkan-loader/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/vulkan-loader
- pkg install vulkan-loader
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vulkan-loader
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728323221
SHA256 (KhronosGroup-Vulkan-Loader-v1.3.297_GH0.tar.gz) = 7d140e7ece2835a0374eda727925ffcd8fc5c9a183dc00b87d635e230e6faca4
SIZE (KhronosGroup-Vulkan-Loader-v1.3.297_GH0.tar.gz) = 1722689
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- vulkan-headers>0 : graphics/vulkan-headers
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- xcb.pc : x11/libxcb
- x11.pc : x11/libX11
- xrandr.pc : x11/libXrandr
- Runtime dependencies:
-
- xcb.pc : x11/libxcb
- x11.pc : x11/libX11
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libwayland-client.so : graphics/wayland
- This port is required by:
- for Libraries
-
- devel/qt6-base
- devel/qtcreator
- emulators/rpcs3
- x11-toolkits/gtk40
- for Run
-
- games/veloren-weekly
- x11-wm/cosmic-comp
Configuration Options:
- ===> The following configuration options are available for vulkan-loader-1.3.297:
WAYLAND=on: Wayland (graphics) support
XCB=on: X11 (graphics) support via libxcb
XLIB=on: X11 (graphics) support via libX11
===> Use 'make config' to modify these settings
- Options name:
- graphics_vulkan-loader
- USES:
- alias cmake compiler:c++11-lib pkgconfig python:build xorg xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|