Last change
on this file since 216 was
216,
checked in by Sam Hocevar, 19 years ago
|
- debian/:
+ New caca-utils package.
+ Move cacademo, cacaview and caca-spritedit to caca-utils.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[189] | 1 | Source: libcaca |
---|
[202] | 2 | Section: libs |
---|
[19] | 3 | Priority: optional |
---|
[189] | 4 | Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> |
---|
[216] | 5 | Build-Depends: debhelper (>= 4.0), slang1-dev, libimlib2-dev |
---|
[189] | 6 | Standards-Version: 3.6.1.0 |
---|
[19] | 7 | |
---|
[202] | 8 | Package: libcaca-dev |
---|
| 9 | Section: libdevel |
---|
[19] | 10 | Architecture: any |
---|
[212] | 11 | Depends: ${shlibs:Depends}, slang1-dev |
---|
[189] | 12 | Description: text mode graphics library |
---|
[202] | 13 | libcaca is the Colour AsCii Art library. |
---|
[19] | 14 | . |
---|
[202] | 15 | This package contains the header files and static libraries needed to |
---|
| 16 | compile applications or shared objects that use libcaca. |
---|
[216] | 17 | |
---|
| 18 | Package: caca-utils |
---|
| 19 | Section: utils |
---|
| 20 | Architecture: any |
---|
| 21 | Depends: ${shlibs:Depends}, slang1-dev |
---|
| 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. |
---|
Note: See
TracBrowser
for help on using the repository browser.