1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: fractgen
Section: graphics
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Thomas Dreibholz <thomas.dreibholz@gmail.com>,
Homepage: https://www.nntb.no/~dreibh/fractalgenerator/
Vcs-Git: https://salsa.debian.org/math-team/fractgen.git
Vcs-Browser: https://salsa.debian.org/math-team/fractgen
Build-Depends:
debhelper-compat (= 13),
cmake,
extra-cmake-modules,
libkf6coreaddons-dev,
libkf6xmlgui-dev,
qt6-base-dev,
qt6-l10n-tools,
Standards-Version: 4.7.2
Package: fractgen
Architecture: any
Depends:
fractgen-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
fractgen-examples (>= ${source:Version}),
rsplib-tools,
Description: fractal images calculation application (Qt version)
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.
.
This is the Qt version of FractGen.
Package: kfractgen
Architecture: any
Depends:
fractgen-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
fractgen-examples (>= ${source:Version}),
rsplib-tools,
Description: fractal images calculation application (KDE version)
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.
.
This is the KDE version of FractGen.
Package: clifractgen
Architecture: any
Depends:
fractgen-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
fractgen-examples (>= ${source:Version}),
rsplib-tools,
Description: fractal images calculation application (command-line version)
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.
.
This is the command-line version of FractGen.
Package: fractgen-common
Architecture: all
Depends:
${misc:Depends},
Breaks: fractgen (<< 3.0.5-1)
Replaces: fractgen (<< 3.0.5-1)
Multi-Arch: foreign
Description: common files for FractGen
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.
.
This package contains commen files for the Qt, KDE and command-line
versions of FractGen.
Package: fractgen-examples
Architecture: all
Depends:
${misc:Depends},
Breaks: fractgen (<< 3.0.5-1)
Replaces: fractgen (<< 3.0.5-1)
Recommends: fractgen
Multi-Arch: foreign
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.
|