Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

62 rindas
2.4 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.2
  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: libcucul0
  19. Section: libs
  20. Architecture: any
  21. Depends: ${shlibs:Depends}
  22. Description: low-level Unicode character drawing library
  23. libcaca is the Colour AsCii Art library. It provides high level functions
  24. for colour text drawing, simple primitives for line, polygon and ellipse
  25. drawing, as well as powerful image to text conversion routines.
  26. .
  27. This package contains the shared library for libcucul, libcaca's
  28. platform-independent character drawing engine.
  29. Package: libcaca0
  30. Section: libs
  31. Architecture: any
  32. Depends: ${shlibs:Depends}
  33. Description: colour ASCII art library
  34. libcaca is the Colour AsCii Art library. It provides high level functions
  35. for colour text drawing, simple primitives for line, polygon and ellipse
  36. drawing, as well as powerful image to text conversion routines.
  37. .
  38. This package contains the shared library for libcaca.
  39. Package: caca-utils
  40. Section: utils
  41. Architecture: any
  42. Depends: ${shlibs:Depends}
  43. Conflicts: libcaca-dev (<= 0.3-1)
  44. Replaces: libcaca-dev (<= 0.3-1)
  45. Description: text mode graphics utilities
  46. This package contains utilities and demonstration programs for libcaca, the
  47. Colour AsCii Art library.
  48. .
  49. cacaview is a simple image viewer for the terminal. It opens most image
  50. formats such as JPEG, PNG, GIF etc. and renders them on the terminal using
  51. ASCII art. The user can zoom and scroll the image, set the dithering method
  52. or enable anti-aliasing.
  53. .
  54. cacaball is a tiny graphic program that renders animated ASCII metaballs on
  55. the screen, cacafire is a port of AALib's aafire and displays burning ASCII
  56. art flames, cacamoir animates colourful moire circles and cacaplas displays
  57. an old school plasma effect.