From 46094f14ffbdcc980f8617fa340241f2c867c75d Mon Sep 17 00:00:00 2001 From: Antonios Christidis Date: Wed, 3 Jun 2026 14:21:01 -0500 Subject: ktx-software: Version change 4.4.0 -> 5.0.0 Major 5.0.0 version update. On top of new features, this version fixes compilation issues with GCC 16 and C++20. License-Update: Due to new copyrighted material, no new license. Signed-off-by: Antonios Christidis Signed-off-by: Khem Raj --- .../ktx-software/ktx-software_4.4.0.bb | 19 ------------------- .../ktx-software/ktx-software_5.0.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb create mode 100644 meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb b/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb deleted file mode 100644 index ae4caeb89c..0000000000 --- a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "KTX (Khronos Texture) Library and Tools " -DESCRIPTION = "KTX (Khronos Texture) is a lightweight container for textures for OpenGL, Vulkan and other GPU APIs." -HOMEPAGE = "https://github.com/KhronosGroup/KTX-Software" - -LICENSE = "Apache-2.0 & BSD-1-Clause & BSD-2-Clause & BSD-3-Clause & BSL-1.0 \ - & CC-BY-3.0 & CC-BY-4.0 & CC0-1.0 & Zlib & MIT & HI-Trademark & fmt & \ - Kodak & PNGSuite & ETCSLA & Cesium-Trademark-Terms" - -LIC_FILES_CHKSUM = "file://REUSE.toml;md5=45910de791d599e6ba472f6fa506f391" - -SRC_URI = "git://github.com/KhronosGroup/KTX-Software.git;protocol=https;branch=main;lfs=0" -SRCREV = "beef80159525d9fb7abb8645ea85f4c4f6842e8f" - -inherit cmake - -# BASISU does not work with avx -TUNE_CCARGS:append:x86-64 = " -mno-avx" - -PACKAGECONFIG[ocl_backend] = "-DBASISU_SUPPORT_OPENCL=ON, -DBASISU_SUPPORT_OPENCL=OFF, virtual/libopencl1" diff --git a/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb new file mode 100644 index 0000000000..8db0c79b87 --- /dev/null +++ b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb @@ -0,0 +1,19 @@ +SUMMARY = "KTX (Khronos Texture) Library and Tools " +DESCRIPTION = "KTX (Khronos Texture) is a lightweight container for textures for OpenGL, Vulkan and other GPU APIs." +HOMEPAGE = "https://github.com/KhronosGroup/KTX-Software" + +LICENSE = "Apache-2.0 & BSD-1-Clause & BSD-2-Clause & BSD-3-Clause & BSL-1.0 \ + & CC-BY-3.0 & CC-BY-4.0 & CC0-1.0 & Zlib & MIT & HI-Trademark & fmt & \ + Kodak & PNGSuite & ETCSLA & Cesium-Trademark-Terms" + +LIC_FILES_CHKSUM = "file://REUSE.toml;md5=9f87c97ba36aab42411bf93c094a61f2" + +SRC_URI = "git://github.com/KhronosGroup/KTX-Software.git;protocol=https;branch=main;lfs=0" +SRCREV = "6269d2752ed04446c2d4749f54f3aad4f94555b5" + +inherit cmake + +# BASISU does not work with avx +TUNE_CCARGS:append:x86-64 = " -mno-avx" + +PACKAGECONFIG[ocl_backend] = "-DBASISU_SUPPORT_OPENCL=ON, -DBASISU_SUPPORT_OPENCL=OFF, virtual/libopencl1" -- cgit v1.2.3-54-g00ecf