File debian.control of Package OpenSCAD
Source: openscad-nightly
Priority: optional
Maintainer: Torsten Paul <Torsten.Paul@gmx.de>
# while it is common to have libgl1-mesa-dev as the default option for
# libgl1-dev, libgl1-mesa-swx11-dev is chosen here to avoid that an installer
# for a build server gets the idea of installing xserver-xorg-core; also, this
# is why the sequence of xserver-xorg-core and xvfb is flipped here relative to
# openscad-testing, where they come from.
Build-Depends:
debhelper (>= 9),
dh-python,
ccache,
qtbase5-dev,
libqt5svg5-dev,
libqt5opengl5-dev,
qt5-qmake,
libcgal-dev,
libopencsg-dev,
libeigen3-dev,
libpolyclipping2-dev,
libglib2.0-dev,
libcairo2-dev,
bison (>= 2.4),
flex (>=2.5.35),
libglew-dev (>= 1.5.4) | libglew1.6-dev | libglew1.5-dev (>= 1.5.4),
libgmp-dev | libgmp10-dev | libgmp3-dev,
libmpfr-dev,
cmake,
libtbb-dev,
nettle-dev,
python3-dev,
libboost-dev (>= 1.46.0),
libboost-regex-dev,
libboost-system-dev,
libboost-thread-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
chrpath,
pkg-config,
imagemagick,
libgl-dev,
libegl-dev,
libgl1-mesa-dev,
libglm-dev,
libxml2-dev,
libthrust-dev,
libharfbuzz-dev,
libfreetype6-dev,
libfontconfig1-dev,
libqt5scintilla2-dev | libqscintilla2-qt5-dev,
libhidapi-dev,
libspnav-dev,
lib3mf-dev,
libzip-dev
# openscad is not gles compatible yet. this line makes builds abort before they
# faile at compile time. libqt4-opengl-dev currently pulls libgles2-mesa-dev in
# on ubuntu arm{el,hf}.
Build-Conflicts:
libgles2-dev
Standards-Version: 3.9.6
Section: graphics
Homepage: https://openscad.org/
Package: openscad-nightly
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${python:Depends}
Suggests:
meshlab,
geomview,
librecad
Description: script file based graphical CAD environment
OpenSCAD is a software for creating solid 3D CAD objects. It focuses on CAD
aspects rather than artistic ones.
.
OpenSCAD is not an interactive modeller. Instead it is something like a
3D-compiler that reads in a script file that describes the object and renders
the 3D model from this script. This gives the designer full control over the
modelling process and enables him to easily change any step in the modelling
process or make designes that are defined by configurable parameters.
.
NOTE: This is the development snapshot, automatically built from the source
repository.