Source: fractgen
Section: graphics
Priority: optional
Maintainer: Thomas Dreibholz <thomas.dreibholz@gmail.com>
Homepage: http://www.iem.uni-due/~dreibh/fractalgenerator/index.html
Build-Depends: cmake (>= 3.0.2) | cmake3,
               debhelper (>= 9),
               extra-cmake-modules,
               libfile-fcntllock-perl,
               qtbase5-dev,
               qttools5-dev,
               qttools5-dev-tools
Standards-Version: 4.6.2
Rules-Requires-Root: no

Package: fractgen
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: fractgen-examples (>= ${source:Version}),
            rsplib-tools
Description: calculates fractal images
 FractGen is a simple Qt-based fractal generator program for Mandelbrot
 fractals. The image size is only limited by virtual memory. It is possible
 to zoom into images. Image parameters can be saved in XML files and loaded
 from XML files. Calculated images can be exported as PNG files.
 .
 The intention of this program is to generate graphics to be post-processed
 by other image tools, e.g. in order to generate nice screen backgrounds or
 book covers.

Package: fractgen-examples
Architecture: all
Depends: ${misc:Depends}
Description: example files for FractGen
 This package contains some example input files for the fractal generator
 program FractGen. The example files contain the parameters for the
 fractal calculations. FractGen can perform the computations and display
 the resulting images.
