GNU bug report logs - #30851
[PATCH] Add SuperCollider, related changes

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 19 Mar 2018 02:31:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#30851: closed ([PATCH] Add SuperCollider, related changes)
Date: Thu, 22 Mar 2018 11:59:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 22 Mar 2018 12:58:07 +0100
with message-id <87po3wgw4w.fsf <at> gnu.org>
and subject line Re: [bug#30851] [PATCH] Add SuperCollider, related changes
has caused the debbugs.gnu.org bug report #30851,
regarding [PATCH] Add SuperCollider, related changes
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
30851: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30851
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] Add SuperCollider, related changes
Date: Sun, 18 Mar 2018 22:30:28 -0400
[Message part 3 (text/plain, inline)]
Hello!

After some cooperation with upstream to unbundle dependencies and
enable more tests, I think this SuperCollider package is in good shape!

Here's a screenshot to give you an idea of what the included IDE looks
like: 
[SuperCollider.png (image/png, inline)]
[Message part 5 (text/plain, inline)]
Having a jackd service is not necessary (SuperCollider will start one if
it's not already running), but in case you'd like to have one I've found
the following to work with Shepherd:

--8<---------------cut here---------------start------------->8---
(define jackd
  (make <service>
    #:provides '(jackd)
    #:requires '()
    #:start (make-system-constructor "jackd -d alsa &")
    #:stop (make-system-destructor "pkill jackd")))
--8<---------------cut here---------------end--------------->8---

Thanks,

Maxim

[0001-doc-Add-index-entries-for-realtime-and-jackd-in-the-.patch (text/x-patch, attachment)]
[0001-gnu-Add-boost-sync.patch (text/x-patch, attachment)]
[0002-gnu-yaml-cpp-Update-to-0.6.1.patch (text/x-patch, attachment)]
[0003-gnu-Add-supercollider.patch (text/x-patch, attachment)]
[Message part 10 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 30851-done <at> debbugs.gnu.org
Subject: Re: [bug#30851] [PATCH] Add SuperCollider, related changes
Date: Thu, 22 Mar 2018 12:58:07 +0100
Hi Maxim,

Pushed, thanks!

Ludo’.


This bug report was last modified 7 years and 58 days ago.

Previous Next


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