@DarioP thank you.
Search Criteria
Package Details: orca-slicer-git 2.3.1.r24990.2349ea0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/orca-slicer-git.git (read-only, click to copy) |
---|---|
Package Base: | orca-slicer-git |
Description: | G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) |
Upstream URL: | https://github.com/SoftFever/OrcaSlicer |
Keywords: | 3dprint gcode orca orca-slicer orcaslicer slic3r slicer stl |
Licenses: | AGPL-3.0-only |
Conflicts: | orca-slicer |
Provides: | orca-slicer |
Submitter: | lod |
Maintainer: | lod |
Last Packager: | lod |
Votes: | 3 |
Popularity: | 0.48 |
First Submitted: | 2024-09-05 15:39 (UTC) |
Last Updated: | 2025-04-20 14:39 (UTC) |
Dependencies (36)
- bash (bash-devel-gitAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libspnav (libspnav-gitAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libx11 (libx11-gitAUR)
- pango (pango-gitAUR)
- Show 16 more dependencies...
Required by (0)
Sources (3)
lod commented on 2025-04-19 09:22 (UTC)
DarioP commented on 2025-04-19 08:10 (UTC)
Hello and thanks for the PKGBUILD.
It was refusing to compile due to a constrain on the upper cmake version, apparently required on windows.
I added a line to get rid of it in the prepare()
function:
# Remove upper cmake version check
sed -i 's| OR ${CMAKE_VERSION} VERSION_GREATER_EQUAL "4.0"| |' $pkgname/CMakeLists.txt
The package built and seems to work fine.
lod commented on 2025-04-07 20:17 (UTC) (edited on 2025-04-08 10:16 (UTC) by lod)
@FloFoxcorner is this still a problem? I thought it was fixed. I will look into it.
Edit: oh, I see this actually is the fix. I will add it later.
Edit: @FloFoxcorner please give some feedback, if you can. I can't test it myself. I applied the wrapper upstream uses for the Appimage. Now it should use the zink workaround, if it detects wayland and nvidia.
FloFoxcorner commented on 2025-04-07 18:50 (UTC)
As dack mentioned at orca-slicer-bin: 3d view and welcome page etc. does not work with the nvidia driver unless you add env like:
env __GLX_VENDOR_LIBRARY_NAME=mesa __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer
Mind this is not an issue with this package but with OrcaSlicer in general.
lod commented on 2025-03-30 10:30 (UTC)
@uberben should build again. The problem was that you had to add it to all the deps and to the deps of the deps and their deps…
uberben commented on 2025-03-29 21:43 (UTC)
It looks like yesterday's update to cmake broke this pkgbuild.
==> Starting build()...
CMake Error at CMakeLists.txt:23 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'orca-slicer-git-2.3.1.r24811.108eeae-1':
Just adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5
to the two cmake lines got further, but still had errors.
lod commented on 2025-02-22 01:06 (UTC) (edited on 2025-02-22 01:07 (UTC) by lod)
@uberben oh, you're right. I will fix it later. (the d of dev is interpreted as a higher version than the b of beta)
uberben commented on 2025-02-22 00:42 (UTC)
I might be doing something wrong, but for some reason this package always thinks there is an update when I run system updates. None of my other *-git
packages do this. Right now it keeps saying it is making package orca-slicer-git 2.3.0.dev.4d762c4e91-1
(commit from almost a month ago) but then it actually installs the proper latest commit (currently 2.3.0.beta.2bba98d180-1).
CockroachWarrior commented on 2025-02-03 21:00 (UTC) (edited on 2025-02-03 21:01 (UTC) by CockroachWarrior)
@lod Works Thanks 👍🏾
lod commented on 2025-01-29 13:51 (UTC)
@CockroachWarrior sorry for the late reply. You should now be able to switch the language.
Pinned Comments
lod commented on 2024-09-05 15:44 (UTC) (edited on 2024-12-09 12:47 (UTC) by lod)
Patches welcome: https://git.lod.sh/PKGBUILDs/orca-slicer-git