Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 789974 Details for
Bug 834547
media-gfx/superslicer: depends on ilmbase (won't install due to ilmbase/imath block)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixed ebuild
superslicer-2.3.57.12-r1.ebuild (text/plain), 3.38 KB, created by
Stephen Cavilia
on 2022-07-03 16:14:05 UTC
(
hide
)
Description:
fixed ebuild
Filename:
MIME Type:
Creator:
Stephen Cavilia
Created:
2022-07-03 16:14:05 UTC
Size:
3.38 KB
patch
obsolete
># Copyright 2022 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >WX_GTK_VER="3.0-gtk3" > >inherit xdg cmake desktop wxwidgets > >MY_PN="SuperSlicer" >DESCRIPTION="A mesh slicer to generated G-Code for fused-filament fabrication" >HOMEPAGE="https://github.com/supermerill/SuperSlicer" >SRC_URI="https://github.com/supermerill/SuperSlicer/archive/${PV}.tar.gz -> ${P}.tar.gz > profiles? ( https://github.com/slic3r/slic3r-profiles/archive/0b8261ae8bbd7c31d736f371323476d6aff3ef3b.zip -> ${P}-profiles.zip )" >S="${WORKDIR}/${MY_PN}-${PV}" > >LICENSE="AGPL-3" >SLOT="23" >KEYWORDS="~amd64" >IUSE="gui test profiles" > ># tests fail to link with USE=-gui, bug #760096 >REQUIRED_USE="test? ( gui )" >RESTRICT="!test? ( test )" > >BDEPEND="profiles? ( app-arch/unzip )" >RDEPEND=" > dev-cpp/eigen:3 > dev-cpp/tbb > >=dev-libs/boost-1.73.0:=[nls,threads(+)] > dev-libs/cereal > dev-libs/expat > dev-libs/c-blosc > dev-libs/gmp:= > >=dev-libs/miniz-2.1.0-r2 > dev-libs/mpfr:= > >=media-gfx/openvdb-5.0.0 > media-libs/libpng:0= > media-libs/openexr:0= > media-libs/qhull:= > sci-libs/libigl > sci-libs/nlopt > >=sci-mathematics/cgal-5.0:= > sys-apps/dbus > sys-libs/zlib:= > gui? ( > dev-libs/glib:2 > media-libs/glew:0= > net-misc/curl > virtual/glu > virtual/opengl > x11-libs/gtk+:3 > >=x11-libs/wxGTK-3.0.5.1:=[X,opengl] > ) >" >DEPEND="${RDEPEND} > media-libs/qhull[static-libs] > test? ( dev-cpp/gtest ) >" > >PATCHES=( > "${FILESDIR}/miniz-zip-header-${PV}.patch" > "${FILESDIR}/freecad-dialog-2.2.53.4.patch" > "${FILESDIR}/missing-imports-${PV}.patch" > "${FILESDIR}/cereal-new-versions-${PV}.patch" > "${FILESDIR}/version-suffix-${PV}.patch" > "${FILESDIR}/symlink-fix-${PV}.patch" > "${FILESDIR}/tbb-version-${PV}.patch" > "${FILESDIR}/boost-filesystem-1.79.patch" >) > >src_unpack() { > unpack ${P}.tar.gz > mv "${S}/resources/icons/SuperSlicer_192px.png" "${S}/resources/icons/SuperSlicer2.3_192px.png" || die "Failed to rename icons" > mv "${S}/resources/icons/SuperSlicer_192px_transparent.png" "${S}/resources/icons/SuperSlicer2.3_192px_transparent.png" || die "Failed to rename icons" > mv "${S}/resources/icons/SuperSlicer_128px.png" "${S}/resources/icons/SuperSlicer2.3_128px.png" || die "Failed to rename icons" > mv "${S}/resources/icons/SuperSlicer-gcodeviewer_128px.png" "${S}/resources/icons/SuperSlicer2.3-gcodeviewer_128px.png" || die "Failed to rename icons" > mv "${S}/resources/icons/SuperSlicer-gcodeviewer_192px.png" "${S}/resources/icons/SuperSlicer2.3-gcodeviewer_192px.png" || die "Failed to rename icons" > cp "${S}/resources/icons/SuperSlicer.png" "${S}/resources/icons/SuperSlicer2.3_logo.png" || die "Failed to make logo icon" > > use profiles && unpack ${P}-profiles.zip > if use profiles ; then > cp -r "${WORKDIR}/slic3r-profiles-0b8261ae8bbd7c31d736f371323476d6aff3ef3b/"* "${S}/resources/profiles" || die "Failed to copy profiles" > fi > > for cmake_file in OpenVDBUtils.cmake FindOpenVDB.cmake FindBlosc.cmake; do > cp "${ESYSROOT}/usr/lib64/cmake/OpenVDB/${cmake_file}" "${S}/cmake/modules" || die > done >} > >src_configure() { > use gui && setup-wxwidgets > > CMAKE_BUILD_TYPE=Release > local mycmakeargs=( > -DSLIC3R_BUILD_TESTS=$(usex test) > -DSLIC3R_FHS=ON > -DSLIC3R_GTK=3 > -DSLIC3R_GUI=$(usex gui) > -DSLIC3R_PCH=OFF > -DSLIC3R_WX_STABLE=ON > -Wno-dev > ) > > cmake_src_configure >} > >src_install() { > cmake_src_install > > if use gui; then > newicon -s 128 resources/icons/SuperSlicer2.3_128px.png SuperSlicer2.3.png > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 834547
: 789974 |
789977
|
789980