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
|
Source: sunflow
Section: graphics
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com>
Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 9), ant, imagemagick,
default-jdk, libmagickcore-6.q16-2-extra, python (>= 2.6.6-3~)
Build-Depends-Indep: janino
Standards-Version: 3.9.6
Homepage: http://sunflow.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-java/sunflow.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/sunflow.git
Package: sunflow
Architecture: all
Depends: default-jre, libsunflow-java, ${python:Depends}, ${misc:Depends}
Replaces: libsunflow-java (= 0.07.2.svn396+dfsg-2)
Description: rendering system for photo-realistic image synthesis (GUI)
Sunflow is an open source rendering system for photo-realistic image
synthesis. It is written in Java and built around a flexible ray
tracing core and an extensible object-oriented design. It was created
as a framework for experimenting with global illumination algorithms
and new surface shading models.
.
This package contains the sunflow GUI.
Package: libsunflow-java
Architecture: all
Section: java
Depends: janino, ${misc:Depends}
Replaces: sunflow (<= 0.07.2.svn396+dfsg-2)
Description: rendering system for photo-realistic image synthesis
Sunflow is an open source rendering system for photo-realistic image
synthesis. It is written in Java and built around a flexible ray
tracing core and an extensible object-oriented design. It was created
as a framework for experimenting with global illumination algorithms
and new surface shading models.
Package: libsunflow-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libsunflow-java, sunflow
Description: rendering system for photo-realistic image synthesis (javadoc)
Sunflow is an open source rendering system for photo-realistic image
synthesis. It is written in Java and built around a flexible ray
tracing core and an extensible object-oriented design. It was created
as a framework for experimenting with global illumination algorithms
and new surface shading models.
.
This is the API documentation for sunflow
|