Port details on branch 2024Q3 |
- khronos-texture Khronos Texture is a container for textures for OpenGL/Vulkan/etc
- 4.4.0 graphics
=2 4.3.2Version of this port present on the latest quarterly branch. - Maintainer: vvd@FreeBSD.org
 - Port Added: 2024-03-01 16:51:07
- Last Update: 2025-03-31 23:40:04
- Commit Hash: d91356f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/KhronosGroup/KTX-Software
- Description:
- KTX (Khronos Texture) is a lightweight container for textures for OpenGL(R),
Vulkan(R) and other GPU APIs. KTX files contain all the parameters needed
for texture loading. A single file can contain anything from a simple
base-level 2D texture through to a cubemap array texture with mipmaps.
Contained textures can be in a Basis Universal format, in any of the
block-compressed formats supported by OpenGL family and Vulkan APIs and
extensions or in an uncompressed single-plane format. Basis Universal
currently encompasses two formats that can be quickly transcoded to any
GPU-supported format: LZ/ETC1S, which combines block-compression and
supercompression, and UASTC, a block-compressed format. Formats other than
LZ/ETC1S can be supercompressed with Zstd and ZLIB.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- khronos-texture>0:graphics/khronos-texture
- To install the port:
- cd /usr/ports/graphics/khronos-texture/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/khronos-texture
- pkg install khronos-texture
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: khronos-texture
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743426936
SHA256 (KhronosGroup-KTX-Software-v4.4.0_GH0.tar.gz) = 3585d76edcdcbe3a671479686f8c81c1c10339f419e4b02a9a6f19cc6e4e0612
SIZE (KhronosGroup-KTX-Software-v4.4.0_GH0.tar.gz) = 212537991
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:
-
- bash : shells/bash
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- This port is required by:
- for Libraries
-
- games/lwjgl3
Configuration Options:
- ===> The following configuration options are available for khronos-texture-4.4.0:
====> Use CPU-specific optimizations: you have to select exactly one of them
AVX2=off: Use the AVX2 instruction set
NONE=off: Don't use any SIMD instructions
SSE2=on: Use the SSE2 instruction set
SSE41=off: Use the SSE4.1 instruction set
===> Use 'make config' to modify these settings
- Options name:
- graphics_khronos-texture
- USES:
- cmake compiler:c++11-lib python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|