aseprite/third_party
David Capello 71f044751f Add flags to link with giflib and curl shared libraries.
Removed freetype and libart in the linking process because they
are not used anymore (the source code is still in the repository).
2012-03-15 00:17:49 -03:00
..
curl Convert all newline to LF style and remove all tabs. 2012-01-05 19:45:03 -03:00
freetype Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
giflib Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
gtest Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
jpeg Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
libart_lgpl Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
libpng Update libpng to 1.5.9 which fixes a serious vulnerability. 2012-02-29 21:49:13 -03:00
loadpng Update zlib to 1.2.5 and libpng 1.5.7. 2012-01-07 21:11:19 -03:00
tinyxml Update tinyxml to 2.6.2 2012-01-07 19:00:26 -03:00
zlib Update zlib to 1.2.5 and libpng 1.5.7. 2012-01-07 21:11:19 -03:00
CMakeLists.txt Add flags to link with giflib and curl shared libraries. 2012-03-15 00:17:49 -03:00
README.txt Convert all newline to LF style and remove all tabs. 2012-01-05 19:45:03 -03:00

Here are third-party libraries from other people with necessary
componentes for ASE only, I removed some unnecessary files.

gfli/

  Routines to load/save FLI/FLC files.  This is a shortened and
  modified version of gfli 1.3 (I fix some bugs with color chunks),
  you can get the entire package from:

    http://www.gimp.org/        (search in the plug-ins)

jpeg/

  Routines to load/save JPEG files.  This is a shortened version of
  jpeg 6b, you can get the entire package from:

    http://www.ijg.org/

libart_lgpl/

  Routines to handle paths.  This is a shortened version of libart
  2.3.3, you can get the entire package from:

    http://www.levien.com/libart/

libgd/

  Routines to manage images.  This is a shortened version of libgd
  2.0.35, you can get the entire package from:

    http://www.libgd.org/

libpng/

  Routines to load/save PNG files.  This is a shortened version of
  libpng 1.2.20, you can get the entire package from:

    http://www.libpng.org/

lua/

  Routines to do scripting. This is a shortened and modified version
  of lua 5.0, you can get the entire package from:

    http://www.lua.org/

  Also, this version has a patch to make the operator != works like ~=

zlib/

  Used by libpng. This is a shortened version of zlib 1.2.3.

    http://www.zlib.net/

----------------------------------------------------------------------
                                                      David A. Capello