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
9 Homepage: http://gfxprim.ucw.cz/
11 Package: libgfxprim-doc
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.
19 This package contains the documentation.
21 Package: libgfxprim-dev
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.
29 This package contains the header and development files which are
30 needed for building gfxprim applications.
35 Depends: ${shlibs:Depends}, ${misc:Depends}
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.
41 This package contains the shared libraries.
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.
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.