unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 59413@debbugs.gnu.org
Subject: [bug#59413] [PATCH] gnu: prusa-slicer: Update to 2.5.0.
Date: Sun, 20 Nov 2022 20:17:59 +0300	[thread overview]
Message-ID: <87pmdhmto8.fsf@gmail.com> (raw)


[-- 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 --]

             reply	other threads:[~2022-11-20 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-20 17:17 Artyom V. Poptsov [this message]
2022-11-21 10:08 ` bug#59413: [PATCH] gnu: prusa-slicer: Update to 2.5.0 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmdhmto8.fsf@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=59413@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).