Search Criteria
Package Details: ktx_software-git 4.3.2.r62.g797098b4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ktx_software-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ktx_software-git |
| Description: | KTX (Khronos Texture) Library and Tools |
| Upstream URL: | https://github.com/KhronosGroup/KTX-Software |
| Keywords: | basisu KTX KTX2 toktx |
| Licenses: | Apache-2.0 |
| Conflicts: | ktx_software |
| Provides: | ktx_software |
| Submitter: | bin |
| Maintainer: | bin |
| Last Packager: | bin |
| Votes: | 6 |
| Popularity: | 0.028729 |
| First Submitted: | 2020-12-31 16:05 (UTC) |
| Last Updated: | 2024-10-07 09:52 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Latest Comments
khughitt commented on 2025-09-08 12:53 (UTC)
For the Smudge error, adding
export GIT_LFS_SKIP_SMUDGE=1near the top of the PKGBUILD helped solve the issue for me (via: https://github.com/KhronosGroup/KTX-Software/issues/1009)Patola commented on 2025-09-06 09:31 (UTC)
I don't understand, it's failing to get a particular commit of OpenCL?
Dexter9313 commented on 2025-08-11 14:29 (UTC)
The CMake KTX_FEATURE_STATIC_LIBRARY is not used anymore per https://github.com/KhronosGroup/KTX-Software/pull/953 Fix:
artefact commented on 2025-08-07 13:39 (UTC) (edited on 2025-08-07 13:40 (UTC) by artefact)
If you get "error: Please check your compiler options" in basisu_kernels_sse.cpp, you probably have
-march=nativeor similar in your makepkg.conf.Workaround:
mtxn commented on 2023-08-22 06:00 (UTC)
tirithen commented on 2023-04-23 13:18 (UTC)
There is no "master" branch any more on the source repo, it has been renamed to "main". However using that branch also failed to build for me. But when using the latest release "tag=v4.1.0" in the PKGBUILD file I could install the package.
Would it be possible to update this package file in AUR so that the package can be installed?
GRAPHENE commented on 2022-08-30 06:48 (UTC) (edited on 2022-08-30 06:48 (UTC) by GRAPHENE)
Failed to use libtool.
Friz64 commented on 2022-01-14 13:38 (UTC) (edited on 2022-01-14 13:43 (UTC) by Friz64)
This failed to build out of the box for me. Seems like this fix worked: https://github.com/git-lfs/git-lfs/issues/911#issuecomment-169998792.