notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
khronos-texture Khronos Texture is a container for textures for OpenGL/Vulkan/etc
4.3.2 graphics on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.3.2Version of this port present on the latest quarterly branch.
Maintainer: vvd@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. /usr/local/share/licenses/khronos-texture-4.3.2/catalog.mk
  2. /usr/local/share/licenses/khronos-texture-4.3.2/LICENSE
  3. /usr/local/share/licenses/khronos-texture-4.3.2/APACHE20
  4. bin/ktx
  5. bin/ktx2check
  6. bin/ktx2ktx2
  7. bin/ktxinfo
  8. bin/ktxsc
  9. bin/toktx
  10. include/KHR/khr_df.h
  11. include/ktx.h
  12. include/ktxvulkan.h
  13. lib/cmake/ktx/KtxConfig.cmake
  14. lib/cmake/ktx/KtxConfigVersion.cmake
  15. lib/cmake/ktx/KtxTargets-release.cmake
  16. lib/cmake/ktx/KtxTargets.cmake
  17. lib/libktx.so
  18. lib/libktx.so.0
  19. lib/libktx.so.0.0.0
  20. @owner
  21. @group
  22. @mode
Collapse this list.
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):
khronos-texture
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.3.24.3.2--4.3.2---
FreeBSD:13:quarterly4.3.24.3.2--4.3.2---
FreeBSD:14:latest4.3.24.3.2--4.3.2---
FreeBSD:14:quarterly4.3.24.3.2--4.3.2---
FreeBSD:15:latest4.3.24.3.2n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. python3.9 : lang/python39
This port is required by:
for Libraries
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/KhronosGroup/KTX-Software/tar.gz/v4.3.2?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.3.2
13 Apr 2024 14:39:12
commit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9ccommit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9ccommit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9ccommit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9c files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
*/*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy

Approved by:	arrowd (mentor)
4.3.2
22 Mar 2024 19:48:19
commit hash: cd8cef33d24265fce92375629d746d5f6911f890commit hash: cd8cef33d24265fce92375629d746d5f6911f890commit hash: cd8cef33d24265fce92375629d746d5f6911f890commit hash: cd8cef33d24265fce92375629d746d5f6911f890 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 9765c86f2ac647102980cab4c95cadf910af5cfbcommit hash: 9765c86f2ac647102980cab4c95cadf910af5cfbcommit hash: 9765c86f2ac647102980cab4c95cadf910af5cfbcommit hash: 9765c86f2ac647102980cab4c95cadf910af5cfb files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: f892ca876965b22946bfdae27ad875eecce9a3b8commit hash: f892ca876965b22946bfdae27ad875eecce9a3b8commit hash: f892ca876965b22946bfdae27ad875eecce9a3b8commit hash: f892ca876965b22946bfdae27ad875eecce9a3b8 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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: 4