emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30851: closed ([PATCH] Add SuperCollider, related


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30851: closed ([PATCH] Add SuperCollider, related changes)
Date: Thu, 22 Mar 2018 11:59:01 +0000

Your message dated Thu, 22 Mar 2018 12:58:07 +0100
with message-id <address@hidden>
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
address@hidden)


-- 
30851: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30851
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Add SuperCollider, related changes Date: Sun, 18 Mar 2018 22:30:28 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
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: 

PNG image

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

Attachment: 0001-doc-Add-index-entries-for-realtime-and-jackd-in-the-.patch
Description: Text Data

Attachment: 0001-gnu-Add-boost-sync.patch
Description: Text Data

Attachment: 0002-gnu-yaml-cpp-Update-to-0.6.1.patch
Description: Text Data

Attachment: 0003-gnu-Add-supercollider.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#30851] [PATCH] Add SuperCollider, related changes Date: Thu, 22 Mar 2018 12:58:07 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hi Maxim,

Pushed, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]