Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/prusaslicer/
Date: Thu, 01 Sep 2022 09:16:40
Message-Id: 1662023792.00427856fc30f81dc6f8f565d0e9995ebd9d3a6a.expeditioneer@gentoo
1 commit: 00427856fc30f81dc6f8f565d0e9995ebd9d3a6a
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 07:33:36 2022 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 09:16:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00427856
7
8 media-gfx/prusaslicer: drop old
9
10 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Closes: https://github.com/gentoo/gentoo/pull/27102
13 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
14
15 media-gfx/prusaslicer/Manifest | 1 -
16 media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild | 87 ----------------------
17 2 files changed, 88 deletions(-)
18
19 diff --git a/media-gfx/prusaslicer/Manifest b/media-gfx/prusaslicer/Manifest
20 index 4229ead3b9ee..10ec5ac8fc95 100644
21 --- a/media-gfx/prusaslicer/Manifest
22 +++ b/media-gfx/prusaslicer/Manifest
23 @@ -1,3 +1,2 @@
24 DIST prusaslicer-2.5.0_alpha2.tar.gz 48053741 BLAKE2B 161462ee4dc061ee1816c165b0e85688bcce1ee010451f3d6d724a71526ccea4eb006c9610124ec006ff19b030af2fcb74993016658069222d98152f29660c7e SHA512 8c29d79349e834df284374131659b863d1df592ee5304f2bae7cdbe1825feac465eaf78e0932d4184f4077a44d6add3194db31f12c5202cb064020fbaf4beecd
25 -DIST prusaslicer-2.5.0_rc1.tar.gz 48525654 BLAKE2B 7853246d9fbc0709bc88cf3693b088edf70da9adf3d1015f79248f7edbed03b1fff21a396bea485812f08a0927e86797d77c30f150c550665ff2bf0fd660619d SHA512 5a5c2afa3f245ae6fb2486cee72ac78c6905be3e322cbdbd552de88c5220f6b18ae9db03a8e7e5c6e85e5639474d5e564c1b9a63d1e7ad9268fd8f579ba14b90
26 DIST prusaslicer-2.5.0_rc2.tar.gz 48596343 BLAKE2B 41df2c34929ee6797604f87d5444f252c6f751cef1de2f5275b67d675217ff2fe7bf98ecad3a551528be1f18bf926d3660cddce2ab07911a3f8c154499dd918e SHA512 94ce4b335cc89ce7c8949cdc35013bd6166ed09aa8bda556328630d7977be5d293e6ba7a143af2d1485ea7a6f6b613514ed874287793e7edcaba3453d63e37f3
27
28 diff --git a/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild b/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild
29 deleted file mode 100644
30 index 81537f23cff6..000000000000
31 --- a/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild
32 +++ /dev/null
33 @@ -1,87 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -WX_GTK_VER="3.0-gtk3"
40 -MY_PN="PrusaSlicer"
41 -MY_PV="$(ver_rs 3 -)"
42 -
43 -inherit cmake wxwidgets xdg
44 -
45 -DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)"
46 -HOMEPAGE="https://www.prusa3d.com/prusaslicer/"FastSweepingDomain
47 -SRC_URI="https://github.com/prusa3d/PrusaSlicer/archive/refs/tags/version_${MY_PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="test"
53 -
54 -RESTRICT="test"
55 -
56 -RDEPEND="
57 - dev-cpp/eigen:3
58 - dev-cpp/tbb:=
59 - >=dev-libs/boost-1.73.0:=[nls,threads(+)]
60 - dev-libs/cereal
61 - dev-libs/expat
62 - dev-libs/glib:2
63 - dev-libs/gmp:=
64 - dev-libs/mpfr:=
65 - >=media-gfx/openvdb-8.2:=
66 - net-misc/curl[adns]
67 - media-libs/glew:0=
68 - media-libs/libjpeg-turbo:=
69 - media-libs/libpng:0=
70 - media-libs/qhull:=
71 - sci-libs/libigl
72 - sci-libs/nlopt
73 - =sci-libs/opencascade-7.6*:=
74 - >=sci-mathematics/cgal-5.0:=
75 - sys-apps/dbus
76 - sys-libs/zlib:=
77 - virtual/opengl
78 - x11-libs/gtk+:3
79 - x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
80 -"
81 -DEPEND="${RDEPEND}
82 - media-libs/qhull[static-libs]
83 -"
84 -
85 -PATCHES=(
86 - "${FILESDIR}/${PN}-2.5.0_alpha2-boost-fixes.patch"
87 - "${FILESDIR}/${P}-cereal-1.3.1.patch"
88 - "${FILESDIR}/${P}-fix-tests.patch"
89 -)
90 -
91 -S="${WORKDIR}/${MY_PN}-version_${MY_PV}"
92 -
93 -src_prepare() {
94 - sed -i -e 's/PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN/PrusaSlicer-${SLIC3R_VERSION}+Gentoo/g' version.inc || die
95 -
96 - sed -i -e 's/find_package(OpenCASCADE 7.6.2 REQUIRED)/find_package(OpenCASCADE REQUIRED)/g' \
97 - src/occt_wrapper/CMakeLists.txt || die
98 - cmake_src_prepare
99 -}
100 -
101 -src_configure() {
102 - CMAKE_BUILD_TYPE="Release"
103 -
104 - setup-wxwidgets
105 -
106 - local mycmakeargs=(
107 - -DOPENVDB_FIND_MODULE_PATH="/usr/$(get_libdir)/cmake/OpenVDB"
108 -
109 - -DSLIC3R_BUILD_TESTS=$(usex test)
110 - -DSLIC3R_FHS=ON
111 - -DSLIC3R_GTK=3
112 - -DSLIC3R_GUI=ON
113 - -DSLIC3R_PCH=OFF
114 - -DSLIC3R_STATIC=OFF
115 - -DSLIC3R_WX_STABLE=ON
116 - -Wno-dev
117 - )
118 -
119 - cmake_src_configure
120 -}