unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59413] [PATCH] gnu: prusa-slicer: Update to 2.5.0.
@ 2022-11-20 17:17 Artyom V. Poptsov
  2022-11-21 10:08 ` bug#59413: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2022-11-20 17:17 UTC (permalink / raw)
  To: 59413


[-- Attachment #1.1: Type: text/plain, Size: 146 bytes --]

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.)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-opencascade-occt-Update-to-7.6.2.patch --]
[-- Type: text/x-diff, Size: 1210 bytes --]

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(-)

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.3: 0002-gnu-prusa-slicer-Update-to-2.5.0.patch --]
[-- Type: text/x-diff, Size: 1762 bytes --]

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(-)

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


[-- Attachment #1.4: Type: text/plain, Size: 219 bytes --]


- Artyom

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 519 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59413: [PATCH] gnu: prusa-slicer: Update to 2.5.0.
  2022-11-20 17:17 [bug#59413] [PATCH] gnu: prusa-slicer: Update to 2.5.0 Artyom V. Poptsov
@ 2022-11-21 10:08 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-21 10:08 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 59413-done

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Patches pushed as e9e5e69ce5eba69b784488797b02c089bb276c31 and following.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-21 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-20 17:17 [bug#59413] [PATCH] gnu: prusa-slicer: Update to 2.5.0 Artyom V. Poptsov
2022-11-21 10:08 ` bug#59413: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).