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: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 30851 <at> debbugs.gnu.org
Subject: [bug#30851] [PATCH] Add SuperCollider, related changes
Date: Sun, 18 Mar 2018 22:30:28 -0400
[Message part 1 (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 3 (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)]

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

Previous Next


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