spiv: Fix image list counter
[gfxprim.git] / debian / control
blobd1496184d3b25230bd4690368b982f2a868fd987
1 Source: gfxprim
2 Priority: extra
3 Maintainer: Petr Baudis <pasky@ucw.cz>
4 Build-Depends: debhelper (>= 8.0.0), libjpeg-dev, libpng-dev, libgif-dev,
5                libtiff-dev, libfreetype6-dev, libx11-dev, libxext-dev,
6                asciidoc, source-highlight, dvipng, graphviz
7 Standards-Version: 3.9.3
8 Section: libs
9 Homepage: http://gfxprim.ucw.cz/
11 Package: libgfxprim-doc
12 Section: doc
13 Architecture: all
14 Depends: ${misc:Depends}
15 Description: Open-source modular 2D bitmap graphics library
16  GFXprim is open-source modular 2D bitmap graphics library with
17  emphasis on speed and correctness.
18  .
19  This package contains the documentation.
21 Package: libgfxprim-dev
22 Section: libdevel
23 Architecture: any
24 Depends: libgfxprim1 (= ${binary:Version})
25 Description: Open-source modular 2D bitmap graphics library
26  GFXprim is open-source modular 2D bitmap graphics library with
27  emphasis on speed and correctness.
28  .
29  This package contains the header and development files which are
30  needed for building gfxprim applications.
32 Package: libgfxprim1
33 Section: libs
34 Architecture: any
35 Depends: ${shlibs:Depends}, ${misc:Depends}
36 Suggests: spiv
37 Description: Open-source modular 2D bitmap graphics library
38  GFXprim is open-source modular 2D bitmap graphics library with
39  emphasis on speed and correctness.
40  .
41  This package contains the shared libraries.
43 Package: spiv
44 Section: graphics
45 Architecture: any
46 Depends: ${shlibs:Depends}, ${misc:Depends}, libgfxprim1 (= ${binary:Version})
47 Description: Simple yet Powerful Image Viewer
48  Spiv is a fast, lightweight and minimalistic image viewer build
49  on the top of the GFXprim library.
50  .
51  Spiv supports wide range of image formats, implements image caches,
52  can also crawl a directory, supports variety of video backends, and
53  implements feh-like image actions, which are short shell scripts with
54  printf-like modifiers.