unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52567] [PATCH 0/2] gnu: Update supercollider to 3.12.1.
@ 2021-12-17  8:12 Aleksandr Vityazev
  2021-12-17  8:13 ` [bug#52567] [PATCH 1/2] gnu: boost-sync: Update to 1.55-1-e690de2d Aleksandr Vityazev
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Aleksandr Vityazev @ 2021-12-17  8:12 UTC (permalink / raw)
  To: 52567

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




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

* [bug#52567] [PATCH 1/2] gnu: boost-sync: Update to 1.55-1-e690de2d.
  2021-12-17  8:12 [bug#52567] [PATCH 0/2] gnu: Update supercollider to 3.12.1 Aleksandr Vityazev
@ 2021-12-17  8:13 ` Aleksandr Vityazev
  2021-12-17  8:14 ` [bug#52567] [PATCH 2/2] gnu: supercollider: Update to 3.12.1 Aleksandr Vityazev
  2021-12-17  8:34 ` bug#52567: [PATCH 0/2] gnu: Update supercollider " Nicolas Goaziou
  2 siblings, 0 replies; 4+ messages in thread
From: Aleksandr Vityazev @ 2021-12-17  8:13 UTC (permalink / raw)
  To: 52567

* 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




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

* [bug#52567] [PATCH 2/2] gnu: supercollider: Update to 3.12.1.
  2021-12-17  8:12 [bug#52567] [PATCH 0/2] gnu: Update supercollider to 3.12.1 Aleksandr Vityazev
  2021-12-17  8:13 ` [bug#52567] [PATCH 1/2] gnu: boost-sync: Update to 1.55-1-e690de2d Aleksandr Vityazev
@ 2021-12-17  8:14 ` Aleksandr Vityazev
  2021-12-17  8:34 ` bug#52567: [PATCH 0/2] gnu: Update supercollider " Nicolas Goaziou
  2 siblings, 0 replies; 4+ messages in thread
From: Aleksandr Vityazev @ 2021-12-17  8:14 UTC (permalink / raw)
  To: 52567

* 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@posteo.net>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2021 jgart <jgart@dismail.de>
+;;; Copyright © 2021 Aleksandr Vityazev <avityazev@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




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

* bug#52567: [PATCH 0/2] gnu: Update supercollider to 3.12.1.
  2021-12-17  8:12 [bug#52567] [PATCH 0/2] gnu: Update supercollider to 3.12.1 Aleksandr Vityazev
  2021-12-17  8:13 ` [bug#52567] [PATCH 1/2] gnu: boost-sync: Update to 1.55-1-e690de2d Aleksandr Vityazev
  2021-12-17  8:14 ` [bug#52567] [PATCH 2/2] gnu: supercollider: Update to 3.12.1 Aleksandr Vityazev
@ 2021-12-17  8:34 ` Nicolas Goaziou
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2021-12-17  8:34 UTC (permalink / raw)
  To: Aleksandr Vityazev; +Cc: 52567-done

Hello,

Aleksandr Vityazev <avityazev@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




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

end of thread, other threads:[~2021-12-17  8:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17  8:12 [bug#52567] [PATCH 0/2] gnu: Update supercollider to 3.12.1 Aleksandr Vityazev
2021-12-17  8:13 ` [bug#52567] [PATCH 1/2] gnu: boost-sync: Update to 1.55-1-e690de2d Aleksandr Vityazev
2021-12-17  8:14 ` [bug#52567] [PATCH 2/2] gnu: supercollider: Update to 3.12.1 Aleksandr Vityazev
2021-12-17  8:34 ` bug#52567: [PATCH 0/2] gnu: Update supercollider " Nicolas Goaziou

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