Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

37 wiersze
1.3 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, libimlib2-dev
  6. Standards-Version: 3.6.1.0
  7. Package: libcaca-dev
  8. Section: libdevel
  9. Architecture: any
  10. Depends: ${shlibs:Depends}, libncurses5-dev
  11. Description: text mode graphics library
  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. Description: text mode graphics utilities
  23. This package contains utilities and demonstration programs for libcaca, the
  24. Colour AsCii Art library.
  25. .
  26. cacaview is a simple image viewer for the terminal. It opens most image
  27. formats such as JPEG, PNG, GIF etc. and renders them on the terminal using
  28. ASCII art. The user can zoom and scroll the image and set the dithering
  29. method.
  30. .
  31. cacademo is a simple application that shows the libcaca rendering features
  32. such as line and ellipses drawing, triangle filling, and sprite blitting.
  33. .
  34. caca-spritedit is a simple sprite viewer for libcaca.