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
|
Line | |
---|
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), slang1-dev, libimlib2-dev |
---|
6 | Standards-Version: 3.6.1.0 |
---|
7 | |
---|
8 | Package: libcaca-dev |
---|
9 | Section: libdevel |
---|
10 | Architecture: any |
---|
11 | Depends: ${shlibs:Depends}, slang1-dev |
---|
12 | Description: text mode graphics library |
---|
13 | libcaca is the Colour AsCii Art library. |
---|
14 | . |
---|
15 | This package contains the header files and static libraries needed to |
---|
16 | compile applications or shared objects that use libcaca. |
---|
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.