[Gimp-user] Making Source Code Available

2010-07-23 Thread walton
I am writing a user book on GIMP, and in conjunction with making available several excerpts (tutorials), I put GIMP 2.6.8 for windows on my site, along with the users manual, and related Python files.I would like to comply with the GPL (I spent several hours just trying to figure out which license

Re: [Gimp-user] Making Source Code Available

2010-07-23 Thread Alexandre Prokoudine
On Fri, Jul 23, 2010 at 4:21 PM walton wrote: sure).  It appears that I must make available the source code. I have no problem with that, but there is no single zipped file of the many hundreds of files for GIMP. Each file must be downloaded then put into a directory . . . recreating the

Re: [Gimp-user] Making Source Code Available

2010-07-23 Thread Jernej Simončič
On Fri, 23 Jul 2010 16:31:33 +0400, Alexandre Prokoudine wrote: And by the way, why do you need to distribute source code? Did you apply changes to it? The GPL requires that the source code is available together with the binary (or that you give a written notice to provide the source code on

Re: [Gimp-user] Making Source Code Available

2010-07-23 Thread Branko Vukelic
On Fri, Jul 23, 2010 at 2:31 PM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: And by the way, why do you need to distribute source code? Did you apply changes to it? You need to. In fact, the sources are supposed to be available to the end user for 3 years after the user obtains

Re: [Gimp-user] Making Source Code Available

2010-07-23 Thread Alexandre Prokoudine
On Fri, Jul 23, 2010 at 5:44 PM, Branko Vukelic wrote: You need to. In fact, the sources are supposed to be available to the end user for 3 years after the user obtains the binary. And you must ensure they are available, which is taken to mean You must put it somewhere where you can

Re: [Gimp-user] Making Source Code Available

2010-07-23 Thread Gene Heskett
On Friday, July 23, 2010 10:18:21 am wal...@12on14.com did opine: htmlbodyspan style=font-family:Verdana; color:#00; font-size:10pt;divI am writing a user book on GIMP, and in conjunction with making available several excerpts (tutorials), I put GIMP 2.6.8 for windows on my site, along

Re: [Gimp-user] Making Source Code Available

2010-07-23 Thread Branko Vukelic
On Fri, Jul 23, 2010 at 3:51 PM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: Okay :) So what is the problem of uploading an archive? :) Usually it's either forgetfulness or lack of knowledge as to GPL requirements. Also, nobody says you have to distribute source on the server (but

Re: [Gimp-user] Making Source Code Available

2010-07-23 Thread David Herman
On Friday 23 July 2010, wal...@12on14.com wrote: I am writing a user book on GIMP, and in conjunction with making available several excerpts (tutorials), I put GIMP 2.6.8 for windows on my site, along with the users manual, and related Python files. I would like to comply with the GPL

Re: [Gimp-user] Making Source Code Available

2010-07-23 Thread Jernej Simončič
On Fri, 23 Jul 2010 11:27:00 -0700, David Herman wrote: You would need to include the source archive for each version of GIMP included on the CD (Windows, BSD, Mac, Linux, QNX, etc) Since GIMP for these systems compiles from the same source, it's enough to include a single copy of it on

Re: [Gimp-user] Making Source Code Available

2010-07-23 Thread Gene Heskett
On Friday, July 23, 2010 03:49:57 pm wal...@12on14.com did opine: Please accept my apologies. I am new to this forum. walton NP Walton, I really wasn't trying to be a list enforcer, just reminding. 1. Welcome to the list, enjoy. There are some pretty smart folks here. It doesn't seem

Re: [Gimp-user] Script-Fu for batch image conversion

2010-07-23 Thread Dillon
As soon as I add in either of these lines: (set! num-layers (car (gimp-image-get-layers newimage))) (set! layerIDs (cadr (gimp-image-get-layers newimage))) I get batch command execution errors. The full script is: (define (batch-save-as-xcf pattern) (let* ( (filelist (cadr (file-glob