Search Criteria
Package Details: openscad-git 20190505-1
Git Clone URL: | https://aur.archlinux.org/openscad-git.git (read-only) |
---|---|
Package Base: | openscad-git |
Description: | The programmers solid 3D CAD modeller |
Upstream URL: | http://openscad.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | keenerd |
Last Packager: | keenerd |
Votes: | 18 |
Popularity: | 0.001341 |
First Submitted: | 2011-02-25 03:29 |
Last Updated: | 2019-05-09 13:14 |
Dependencies (12)
- boost-libs
- cgal
- libzip
- opencsg
- qscintilla-qt5
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-multimedia (qt5-multimedia-git)
- boost (make)
- ccache (ccache-git) (make)
- eigen (eigen3-hg, eigen32, eigen-multilib) (make)
- git (git-git) (make)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-fftw, imagemagick-full) (make)
Required by (12)
- freecad (requires openscad) (optional)
- freecad-linkstage3-git (requires openscad) (optional)
- inkscape-paths2openscad (requires openscad) (optional)
- ooml-git (requires openscad) (optional)
- openscad-dotscad-git (requires openscad)
- openscad-lasercut-git (requires openscad)
- openscad-libraries (requires openscad)
- openscad-list-compr-demos-git (requires openscad)
- openscad-mcad-dev-git (requires openscad)
- openscad-nopscadlib-git (requires openscad)
- openscad-scad-utils-git (requires openscad)
- stl-thumbnailer (requires openscad)
Latest Comments
1 2 3 4 5 Next › Last »
steinbuch commented on 2019-11-02 20:59
openscad can't be linked to current boost::re
https://pastebin.com/B9e2zhpi
gig commented on 2019-10-10 08:47
Could you add the lib3mf for the 3mf export and import feature please?
vidra commented on 2019-05-06 14:39
the ">" needs to be removed from the line convert "icons/openscad.png" -resize 128x128 "icons/openscad-128.png"
zhou13 commented on 2019-01-16 03:17
Could you add CONFIG+=experimental to the qmake-qt5? Otherwise experimantal features are not enabled.
Lanzouille commented on 2018-10-20 16:10
Build fails with segfault in imagemagick :
ligne 28 : 18374 Erreur de segmentation (core dumped)convert "icons/openscad.png" -resize 128x128\> "icons/openscad-128.png"
works if I remove the
\
.stuartpb commented on 2018-10-15 21:40
As this produces a development binary, shouldn't line 34 of the PKGBUILD be
qmake-qt5 PREFIX="/usr" VERSION="$pkgver" CONFIG+=experimental
, per https://github.com/openscad/openscad/blob/master/openscad.pro#L44 ?keenerd commented on 2018-08-04 23:02
Fixed.
I agree it would be great if I could make the pkgver better, but the repo needs to be organized in a certain way for that to work. I have an alternative pkgver function commented out, if you would like the pkgver to be "pre.coding.style.91.ga5833f1d" however.
yar commented on 2018-08-03 20:55
It would also be great if you could switch to a more modern pkgver function that includes a tag name and commit hash. Thanks.
yar commented on 2018-08-03 07:30
Came here to report the same thing as @xoan and @borrelnoot. Please add libzip & qt5-multimedia as dependencies.
borrelnoot commented on 2018-06-17 21:47
I had too add libzip + qt5-multimedia before I could build the package.