Changing default branch from master to stable as master doesn't pass tests lately (and most probably it will stay this way)
Search Criteria
Package Details: slic3r-git a-21
Package Actions
Git Clone URL: | https://aur.archlinux.org/slic3r-git.git (read-only, click to copy) |
---|---|
Package Base: | slic3r-git |
Description: | Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge. |
Upstream URL: | http://slic3r.org/ |
Licenses: | GPL |
Conflicts: | slic3r, slic3r-xs, slic3r-xs-git |
Provides: | slic3r, slic3r-xs, slic3r-xs-git |
Submitter: | swiftgeek |
Maintainer: | swiftgeek (nickoe) |
Last Packager: | swiftgeek |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2012-06-23 10:45 (UTC) |
Last Updated: | 2022-06-03 17:50 (UTC) |
Dependencies (27)
- boost (boost-gitAUR)
- perl (perl-gitAUR)
- perl-encode-locale
- perl-extutils-makemaker (perl-gitAUR, perl)
- perl-extutils-parsexs (perl-gitAUR, perl)
- perl-io-stringy
- perl-libwww
- perl-math-clipperAUR
- perl-math-convexhullAUR
- perl-math-convexhull-monotonechainAUR
- perl-math-geometry-voronoiAUR
- perl-math-planepathAUR
- perl-moo
- perl-sub-quote
- perl-threads (perl-gitAUR, perl)
- git (git-gitAUR, git-glAUR) (make)
- perl-devel-checklib (make)
- perl-module-build (make)
- perl-module-build-withxsppAUR (make)
- perl-class-xsaccessorAUR (optional) – creating faster accessor methods
- Show 7 more dependencies...
Required by (1)
- repetier-host (requires slic3r) (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
swiftgeek commented on 2014-01-09 13:55 (UTC)
swiftgeek commented on 2013-12-23 16:15 (UTC)
Rewrite to overkill git dl (vaguely following VCS guidelines) in progress. Will allow for optional manual/predefined select of branch/tag/commit , so eg. if You want to just have latest fixes for last release - You can just configure it to stable branch and use changeling script + cron to force update during next (so after cron job is executed) `yaourt -Syua` or similar
swiftgeek commented on 2013-11-22 09:14 (UTC)
This should be useful for determining if it's good time to update / whether it's your fault that Tests are failing:
https://travis-ci.org/alexrj/Slic3r/builds
swiftgeek commented on 2013-11-20 06:45 (UTC)
Removed slic3r-xs-git dependency thanks to the tips from olasd
===
Please test this change and post comment with results in slic3r-xs-git package (because it's soon to be deleted)
swiftgeek commented on 2013-11-19 13:21 (UTC)
optdepends=('perl-wx: GUI support'
'perl-net-dbus: notifications support via any dbus-based notifier'
'perl-xml-sax-expatxs: make AMF parsing faster'
'perl-xml-sax: Additive Manufacturing File Format (AMF) support'
'perl-class-xsaccessor: creating faster accessor methods') *NEW*
Changelog:
20131119: Added new core dependency - perl-extutils-makemaker>=6.82 (The one bundled with perl is to old)
20130901: slic3r's PKGBUILD fails if downloaded git revision is different from installed slic3r-xs
20130615: Included hackish workaround for various bugs due to LANG oversensitivity ;)
20130615: Package version works again - eg. 0.9.10.8b48d79-8
20130408: SEDed-out dependency for growl and recurring "Running Slic3r under Perl >= 5.16 is not supported nor recommended"
20130408: PKGBUILD ported to pacman 4.1, except of git part (shallow clone)
20130119: Changed pkgver to 0 to stop misleading people
20130119: Added new core dependency - perl-encode-locale
20121123: Added new core dependency - perl-io-stringy
20121104: Improved git performance (shallow clone)
20121023: Added new core dependency - perl-math-convexhull-monotonechain
2012????: perl-xml-sax for Additive Manufacturing File Format (AMF) support (Thanks to Nick Østergaard)
2012????: perl-net-dbus for notifications support via any dbus-based notifier (Thanks to Nick Østergaard)
2012????: Added ⚠ warning ⚠ about cpan
Readme 1st:
• In case of any strange errors - downgrade perl below 5.16 ( http://arm.konnichi.com/ )
"Running Slic3r under Perl >= 5.16 is not supported nor recommended\n"
• Remember to update this package once in while (often than "stable" snapshots are coming out), and always keep previous package as a backup in case of problems with upstream's merging process. I will not force anybody to update by changing pkgver.
• In case of missing/outdated dependencies please send a mail directly to me. Do not let installer to do it for you via CPAN, because it will create crazy perl setup/env.
Also with my new package/script changeling [ https://aur.archlinux.org/packages/changeling/ ]
it's possible to automatically (via cron) outdate entry in pacman's db, so next time You run eg. `yaourt -Syua` package will be updated, so You don't need to remember about updating this package regularly.
swiftgeek commented on 2013-11-19 13:12 (UTC)
perl-extutils-makemaker>=6.82 is provided by perl-extutils-makemaker-aur
Pinned Comments
swiftgeek commented on 2016-04-19 00:37 (UTC) (edited on 2018-11-07 01:46 (UTC) by swiftgeek)
If something breaks on PKGBUILD side, please bother me directly on freenode (usually available at #slic3r) XS compilation requires more than 512MiB of installed RAM, adding same amount of swap makes it build (tested on armv7h, Allwinner A13)
Perl update guide: https://lists.archlinux.org/pipermail/arch-dev-public/2015-June/027236.html
or since 5.26:
pacman -Qqo '/usr/lib/perl5/5.26' where 5.26 is OLD version of perl