Port details |
- 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:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.0 31 Mar 2025 23:40:04
    |
Vladimir Druzenko (vvd)  |
graphics/khronos-texture: Update 4.3.2 => 4.4.0
Changelog:
https://github.com/KhronosGroup/KTX-Software/releases/tag/v4.4.0
Reported by: portscout |
4.3.2 21 Mar 2025 09:32:35
    |
Vladimir Druzenko (vvd)  |
graphics/khronos-texture: Turn off NEON for armv7 by default: the code uses
intrinsics only available on aarch64
/wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.3.2/lib/astc-encoder/Source/astcenc_vecmathlib_neon_4.h:409:9:
error: use of undeclared identifier 'vaddvq_u32'; did you mean 'vpaddlq_u32'?
409 | return vaddvq_u32(vshlq_u32(tmp, shift));
| ^~~~~~~~~~
| vpaddlq_u32
/usr/lib/clang/19/include/arm_neon.h:21450:49: note: 'vpaddlq_u32' declared here
21450 | __ai __attribute__((target("neon"))) uint64x2_t vpaddlq_u32(uint32x4_t
__p0) {
| ^
Same for: vminvq_s32 vmaxvq_s32 vqtbl1q_s8 vdivq_f32 vminnmq_f32
vmaxnmq_f32 vrndnq_f32 vminvq_f32 vmaxvq_f32 vsqrtq_f32 vcvt_f16_f32
vcvt_f32_f16 vqtbl1q_s8 vqtbl2q_s8 vaddvq_u32 vminvq_s32 vmaxvq_s32
vqtbl1q_s8 and etc.
https://portsfallout.com/fallout?port=graphics%2Fkhronos-texture |
4.3.2 13 Apr 2024 14:39:12
    |
Vladimir Druzenko (vvd)  |
*/*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy
Approved by: arrowd (mentor) |
4.3.2 22 Mar 2024 19:48:19
    |
Vladimir Druzenko (vvd)  |
graphics/khronos-texture: replace ton of OPTIONS_DEFAULT_* with
OPTIONS_DEFAULT_OTHER_ARCHS
While here satisfy portlint
Approved by: arrowd (mentor, implicit) |
4.3.2 21 Mar 2024 12:40:38
    |
Vladimir Druzenko (vvd)  |
graphics/khronos-texture: update to 4.3.2
Changelog:
https://github.com/KhronosGroup/KTX-Software/releases/tag/v4.3.2
Reported by: portscout
Approved by: arrowd (mentor, implicit) |
4.3.1 01 Mar 2024 16:48:00
    |
Vladimir Druzenko (vvd)  |
graphics/khronos-texture: new port - required for games/lwjgl3
This port required for build lwjgl 3, and lwjgl 3 required for run Java
Minecraft Client 1.20.x on FreeBSD without linux compatibility layer.
PR: 275279 269879 269900
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D44120 |
Number of commits found: 6
|