=================================================================== RCS file: /cvs/mystuff-orcaslicer/cad/orcaslicer/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mystuff-orcaslicer/cad/orcaslicer/Makefile 2025/10/18 22:46:26 1.1.1.1 +++ mystuff-orcaslicer/cad/orcaslicer/Makefile 2025/12/09 02:15:09 1.2 @@ -1,15 +1,15 @@ - -V = 2.3.0 -#PKGNAME = orcaslicer-${V} - COMMENT = cutting-edge 3D printing slicer software GH_ACCOUNT = SoftFever GH_PROJECT = OrcaSlicer -GH_TAGNAME = v${V} +GH_TAGNAME = v2.3.1 CATEGORIES = cad HOMEPAGE = https://orcaslicer.net/ +# https://github.com/slic3r/Slic3r/issues/5197 +# https://gitlab.archlinux.org/archlinux/packaging/packages/prusa-slicer/-/tree/main/ +# https://github.com/gentoo/gentoo/tree/master/media-gfx/prusaslicer/files +# https://build.opensuse.org/package/show/science/PrusaSlicer MAINTAINER = Brandon Mercer @@ -36,7 +36,7 @@ #FIX_CRLF_FILES = src/slic3r/GUI/GLCanvas3D.cpp -COMPILER = base-gcc ports-gcc +COMPILER = base-clang ports-clang MODULES = devel/cmake # x11/gnome @@ -71,11 +71,6 @@ x11/wxWidgets \ x11/wxWidgets,-media \ x11/wxWidgets,-webview - - -# -DSLIC3R_STATIC=1 \ - -#CONFIGURE_ARGS += -DCMAKE_FIND_DEBUG_MODE=ON CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_MODULE_PATH=${PREFIX}/lib/cmake/OpenVDB \