Re: [PATCH] Add MilkyTracker to Guix

2016-03-30 Thread Alex Kost
Kei Yamashita (2016-03-30 05:24 +0300) wrote: > Alright! This patch adds MilkyTracker successfully. It builds with > both ALSA and JACK support. I took a look at the PKGBUILD from Arch > Linux and the port dependencies from FreeBSD to make sure I had > everything in order. Hopefully it is clean as

Re: [PATCH] Add MilkyTracker to Guix

2016-03-29 Thread Leo Famulari
On Tue, Mar 29, 2016 at 10:24:41PM -0400, Kei Yamashita wrote: > On Tue, 29 Mar 2016 12:52:49 +0300 > Alex Kost wrote: > > > Kei Yamashita (2016-03-28 22:31 +0300) wrote: > > [...] > > >> Oh geez, that one doesn't build. Please use this patch instead. > > > > > > Oh, the embarassment. I promise

Re: [PATCH] Add MilkyTracker to Guix

2016-03-29 Thread Kei Yamashita
On Tue, 29 Mar 2016 12:52:49 +0300 Alex Kost wrote: > Kei Yamashita (2016-03-28 22:31 +0300) wrote: > [...] > >> Oh geez, that one doesn't build. Please use this patch instead. > > > > Oh, the embarassment. I promise that this one builds. > > Thanks, but I don't see any difference between 3

Re: [PATCH] Add MilkyTracker to Guix

2016-03-29 Thread Alex Kost
Kei Yamashita (2016-03-28 22:31 +0300) wrote: [...] >> Oh geez, that one doesn't build. Please use this patch instead. > > Oh, the embarassment. I promise that this one builds. Thanks, but I don't see any difference between 3 patches you sent. Did you attach the right patch? > From 46b97b409000b

Re: [PATCH] Add MilkyTracker to Guix

2016-03-28 Thread Kei Yamashita
On Mon, 28 Mar 2016 13:43:20 -0400 Kei Yamashita wrote: > On Mon, 28 Mar 2016 13:39:31 -0400 > Kei Yamashita wrote: > > > On Mon, 28 Mar 2016 13:30:50 -0400 > > Kei Yamashita wrote: > > > > > On Mon, 28 Mar 2016 16:26:46 +0200 > > > Ricardo Wurmus wrote: > > > > > > > Alex Kost writes:

Re: [PATCH] Add MilkyTracker to Guix

2016-03-28 Thread Kei Yamashita
On Mon, 28 Mar 2016 13:39:31 -0400 Kei Yamashita wrote: > On Mon, 28 Mar 2016 13:30:50 -0400 > Kei Yamashita wrote: > > > On Mon, 28 Mar 2016 16:26:46 +0200 > > Ricardo Wurmus wrote: > > > > > Alex Kost writes: > > > > > > > Kei Yamashita (2016-03-28 06:09 +0300) wrote: > > > > > > >

Re: [PATCH] Add MilkyTracker to Guix

2016-03-28 Thread Kei Yamashita
On Mon, 28 Mar 2016 13:30:50 -0400 Kei Yamashita wrote: > On Mon, 28 Mar 2016 16:26:46 +0200 > Ricardo Wurmus wrote: > > > Alex Kost writes: > > > > > Kei Yamashita (2016-03-28 06:09 +0300) wrote: > > > > > >> On Sun, 27 Mar 2016 10:23:37 +0300 > > >> Efraim Flashner wrote: > > >>>

Re: [PATCH] Add MilkyTracker to Guix

2016-03-28 Thread Kei Yamashita
On Mon, 28 Mar 2016 16:26:46 +0200 Ricardo Wurmus wrote: > Alex Kost writes: > > > Kei Yamashita (2016-03-28 06:09 +0300) wrote: > > > >> On Sun, 27 Mar 2016 10:23:37 +0300 > >> Efraim Flashner wrote: > >>> On Fri, Mar 25, 2016 at 07:54:40PM -0400, k...@openmailbox.org > >>> wrote: > > [

Re: [PATCH] Add MilkyTracker to Guix

2016-03-28 Thread Ricardo Wurmus
Alex Kost writes: > Kei Yamashita (2016-03-28 06:09 +0300) wrote: > >> On Sun, 27 Mar 2016 10:23:37 +0300 >> Efraim Flashner wrote: >>> On Fri, Mar 25, 2016 at 07:54:40PM -0400, k...@openmailbox.org wrote: > [...] >>> > +(arguments >>> > + '(#:configure-flags `("--without-alsa" "--witho

Re: [PATCH] Add MilkyTracker to Guix

2016-03-28 Thread Alex Kost
Kei Yamashita (2016-03-28 06:09 +0300) wrote: > On Sun, 27 Mar 2016 10:23:37 +0300 > Efraim Flashner wrote: >> On Fri, Mar 25, 2016 at 07:54:40PM -0400, k...@openmailbox.org wrote: [...] >> > +(arguments >> > + '(#:configure-flags `("--without-alsa" "--without-jack"))) >> >> In addition t

Re: [PATCH] Add MilkyTracker to Guix

2016-03-28 Thread Kei Yamashita
On Sun, 27 Mar 2016 10:23:37 +0300 Efraim Flashner wrote: > On Fri, Mar 25, 2016 at 07:54:40PM -0400, k...@openmailbox.org wrote: > > The attached is a patch to gnu/packages/music.scm that allows a > > minimal and functional build of MilkyTracker. I'm unsure if this is > > formatted correctly, bu

Re: [PATCH] Add MilkyTracker to Guix

2016-03-27 Thread Nils Gillmann
Forwarded mail, from an offlist message by kei. Please CC the mailinglist next time or configure your email client to do so :) I think this is a bit better. I don't know how to run the tests required in the link you provided from within my local copy of the guix source code tree. (https://www.

Re: [PATCH] Add MilkyTracker to Guix

2016-03-27 Thread Efraim Flashner
On Fri, Mar 25, 2016 at 07:54:40PM -0400, k...@openmailbox.org wrote: > The attached is a patch to gnu/packages/music.scm that allows a minimal and > functional build of MilkyTracker. I'm unsure if this is formatted correctly, > but I'm willing to learn. :-) > --- music.scm.bak 2016-03-25 17:3

Re: [PATCH] Add MilkyTracker to Guix

2016-03-26 Thread Nils Gillmann
k...@openmailbox.org writes: > The attached is a patch to gnu/packages/music.scm that allows a > minimal and functional build of MilkyTracker. I'm unsure if this is > formatted correctly, but I'm willing to learn. :-) Thanks! For Guix we follow the GNU coding standard for patches, which also inc