Re: [PATCH] Add Pure Data.

2015-08-25 Thread Ricardo Wurmus
>> From b93b9a3e4a87a0095398ac9256ea35de5407a3b6 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Thu, 6 Aug 2015 19:18:54 +0200 >> Subject: [PATCH] gnu: Add Pure Data. >> >> * gnu/packages/music.scm (pd): New variable. > > [...] > >> +(synopsis "Visual programming language") > > Mayb

Re: [PATCH] Add Pure Data.

2015-08-25 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From b93b9a3e4a87a0095398ac9256ea35de5407a3b6 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 6 Aug 2015 19:18:54 +0200 > Subject: [PATCH] gnu: Add Pure Data. > > * gnu/packages/music.scm (pd): New variable. [...] > +(synopsis "Visual programming lang

Re: [PATCH] Add Pure Data.

2015-08-18 Thread Leo Famulari
On Wed, Aug 19, 2015 at 09:31:05AM +0800, 宋文武 wrote: > I just push a commit to build tk with xft support, which should give Pd > better fonts. Please check :-) This does it! It still can't find Deja Vu Sans Mono but the fonts are readable now. Thanks!

Re: [PATCH] Add Pure Data.

2015-08-18 Thread Leo Famulari
On Tue, Aug 18, 2015 at 09:13:38PM +0200, Ricardo Wurmus wrote: > > I couldn't get this patch to build as is. I think there are some parentheses > > problems, specifically here: > >> +(home-page "http://puredata.info";;) > > There are no parentheses problems in my patch. I build it just fine

Re: [PATCH] Add Pure Data.

2015-08-18 Thread 宋文武
Leo Famulari writes: > [...] > What follows is a WIP patch that puts Pure Data in its own package. I was able > to get a 440hz tone out of my laptop speakers :) One problem is that the > software cannot find the Deja Vu Sans Mono font it is looking for... and the > fallback font rendering is basi

Re: [PATCH] Add Pure Data.

2015-08-18 Thread Ricardo Wurmus
> software cannot find the Deja Vu Sans Mono font it is looking for... and the > fallback font rendering is basically unreadable. Any advice? With my patch it’s the same, but it didn’t bother me much. Pd isn’t very pretty anyway. You could search the sources for the position where the font is ac

Re: [PATCH] Add Pure Data.

2015-08-18 Thread Ricardo Wurmus
> I couldn't get this patch to build as is. I think there are some parentheses > problems, specifically here: >> +(home-page "http://puredata.info";;) There are no parentheses problems in my patch. I build it just fine on my machine and have been using it since. Maybe your email client added

Re: [PATCH] Add Pure Data.

2015-08-18 Thread Leo Famulari
I couldn't get this patch to build as is. I think there are some parentheses problems, specifically here: > +(home-page "http://puredata.info";;) > * gnu/packages/music.scm (pd): New variable. Also, I'm not sure if Pure Data belongs under music. The description talks about music, visual arts,

[PATCH] Add Pure Data.

2015-08-06 Thread Ricardo Wurmus
>From b93b9a3e4a87a0095398ac9256ea35de5407a3b6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 6 Aug 2015 19:18:54 +0200 Subject: [PATCH] gnu: Add Pure Data. * gnu/packages/music.scm (pd): New variable. --- gnu/packages/music.scm | 59 +-