diff options
author | Reinier de Blois <rddeblois@gmail.com> | 2013-12-11 15:01:44 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:52:36 -0600 |
commit | c1356043e28dadd54b23af3b77cf167b2ac6ac4a (patch) | |
tree | ef973ce866d066c7e7e9d5832fa2a676758c02c0 /libraries/squish/slack-desc | |
parent | 68d95acaa6c214f3ffa83836950bca822bc66e15 (diff) | |
download | slackbuilds-c1356043e28dadd54b23af3b77cf167b2ac6ac4a.tar.gz |
libraries/squish: Added (open-source DXT compression library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/squish/slack-desc')
-rw-r--r-- | libraries/squish/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/squish/slack-desc b/libraries/squish/slack-desc new file mode 100644 index 0000000000..68ed69152c --- /dev/null +++ b/libraries/squish/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +squish: squish (open-source DXT compression library) +squish: +squish: The squish library (abbreviated to libsquish) is an open source DXT +squish: compression library written in C++ with the following features: +squish: * Supports the DXT1, DXT3 and DXT5 formats. +squish: * Optimised for both SSE and Altivec SIMD instruction sets. +squish: * Builds on multiple platforms (x86 and PPC tested). +squish: * Very simple interface. +squish: +squish: homepage: https://code.google.com/p/libsquish/ +squish: |