Diff superslicer-2.5.59.0-r3 with a superslicer-2.5.59.2-r2

/usr/portage/media-gfx/superslicer/superslicer-2.5.59.2-r2.ebuild 2023-10-09 14:52:31.648368405 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
WX_GTK_VER="3.0-gtk3"
7 7
MY_PN="SuperSlicer"
8
SLICER_PROFILES_COMMIT="748fbdfd2ac077e4e415868e7bc963740b92aa8e"
8
SLICER_PROFILES_COMMIT="f6b1b123062a77101fe350f6d2a2a57be9adc684"
9 9

  
10 10
inherit cmake wxwidgets xdg flag-o-matic
11 11

  
......
41 41
	media-libs/libpng:0=
42 42
	media-libs/qhull:=
43 43
	sci-libs/nlopt
44
	sci-libs/opencascade:=
44 45
	>=sci-mathematics/cgal-5.0:=
45 46
	sys-apps/dbus
46 47
	sys-libs/zlib:=
......
54 55
"
55 56

  
56 57
PATCHES=(
57
	"${FILESDIR}/${P}-openexr3.patch"
58
	"${FILESDIR}/${P}-wxgtk3-wayland.patch"
59
	"${FILESDIR}/${P}-cereal.patch"
60 58
	"${FILESDIR}/${P}-boost.patch"
61
	"${FILESDIR}/${P}-boost-1.81-std-wxString-to-std-wstring.patch"
62
	"${FILESDIR}/${P}-missing-includes.patch"
63
	"${FILESDIR}/${P}-dont-install-bundled-angelscript.patch"
64
	"${FILESDIR}/${P}-fix-gcodeviewer-symlink.patch"
59
	"${FILESDIR}/${P}-cereal.patch"
60
	"${FILESDIR}/${P}-dont-install-angelscript.patch"
61
	"${FILESDIR}/${P}-gcodeviewer-symlink-fix.patch"
62
	"${FILESDIR}/${P}-missing-includes-fix.patch"
63
	"${FILESDIR}/${P}-openexr3.patch"
64
	"${FILESDIR}/${P}-wxgtk3-wayland-fix.patch"
65
	"${FILESDIR}/${P}-relax-OpenCASCADE-dep.patch"
66
	"${FILESDIR}/${P}-link-occtwrapper-statically.patch"
67
	"${FILESDIR}/${P}-fix-dereferencing-in-std-unique_ptr-to-nullptr.patch"
68
	"${FILESDIR}/${P}-fix-spiral_vase-null-pointer.patch"
65 69
)
66 70

  
67 71
S="${WORKDIR}/${MY_PN}-${PV}"
Thank you!