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
|
Source: sofa-framework
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper (>= 9),
freeglut3-dev,
libboost-dev,
libboost-graph-dev,
libboost-thread-dev,
libboost-system-dev,
libeigen3-dev,
libglew-dev,
libnewmat10-dev,
libpng-dev,
libqglviewer-dev,
libqt4-dev,
libqt4-opengl-dev,
libqwt5-qt4-dev,
libtinyxml-dev (>= 2.6),
libsuitesparse-dev,
libxml2-dev,
pkg-config
Build-Depends-Indep: doxygen,
graphviz
Build-Conflicts: qt3-dev-tools
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/sofa-framework/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/sofa-framework/trunk/
Homepage: http://www.sofa-framework.org/
Package: sofa-apps
Architecture: any
Depends: libsofa1 (= ${binary:Version}),
sofa-data,
${misc:Depends},
${shlibs:Depends}
Description: GUI for the Simulation Open Framework Architecture (SOFA)
SOFA is an Open Source framework primarily targeted at
real-time simulation, with an emphasis on medical simulation.
It is mostly intended for the research community to help
develop newer algorithms, but can also be used as an efficient
prototyping tool.
.
This package contains the SOFA main application.
Package: libsofa1-dev
Architecture: any
Section: libdevel
Depends: libsofa1 (= ${binary:Version}),
${misc:Depends}
Suggests: sofa-tutorials
Description: Simulation Open Framework Architecture - development
SOFA is an Open Source framework primarily targeted at
real-time simulation, with an emphasis on medical simulation.
It is mostly intended for the research community to help
develop newer algorithms, but can also be used as an efficient
prototyping tool.
.
This package contains the development files needed to build your own
SOFA applications.
Package: libsofa1
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Simulation Open Framework Architecture - runtime
SOFA is an Open Source framework primarily targeted at
real-time simulation, with an emphasis on medical simulation.
It is mostly intended for the research community to help
develop newer algorithms, but can also be used as an efficient
prototyping tool.
.
This package contains the libraries needed to run SOFA applications.
Package: sofa-tutorials
Architecture: all
Depends: ${misc:Depends}
Description: Simulation Open Framework Architecture - tutorials
SOFA is an Open Source framework primarily targeted at
real-time simulation, with an emphasis on medical simulation.
It is mostly intended for the research community to help
develop newer algorithms, but can also be used as an efficient
prototyping tool.
.
This package contains tutorials from the SOFA source.
Package: sofa-data
Architecture: all
Depends: ${misc:Depends}
Description: Simulation Open Framework Architecture - data
SOFA is an Open Source framework primarily targeted at
real-time simulation, with an emphasis on medical simulation.
It is mostly intended for the research community to help
develop newer algorithms, but can also be used as an efficient
prototyping tool.
.
This package contains data for the SOFA applications.
|