Port details on branch 2024Q2 |
- vulkan-loader Driver loader for the Vulkan graphics API
- 1.3.282 graphics =0 1.3.282Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2024-04-17 18:15:24
- Last Update: 2024-04-17 18:10:49
- Commit Hash: 5f8cb7e
- 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 = 1713296421
SHA256 (KhronosGroup-Vulkan-Loader-v1.3.282_GH0.tar.gz) = 47c71a705432224b1415472389361ca36f2268143e57b1c1039810845856cc07
SIZE (KhronosGroup-Vulkan-Loader-v1.3.282_GH0.tar.gz) = 1707298
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- 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.9 : lang/python39
- 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
- graphics/vkd3d
- net-im/gotktrix
- x11-toolkits/gtk40
- x11-toolkits/wlroots
- for Run
-
- emulators/yuzu
- games/jumpy
- games/veloren-weekly
- x11-wm/cosmic-comp
Configuration Options:
- ===> The following configuration options are available for vulkan-loader-1.3.282:
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:
|