Thank you felipebalbi your patch works fine.
Search Criteria
Package Details: orca-slicer-bin 2.3.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/orca-slicer-bin.git (read-only, click to copy) |
---|---|
Package Base: | orca-slicer-bin |
Description: | G-code generator for 3D printers |
Upstream URL: | https://github.com/SoftFever/OrcaSlicer |
Keywords: | orca, orcaslicer, slicer |
Licenses: | AGPL3 |
Conflicts: | orca-slicer |
Provides: | orca-slicer |
Submitter: | sem.z |
Maintainer: | Poscat |
Last Packager: | Poscat |
Votes: | 16 |
Popularity: | 0.69 |
First Submitted: | 2023-07-13 10:43 (UTC) |
Last Updated: | 2025-03-21 12:40 (UTC) |
Dependencies (14)
- cairo (cairo-gitAUR)
- glu (glu-gitAUR)
- gst-libav (gst-libav-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsoup
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- openvdb
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
Required by (0)
Sources (1)
schlunze commented on 2024-11-09 09:12 (UTC)
felipebalbi commented on 2024-11-03 04:45 (UTC)
Here's a quick patch, in case maintainer wants to apply:
diff --git a/.SRCINFO b/.SRCINFO
index 665b02793d6b..b084a000a15c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = orca-slicer-bin
pkgdesc = G-code generator for 3D printers
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SoftFever/OrcaSlicer
arch = x86_64
license = AGPL3
@@ -20,7 +20,7 @@ pkgbase = orca-slicer-bin
depends = libxkbcommon
provides = orca-slicer
conflicts = orca-slicer
- source = https://github.com/SoftFever/OrcaSlicer/releases/download/v2.2.0/OrcaSlicer_Linux_V2.2.0.AppImage
- sha512sums = 0b17ad9a3efcfdd5ae97954329c9423863409345038025e99c6d6f920ed8e65df2bff8d685c070382cd3e0df4a764ce4304988c564763dabc0bc592294d1732b
+ source = https://github.com/SoftFever/OrcaSlicer/releases/download/v2.2.0/OrcaSlicer_Linux_Ubuntu2404_V2.2.0.AppImage
+ sha512sums = be23a038e6443b493a95c5d0d811bde1be5449cac24bf7274be96cd08276e1e36988a382d39938be608974c2ade64ddb359c933d747a0611fac504d121592b8b
pkgname = orca-slicer-bin
diff --git a/PKGBUILD b/PKGBUILD
index cf704def0897..69afd81c9867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="orca-slicer-bin"
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="G-code generator for 3D printers"
arch=('x86_64')
url="https://github.com/SoftFever/OrcaSlicer"
@@ -10,12 +10,13 @@ license=('AGPL3')
depends=('mesa' 'glu' 'gst-libav' 'gst-plugins-base' 'cairo' 'gtk3' 'libsoup' 'webkit2gtk' 'gstreamer' 'openvdb' 'wayland' 'wayland-protocols' 'libxkbcommon')
provides=("orca-slicer")
conflicts=("orca-slicer")
-source=("https://github.com/SoftFever/OrcaSlicer/releases/download/v${pkgver}/OrcaSlicer_Linux_V${pkgver}.AppImage")
-sha512sums=('0b17ad9a3efcfdd5ae97954329c9423863409345038025e99c6d6f920ed8e65df2bff8d685c070382cd3e0df4a764ce4304988c564763dabc0bc592294d1732b')
+appimage="OrcaSlicer_Linux_Ubuntu2404_V${pkgver}.AppImage"
+source=("https://github.com/SoftFever/OrcaSlicer/releases/download/v${pkgver}/${appimage}")
+sha512sums=('be23a038e6443b493a95c5d0d811bde1be5449cac24bf7274be96cd08276e1e36988a382d39938be608974c2ade64ddb359c933d747a0611fac504d121592b8b')
prepare() {
- chmod +x OrcaSlicer_Linux_V${pkgver}.AppImage
- ./OrcaSlicer_Linux_V${pkgver}.AppImage --appimage-extract
+ chmod +x ${appimage}
+ ./${appimage} --appimage-extract
sed -i 's|Exec=AppRun|Exec=/opt/orca-slicer/bin/orca-slicer|g' \
"squashfs-root/OrcaSlicer.desktop"
felipebalbi commented on 2024-11-03 04:35 (UTC)
UPDATE: manually downloading the Ubuntu2404 Appimage and running that gives me a successful run.
felipebalbi commented on 2024-11-03 04:33 (UTC)
Just built orca-slicer-git and it runs but crashes when slicing.
kohbo commented on 2024-10-30 18:24 (UTC)
Switching to orca-slicer-git worked for me. That one is at 2.2.0 beta 2 right now, so hopefully those changes make it into stable soon
kohbo commented on 2024-10-30 16:28 (UTC)
Switching to orca-slicer-unstable-bin did NOT fix the segmentation fault for me
hellesvik commented on 2024-10-12 08:31 (UTC)
I also got segmentation fault. Found issue on orca-slicer git: https://github.com/SoftFever/OrcaSlicer/issues/6908. So I tried v2.2.0-rc1: Or the AUR package "orca-slicer-unstable-bin". This worked for me.
grappas commented on 2024-10-10 17:32 (UTC) (edited on 2024-10-10 17:32 (UTC) by grappas)
[1] 20639 segmentation fault (core dumped) orca-slicer
Can't get it to work.
Pinned Comments
Poscat commented on 2025-02-24 10:35 (UTC)
Merged the commit by ivanfilippov. Package should work properly now.