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