From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: add kicad Date: Thu, 4 Aug 2016 01:54:45 +0200 Message-ID: <20160804015445.3c0d1615@scratchpost.org> References: <20160215084046.62d5307a@scratchpost.org> <20160523041319.GA10803@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV604-0008CJ-OD for guix-devel@gnu.org; Wed, 03 Aug 2016 19:55:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bV5zy-0006I4-Mp for guix-devel@gnu.org; Wed, 03 Aug 2016 19:54:59 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:51688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV5zy-0006Hs-Fh for guix-devel@gnu.org; Wed, 03 Aug 2016 19:54:54 -0400 In-Reply-To: <20160523041319.GA10803@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org Hi Leo, On Mon, 23 May 2016 00:13:19 -0400 Leo Famulari wrote: > Danny, are you still interested in working on it? Yeah. > I noticed on the KiCad download page [0] some instructions to set the > version string, and other useful build-time configurations. Do you think > it would be appropriate to apply them? Yes. > -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON > ------ > [...skipped...] > > + ; TODO -DKICAD_SCRIPTING=ON > > + ; TODO -DKICAD_SCRIPTING_MODULES=ON > > + ; TODO -DKICAD_SCRIPTING_WXPYTHON=ON > > What features are missing without them? These are recommended for scripting in Kicad. >What is OpenSSL / TLS support used for? Good question - I'll try to find out. > > + ; TODO optional doxygen for source docs > > Do we just need to add doxygen to native-inputs? Yeah. > > + (inputs > [...] > > + ("libressl" ,libressl) > > Unusual choice but I don't object to it. This would be the first package > to refer to libressl in our tree. We can also use openssl, I don't have a strong preference, really. Both projects seem to merge each other's security patches so we can also use openssl. > > + (description "Electronics Design Automation Suite") > > This should be more descriptive in the final patch. Yeah, what about "KiCad is an Electronics Design Automation Suite. It allows you to edit schematics, edit printed circuit boards, generate Gerbers and calculate track widths." ? > > +; TODO extra options for Python (which) and for version. > > Ah, I see you noticed the text on the download page :) :) > > +; TODO kicad-doc, kicad-library, kicad-footprints > > Do we need to add the library and footprints at the same time as KiCad > itself, or can they come later? You can create your own footprints and schematic library in KiCad, so they are not vital. However, it would be a liiittle bit annoying to use. The footprints contain different physical sizes and layouts of electronic components. The library contains model numbers (and sometimes vendors) for a given function. You can ask something like "What AC/DC converters are there and what can they do?"; also: What are the functions of the pins on this one" etc.