[PATCH] gnu: prusa-slicer: Update to 2.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 2 years ago
(address . guix-patches@gnu.org)
87pmdhmto8.fsf@gmail.com
Hello,

this patch series updates 'prusa-slicer' to 2.5.0 and 'opencascade-occt'
to 7.6.2 (as this version is required for 'prusa-slicer' 2.5.0.)
From 00529fa33b79d6c67ad6fa0c6835928a829e6156 Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 20 Nov 2022 20:05:02 +0300
Subject: [PATCH 1/2] gnu: opencascade-occt: Update to 7.6.2.

* gnu/packages/maths.scm (opencascade-occt): Update to 7.6.2.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 975d764a2a..972221798e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2937,7 +2937,7 @@ (define-public opencascade-oce
(define-public opencascade-occt
(package
(name "opencascade-occt")
- (version "7.6.0")
+ (version "7.6.2")
(source
(origin
(method git-fetch)
@@ -2949,7 +2949,7 @@ (define-public opencascade-occt
version)))))
(file-name (git-file-name name version))
(sha256
- (base32 "1rcwm9fkx0j4wrsyikb6g7qd611kpry7dand5dzdjvs5vzd13zvd"))
+ (base32 "07z5d83vm9f50an7vhimzl7gbmri1dn6p2g999l5fgyaj5sg5f02"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.34.1
From 8ca92fe68d3a0c8e4e17b7e6f5c1569bd2d015cf Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 20 Nov 2022 20:06:24 +0300
Subject: [PATCH 2/2] gnu: prusa-slicer: Update to 2.5.0.

* gnu/packages/engineering.scm (prusa-slicer): Update to 2.5.0.
[inputs]: Add 'libjpeg-turbo' and 'opencascade-occt'.
---
gnu/packages/engineering.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 21569b07c9..2ee79f0df6 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3310,7 +3310,7 @@ (define-public libigl
(define-public prusa-slicer
(package
(name "prusa-slicer")
- (version "2.4.2")
+ (version "2.5.0")
(source
(origin
(method git-fetch)
@@ -3319,7 +3319,7 @@ (define-public prusa-slicer
(url "https://github.com/prusa3d/PrusaSlicer")
(commit (string-append "version_" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "17p56f0zmiryy8k4da02in1l6yxniz286gf9yz8s1gaz5ksqj4af"))
+ (sha256 (base32 "17ic92ww2ny0frxyv7ajwdwa0fq70ygq562ik8sh94jx67jvxdy0"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -3377,7 +3377,9 @@ (define-public prusa-slicer
tbb
eudev
wxwidgets
- zlib))
+ zlib
+ libjpeg-turbo
+ opencascade-occt))
(home-page "https://www.prusa3d.com/prusaslicer/")
(synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)")
(description "PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into
--
2.34.1
- Artyom

--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
-----BEGIN PGP SIGNATURE-----

iQFNBAEBCgA3FiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmN6YUcZHHBvcHRzb3Yu
YXJ0eW9tQGdtYWlsLmNvbQAKCRDpxaLZCJigL0FLCACVzaEj0N9BsZN0dgFnCXvg
iJLMyekavS1YeNap7ZhSriub3HIZ1QqEip63a4hzkR17ZxlkH9qsolrJKnz+uY2B
Y7OcUymh6sa0DUD7r7a++on2UZUjg9jRvln8WiTBhr87J+D3hpkWqZtloNuRziyq
6Rj4yNKNqjoD6Esa5158WDqVd5V8J2dBaTvzMlrw9k07nigg2uswSBt4+Gm/iCZL
ehKnseathmvRRIjgrgPZk9clBV2q0m8GG3PxmtgdCamlsbuRr5sCAUQYgJDtsJUI
DPDfWWSqXdZNo0ZD6z+ooeKlSVHr5AHM7QZzJQaFjEuZ+3rQHPffOi+C7dFPkdQ7
=0JK+
-----END PGP SIGNATURE-----

Guillaume Le Vaillant wrote 2 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 59413-done@debbugs.gnu.org)
875yf8fwkx.fsf@kitej
Patches pushed as e9e5e69ce5eba69b784488797b02c089bb276c31 and following.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY3tOTg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j83HgD/VXDneyeD5Bj6Bw96jQifDSfMwJGUQpSZW8c4
n9TbFUEA/iCH3ieQOKQ1i0pEbYZ2wbL+dmLr5680x/OYlC27FW03
=NYxA
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59413@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59413
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help