openscad - script file based graphical CAD environment
# sudo apt-get update
# sudo apt-get install openscad
2012-05-25 - Christian M. Amsüss <chrysn@fsfe.org> openscad (2011.12-3) unstable; urgency=low * Patch eigen2.pri to build on kfreebsd and hurd (Closes: #673694) * Explicitly call pkg-config to feed eigen2 paths to testing system * Patch tests/CMakeLists.txt to only apply FreeBSD hacks on real FreeBSD systems
2012-04-25 - Christian M. Amsüss <chrysn@fsfe.org> openscad (2011.12-2) unstable; urgency=low * Add a patch for tests/CMakeLists.txt so it works with -Wl,--as-needed too * Add a patch to include GL/glu where needed (required since Ubuntu precise) * Depend on cmake (ctest) for openscad-testing * Raise CGAL dependency to 3.6 * Move from contrib to main as CGAL 4.0 moved from nonfree to main * Change Standards-Version to 3.9.3 - Use correct Format: specifier in now official DEP5 * Fix leftover mistake from copy/pasting in debian/copyright * Initial upload to Debian (Closes: #583476) * Enable parallel building * Suggest librecad instead of qcad * Don't recommend openscad-mcad, as it is not in the archive yet
2012-02-15 - Christian M. Amsüss <chrysn@fsfe.org> openscad (2011.12-1) UNRELEASED; urgency=low * New upstream release - New functions: version, version_num, len - Enhanced functionaltiy: hull(), color() - Unified import statement, including OFF file format - Enhanced string handling: indexing, comparison - standard shortcuts for save and reload - Bugfixes * Dropped man page (in upstream now) * Ship test suite as -testing and -testing-data (introduces new dependencies) * Adapted GLEW dependency to avoid something similar as bug #658551 * License issue around OGL_helper.h resolved by CGAL moving to GPL-3+
2011-11-04 - Christian M. Amsüss <chrysn@fsfe.org> openscad (2011.11~.03-git3bc03713-1) UNRELEASED; urgency=low * More precise eigen dependency * Changed version format to better reflect how upstream calls unreleased builds * Imported changes from ustream git - string comparison - version()/version_num() functions - new PI constant - standard shortcuts for save and reload - bugfixes * Dropped openscad.pro patch (now takes PREFIX=/usr) * Copyright file adaptions to new files * Use debian/clean instead of override_dh_auto_clean * Run test suite after building - new build dependencies: python, cmake * Updated man page
2011-09-30 - Christian M. Amsüss <chrysn@fsfe.org> openscad (2011.09~git20110929-1) UNRELEASED; urgency=low * Imported changes from upstream git - OFF file format support - universal import statement (deprecating some others) - support for alpha channel and named colors - more flexible if statement - much refactoring ("visitor branch") - bugfixes * Copyright clarifications * Suggest editors / viewers for typical import and export formats * Recommend openscad-mcad (standard library) * Added README.source concerning how to obtain the source package
2011-09-24 - Christian M. Amsüss <chrysn@fsfe.org> openscad (2011.06-2) UNRELEASED; urgency=low * Adapt libglew dependency to 1.6 | anything * Updated watchfile to github hosting * Updated copyright to current DEP5 version
2011-06-14 - Christian M. Amsüss <chrysn@fsfe.org> openscad (2011.06-1) UNRELEASED; urgency=low * New upstream release - Added image export - Fixed DXF export regression - Fixed cylinder orientation regression
2011-04-27 - Christian M. Amsüss <chrysn@fsfe.org> openscad (2011.04-1) UNRELEASED; urgency=low * New upstream release - Added hull() for convex hulls (2D object only) - minkowski() now supports 2D objects - DXF output uses LWPOLYLINE instead of LINE * Change Standards-Version to 3.9.2 (no changes) * Add proper header to patch file
2011-04-03 - Christian M. Amsüss <chrysn@fsfe.org> openscad (2011.01~git20110204-2) UNRELEASED; urgency=low * Removing versioned dependency on libgmp dependency according to upstream * Removing versioned dependency on libmpfr (building works w/o as well, especially concerning Ubuntu lucid)