Package Details: cuttlefish-tool 2.7.5-1

Git Clone URL: https://aur.archlinux.org/cuttlefish-tool.git (read-only, click to copy)
Package Base: cuttlefish-tool
Description: Texture converter tool and library
Upstream URL: https://github.com/akb825/Cuttlefish
Licenses: Apache
Submitter: akb825
Maintainer: akb825
Last Packager: akb825
Votes: 0
Popularity: 0.000000
First Submitted: 2017-09-16 08:16 (UTC)
Last Updated: 2024-03-11 03:00 (UTC)

Dependencies (4)

Required by (0)

Sources (0)

Latest Comments

akb825 commented on 2024-02-06 19:58 (UTC)

The cuttlefish tool that's provided by plasma is different from this one. The plasma tool is for managing icons, while this one is for creating textures for use on a GPU, such as for game assets. I unfortunately wasn't aware about the naming conflict until well after I established my project.

Managor commented on 2024-02-06 10:51 (UTC)

Just for future reference if anyone is looking for this info: cuttlefish can be found in the plasma-sdk package

akb825 commented on 2021-01-18 23:02 (UTC)

After some investigation, this can occur if you have custom compiler flags to enable AVX, which in turn enables higher alignment restrictions within the ASTC encoder library.

I pushed up a fix upstream, so if you try again it should compile.

ax34 commented on 2021-01-18 21:47 (UTC)

/tmp/makepkg/cuttlefish-tool/src/Cuttlefish/lib/src/AstcConverter.cpp:225:61: error: 'new' of type 'cuttlefish::AstcConverter::AstcThreadData' with extended alignment 32 [-Werror=aligned-new=]