Package Details: prusa-slicer-git 2.7.4-1

Git Clone URL: https://aur.archlinux.org/prusa-slicer-git.git (read-only, click to copy)
Package Base: prusa-slicer-git
Description: G-code generator for 3D printers (Prusa fork of Slic3r) (git version)
Upstream URL: https://github.com/prusa3d/PrusaSlicer
Licenses: AGPL3
Conflicts: prusa-slicer
Submitter: Salamandar
Maintainer: Salamandar
Last Packager: Salamandar
Votes: 14
Popularity: 0.000028
First Submitted: 2019-07-08 08:14 (UTC)
Last Updated: 2024-04-11 14:51 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »

Salamandar commented on 2021-11-05 10:02 (UTC)

@jurriaan Well that's really weird because I just rebuilt the package (and hunted down another issue upstream related to boost) and the patch applied correctly. I'll check what's wrong. Maybe the patch was accepted upstream and it fails silently on my end.

jurriaan commented on 2021-11-05 09:45 (UTC)

@Salamandar this package has been failing on my system for quite a while now as well

FYI, the latest beta1 version that was just published cannot apply the patch properly:

patching file cmake/modules/FindOpenVDB.cmake
Hunk #1 FAILED at 326.
Hunk #2 succeeded at 419 (offset 21 lines).
Hunk #3 succeeded at 450 (offset 21 lines).
Hunk #4 succeeded at 467 (offset 21 lines).
Hunk #5 succeeded at 477 (offset 21 lines).
1 out of 5 hunks FAILED -- saving rejects to file cmake/modules/FindOpenVDB.cmake.rej

Salamandar commented on 2021-11-05 09:31 (UTC)

@slimb I'm sorry but no. Who are you ?

DCengineer commented on 2021-10-25 01:01 (UTC)

Looks like none of the patches work anymore, possibly due to upstream changes.

cculpepper1214 commented on 2021-09-09 01:29 (UTC)

@Athemis , do you have an updated patch? I'm having trouble applying yours, it says it fails on the first hunk.

Athemis commented on 2021-08-06 15:56 (UTC)

@Salamandar The openexr3 patch doesn't apply cleanly anymore. See here for an updated patch.

Salamandar commented on 2021-07-13 14:13 (UTC)

@Lukas1818 thanks for the patch, I pushed it after testing. Sorry for the rant also :)

LuckyTurtleDev commented on 2021-07-13 12:02 (UTC)

@Salamandar Sorry for the circumstances. Because you get a email for every aur-comment, I saw no advantage of sending you an email.

I also have create a patch for this package now:

diff --git a/PKGBUILD b/PKGBUILD
index 9b53cda..f89f82c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 _pkgname=prusa-slicer

 pkgname=${_pkgname}-git
-pkgver=2.3.0.r24.gd06aa6069
-pkgrel=2
+pkgver=2.4.0.alpha0.r723.g389ccf6d9
+pkgrel=1
 pkgdesc='G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)'
 arch=('i686' 'x86_64' 'armv6' 'armv6h' 'armv7h')
 url='https://github.com/prusa3d/PrusaSlicer'
@@ -18,7 +18,7 @@ depends=(
     'nlopt'
     'openvdb'
     'wxgtk3'
-    # 'qhull'
+    'qhull>=2020.2-4'
 )
 makedepends=(
     'cmake'
@@ -31,13 +31,11 @@ makedepends=(
 source=(
     "git+${url}"
     'prusa-slicer.desktop'
-    'qhull.patch'
-)
-sha256sums=(
-    'SKIP'
-    '26b66701cb2512f0d524add44689e2478c0b875f73103034e74544a9574782c5'
-    '877a4de66a714e4fae22e507dba8ddf117e6310165128fb0d46dc239a4e1aeb5'
+    'https://raw.githubusercontent.com/archlinux/svntogit-community/1dea61c0b581ff5001d073689f68b0323740be93/trunk/prusa-slicer-openexr3.patch'
 )
+sha256sums=('SKIP'
+            '26b66701cb2512f0d524add44689e2478c0b875f73103034e74544a9574782c5'
+            '1ef7c22f641b7c18de212202c21f14f6533834a36d7fe0c2b322bc9a13804c6b')
 conflicts=('prusa-slicer')

 pkgver() {
@@ -47,7 +45,7 @@ pkgver() {

 prepare() {
     cd "PrusaSlicer"
-    patch --forward --strip=1 --input="${srcdir}/qhull.patch"
+    patch -p1 < "$srcdir/prusa-slicer-openexr3.patch" # Fix build with openEXR 3
 }

 build() {

I did not hit any problem with wxWidgets.

Salamandar commented on 2021-07-13 09:06 (UTC)

@Lukas1818 1. Sorry for taking a few weeks for myself. 2. It does not build because of upstream issues, not PKGBUILD issues. Upstream issues are already open. 3. I'm struggling at making this package work since those upstream issues. Instead of filing an orphan request you could've mention me or email me with a patch.