[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/libsquish/libsquish.desc [COPY] Copyright (C) 2008 - 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The squish library is an open sourc DXT/S3TC compression library [T] The squish library (primarily known by libsquish) is an open source [T] DXT/S3TC compression library written in C++ that is commonly used with [T] OpenGL and DirectX for the lossy compression of RGBA textures. [U] https://github.com/oblivioncth/libsquish [A] Simon Brown [A] Stefan Roettger [M] andrei32 [C] extra/development [L] MIT [V] 1.15 [F] OBJDIR CROSS [D] 8ae1a6a1946d919ca783a7bb2ee090bffedabe2e60053c83b626f859 libsquish-1.15.tgz https://sourceforge.net/projects/libsquish/files/ srcdir=. var_append cmakeopt ' ' -DCMAKE_POLICY_VERSION_MINIMUM=3.5 [ "$SDECFG_STATIC" = 1 ] || var_append cmakeopt ' ' -DBUILD_SHARED_LIBS=ON pkginstalled openmp || var_append cmakeopt ' ' -DBUILD_SQUISH_WITH_OPENMP=OFF hook_add preconf 5 'sed -i "s/ lib$/ ${libdir##*/}/" ../CMakeLists.txt'