You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 rivejä
1.7 KiB

  1. Source: libcaca
  2. Section: libs
  3. Priority: optional
  4. Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
  5. Build-Depends: debhelper (>= 4.0), libncurses5-dev, libslang2-dev, libx11-dev, libimlib2-dev, doxygen, tetex-bin, tetex-extra
  6. Standards-Version: 3.6.1.0
  7. Package: libcaca-dev
  8. Section: libdevel
  9. Architecture: any
  10. Depends: ${shlibs:Depends}, libncurses5-dev, libslang2-dev, libx11-dev
  11. Description: development files for libcaca
  12. libcaca is the Colour AsCii Art library. It provides high level functions
  13. for colour text drawing, simple primitives for line, polygon and ellipse
  14. drawing, as well as powerful image to text conversion routines.
  15. .
  16. This package contains the header files and static libraries needed to
  17. compile applications or shared objects that use libcaca.
  18. Package: caca-utils
  19. Section: utils
  20. Architecture: any
  21. Depends: ${shlibs:Depends}
  22. Conflicts: libcaca-dev (<= 0.3-1)
  23. Replaces: libcaca-dev (<= 0.3-1)
  24. Description: text mode graphics utilities
  25. This package contains utilities and demonstration programs for libcaca, the
  26. Colour AsCii Art library.
  27. .
  28. cacaview is a simple image viewer for the terminal. It opens most image
  29. formats such as JPEG, PNG, GIF etc. and renders them on the terminal using
  30. ASCII art. The user can zoom and scroll the image, set the dithering method
  31. or enable anti-aliasing.
  32. .
  33. cacaball is a tiny graphic program that renders animated ASCII metaballs on
  34. the screen, cacafire is a port of AALib's aafire and displays burning ASCII
  35. art flames, cacamoir animates colourful moire circles and cacaplas displays
  36. an old school plasma effect.
  37. .
  38. cacademo is a simple application that shows the libcaca rendering features
  39. such as line and ellipses drawing, triangle filling and sprite blitting.