From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezLQV-00006T-32 for guix-patches@gnu.org; Fri, 23 Mar 2018 08:04:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezLQQ-0002fO-7H for guix-patches@gnu.org; Fri, 23 Mar 2018 08:04:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ezLQQ-0002fG-3I for guix-patches@gnu.org; Fri, 23 Mar 2018 08:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ezLQP-0008Fb-Oh for guix-patches@gnu.org; Fri, 23 Mar 2018 08:04:01 -0400 Subject: [bug#30851] [PATCH] Add SuperCollider, related changes Resent-Message-ID: From: Maxim Cournoyer References: <87vadsdcfv.fsf@gmail.com> <87po3wgw4w.fsf@gnu.org> <20180322121506.ohvxgjkfxwtutrxq@abyayala> <87fu4sgl99.fsf@gnu.org> <20180322175651.gltojjb5hjvn56kp@abyayala> Date: Fri, 23 Mar 2018 08:02:55 -0400 In-Reply-To: <20180322175651.gltojjb5hjvn56kp@abyayala> (ng0@n0.is's message of "Thu, 22 Mar 2018 17:56:51 +0000") Message-ID: <87sh8rvw28.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ng0 Cc: 30851@debbugs.gnu.org Hello! ng0 writes: > Ludovic Court=C3=A8s transcribed 454 bytes: >> ng0 skribis: >>=20 >> > Ludovic Court=C3=A8s transcribed 46 bytes: >> >> Hi Maxim, >> >>=20 >> >> Pushed, thanks! >> >>=20 >> >> Ludo=E2=80=99. >> > Thanks for pushing it! >> > Should we still split it into Qt and non-Qt then later on as I >> > wrote? >>=20 >> Oh sorry for overlooking that. > > No problem. > >> I think you=E2=80=99re right, yes. That could be done either with a sep= arate >> output or with a separate package, whichever is the most convenient. >>=20 >> Could you look into it, Maxim or ng0? >>=20 >> Thanks, >> Ludo=E2=80=99. > > Splitting is what works best here in my opinion. You could take a look at= the > open patch for adding qtoctave. People who have to build the variant with= out > Qt don't have to pull in Qt only to throw it into an output they don't wa= nt. For splitting to be "cheaper" (in terms of space and computation) than using a separate output, the origin sources would have to be split into core/sc-ide parts and be able to build the resulting parts distinctly. I have to check, but I don't expect the IDE to be buildable reusing supercollider-core as an input; I'd expect it to depend on many source files in the project. If so, I'll opt for multiple outputs to spare the build farm from recompiling/testing the same thing in double, otherwise I'll opt for splitting. This might take some time to happen as I have another patch set which is of higher priority, so anyone should feel free to try beating me to it. Thanks for reviewing! Maxim