GNU bug report logs - #52567
[PATCH 0/2] gnu: Update supercollider to 3.12.1.

Previous Next

Package: guix-patches;

Reported by: Aleksandr Vityazev <avityazev <at> posteo.org>

Date: Fri, 17 Dec 2021 08:12:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52567 in the body.
You can then email your comments to 52567 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52567; Package guix-patches. (Fri, 17 Dec 2021 08:12:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Aleksandr Vityazev <avityazev <at> posteo.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 17 Dec 2021 08:12:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] gnu: Update supercollider to 3.12.1.
Date: Fri, 17 Dec 2021 08:12:02 +0000
Aleksandr Vityazev (2):
  gnu: boost-sync: Update to 1.55-1-e690de2d.
  gnu: supercollider: Update to 3.12.1.

 gnu/packages/audio.scm | 51 +++++++++++++++++++++---------------------
 gnu/packages/boost.scm |  6 ++---
 2 files changed, 29 insertions(+), 28 deletions(-)

-- 
2.34.0

-- 

Aleksandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#52567; Package guix-patches. (Fri, 17 Dec 2021 08:14:02 GMT) Full text and rfc822 format available.

Message #8 received at 52567 <at> debbugs.gnu.org (full text, mbox):

From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: 52567 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: boost-sync: Update to 1.55-1-e690de2d.
Date: Fri, 17 Dec 2021 08:13:55 +0000
* gnu/packages/audio.scm (boost-sync): Update to 1.55-1-e690de2d.
---
 gnu/packages/boost.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index dab3abffab..b53b1f4257 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -364,9 +364,9 @@ (define-public boost-for-mysql
     (properties '((hidden? . #t)))))
 
 (define-public boost-sync
-  (let ((commit "c72891d9b90e2ceb466ec859f640cd012b2d8709")
+  (let ((commit "e690de2d30e2f1649ff500c9a6f3539814994b1c")
         (version "1.55")
-        (revision "1"))
+        (revision "2"))
     (package
       (name "boost-sync")
       (version (git-version version revision commit))
@@ -378,7 +378,7 @@ (define-public boost-sync
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "197mp5z048vz5kv1m4v3jm447l2gqsyv0rbfz11dz0ns343ihbyx"))))
+                  "0473hb15affjq2804xa99ikk4y1gzi46rygd9zhncl28ib7mnn26"))))
       (build-system trivial-build-system)
       (arguments
        `(#:modules ((guix build utils))
-- 
2.34.0



-- 

Aleksandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#52567; Package guix-patches. (Fri, 17 Dec 2021 08:14:02 GMT) Full text and rfc822 format available.

Message #11 received at 52567 <at> debbugs.gnu.org (full text, mbox):

From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: 52567 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: supercollider: Update to 3.12.1.
Date: Fri, 17 Dec 2021 08:14:02 +0000
* gnu/packages/audio.scm (supercollider): Update to 3.12.1.
[arguments]<#:configure-flags>: Change formatting.
[inputs]: Remove labels.
---
 gnu/packages/audio.scm | 51 +++++++++++++++++++++---------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 520843347a..f5fda6d4e9 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -35,6 +35,7 @@
 ;;; Copyright © 2020, 2021 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2021 jgart <jgart <at> dismail.de>
+;;; Copyright © 2021 Aleksandr Vityazev <avityazev <at> posteo.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2910,7 +2911,7 @@ (define-public qjackrcd
 (define-public supercollider
   (package
     (name "supercollider")
-    (version "3.11.2")
+    (version "3.12.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2921,7 +2922,7 @@ (define-public supercollider
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1gi7nrmjmbnjndqkmhfrkk0jchrzvnhl3f6gp6n5wgdd4mxbgxgw"))
+                "0id522338a464j1slcspajwc7klypbc9qpigw5mqjhrw970wij5z"))
               (modules '((guix build utils)
                          (ice-9 ftw)))
               (snippet
@@ -2949,12 +2950,13 @@ (define-public supercollider
      '("out"   ;core language
        "ide")) ;qt ide
     (arguments
-     `(#:configure-flags '("-DSYSTEM_BOOST=on" "-DSYSTEM_YAMLCPP=on"
-                           "-DSC_QT=ON" "-DCMAKE_BUILD_TYPE=Release"
+     `(#:configure-flags '("-DSYSTEM_BOOST=ON"
+                           "-DSYSTEM_YAMLCPP=ON"
+                           "-DSC_QT=ON"
+                           "-DCMAKE_BUILD_TYPE=Release"
                            "-DFORTIFY=ON"
-                           ;"-DLIBSCSYNTH=ON"   ; TODO: Re-enable?
-                           "-DSC_EL=off") ;scel is packaged individually as
-                                          ;emacs-scel
+                           ;; "-DLIBSCSYNTH=ON"   ; TODO: Re-enable?
+                           "-DSC_EL=OFF") ;scel is packaged individually as emacs-scel
        #:phases
        (modify-phases %standard-phases
          ;; HOME must be defined otherwise supercollider throws a "ERROR:
@@ -2992,24 +2994,23 @@ (define-public supercollider
                #t))))))
     (native-inputs
      (list ableton-link pkg-config qttools xorg-server-for-tests))
-    (inputs
-     `(("jack" ,jack-1)
-       ("libsndfile" ,libsndfile)
-       ("fftw" ,fftw)
-       ("libxt" ,libxt)
-       ("readline" ,readline)           ;readline support for sclang's CLI
-       ("alsa" ,alsa-lib)               ;for sclang's MIDI interface
-       ("eudev" ,eudev)                 ;for user interactions with devices
-       ("avahi" ,avahi)                 ;zeroconf service discovery support
-       ("icu4c" ,icu4c)
-       ("boost" ,boost)
-       ("boost-sync" ,boost-sync)
-       ("yaml-cpp" ,yaml-cpp)
-       ("qtbase" ,qtbase-5)
-       ("qtdeclarative" ,qtdeclarative)
-       ("qtsvg" ,qtsvg)
-       ("qtwebchannel" ,qtwebchannel)
-       ("qtwebsockets" ,qtwebsockets)))
+    (inputs (list jack-1
+                  libsndfile
+                  fftw
+                  libxt
+                  readline                   ;readline support for sclang's CLI
+                  alsa-lib                   ;for sclang's MIDI interface
+                  eudev                      ;for user interactions with devices
+                  avahi                      ;zeroconf service discovery support
+                  icu4c
+                  boost
+                  boost-sync
+                  yaml-cpp
+                  qtbase-5
+                  qtdeclarative
+                  qtsvg
+                  qtwebchannel
+                  qtwebsockets))
     (propagated-inputs                  ;to get native-search-path
      (list qtwebengine))
     (home-page "https://github.com/supercollider/supercollider")
-- 
2.34.0



-- 

Aleksandr Vityazev




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 17 Dec 2021 08:36:02 GMT) Full text and rfc822 format available.

Notification sent to Aleksandr Vityazev <avityazev <at> posteo.org>:
bug acknowledged by developer. (Fri, 17 Dec 2021 08:36:02 GMT) Full text and rfc822 format available.

Message #16 received at 52567-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Cc: 52567-done <at> debbugs.gnu.org
Subject: Re: [bug#52567] [PATCH 0/2] gnu: Update supercollider to 3.12.1.
Date: Fri, 17 Dec 2021 09:34:58 +0100
Hello,

Aleksandr Vityazev <avityazev <at> posteo.org> writes:

> Aleksandr Vityazev (2):
>   gnu: boost-sync: Update to 1.55-1-e690de2d.
>   gnu: supercollider: Update to 3.12.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 14 Jan 2022 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 215 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.