Port details |
- khronos-texture Khronos Texture is a container for textures for OpenGL/Vulkan/etc
- 4.3.2 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: 2024-04-13 14:39:12
- Commit Hash: 43757ef
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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 = 1711014007
SHA256 (KhronosGroup-KTX-Software-v4.3.2_GH0.tar.gz) = 74a114f465442832152e955a2094274b446c7b2427c77b1964c85c173a52ea1f
SIZE (KhronosGroup-KTX-Software-v4.3.2_GH0.tar.gz) = 252429885
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.9 : lang/python39
- This port is required by:
- for Libraries
-
- games/lwjgl3
Configuration Options:
- ===> The following configuration options are available for khronos-texture-4.3.2:
====> 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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 |