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 115 116 117 118 119 120 121 122 123
|
Source: openscad
Priority: optional
Maintainer: Christian M. Amsüss <chrysn@fsfe.org>
# libcgal-qt5-dev is a workaround for http://bugs.debian.org/804539
Build-Depends:
debhelper (>= 10),
qt5-qmake,
qtbase5-dev (>= 5.4),
libcgal-qt5-dev,
libcgal-dev (>=3.6),
libopencsg-dev (>=1.3.0),
libqt5scintilla2-dev,
libfreetype6-dev,
libfontconfig1-dev,
libharfbuzz-dev,
libeigen3-dev,
libglib2.0-dev,
bison (>= 2.4),
flex (>=2.5.35),
# workaround for https://github.com/openscad/openscad/issues/1543
libqt5opengl5-dev,
libglew-dev (>= 1.5.4) | libglew1.6-dev | libglew1.5-dev (>= 1.5.4),
libgmp-dev | libgmp10-dev | libgmp3-dev,
libmpfr-dev,
python,
cmake,
libboost-dev (>= 1.46.0),
libboost-regex-dev,
libboost-system-dev,
libboost-filesystem-dev,
pkg-config,
imagemagick (>= 6.5.9.3),
libgl1-mesa-dri,
xvfb,
libgl1-mesa-dev,
openscad-mcad,
ttf-marvosym,
fonts-hosny-amiri
# openscad is not gles compatible yet. this line makes builds abort before they
# faile at compile time. libqt5opengl5 uses gles on arm{el,hf}, making openscad
# currently unbuildable there. tracked upstream as
# https://github.com/openscad/openscad/issues/292 and in debian as
# http://bugs.debian.org/797816
Build-Conflicts:
libgles2-mesa-dev
Standards-Version: 3.9.8
Section: graphics
Homepage: http://openscad.org/
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/openscad.git/
Vcs-git: git://anonscm.debian.org/collab-maint/openscad.git -b debian
Package: openscad
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Recommends:
openscad-mcad
Suggests:
meshlab,
geomview,
librecad,
openscad-testing
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.
Package: openscad-testing
Architecture: any
# the versioned imagemagick dependency stems from https://github.com/openscad/openscad/issues/1360
Depends:
${shlibs:Depends},
${misc:Depends},
openscad,
openscad-testing-data,
python,
python-argparse,
cmake,
imagemagick (>= 6.5.9.3),
xserver-xorg-core | xvfb,
libgl1-mesa-dri
Description: script file based graphical CAD environment (test suite)
OpenSCAD is a software for creating solid 3D CAD objects. It focuses on CAD
aspects rather than artistic ones.
.
This package contains all programs required to run the test suites.
Package: openscad-testing-data
Architecture: all
Depends:
${shlibs:Depends},
${misc:Depends},
openscad-mcad,
ttf-marvosym,
fonts-hosny-amiri
# the examples, which are shipped in openscad, are part of the test suite
Recommends: openscad
Suggests: openscad-testing
Description: script file based graphical CAD environment (test suite data)
OpenSCAD is a software for creating solid 3D CAD objects. It focuses on CAD
aspects rather than artistic ones.
.
This package contains the data required to run the test suites.
Package: openscad-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
openscad (=${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: script file based graphical CAD environment (debugging symbols)
OpenSCAD is a software for creating solid 3D CAD objects. It focuses on CAD
aspects rather than artistic ones.
.
This package contains debugging information stripped from the binaries.
|