Opened 10 years ago
Closed 3 years ago
#47268 closed request (fixed)
KiCad: a request for a software package for designing PCBs
Reported by: | mojca (Mojca Miklavec) | Owned by: | g5pw (Aljaž Srebrnič) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jyrkiwahlstedt | |
Port: | KiCad wxPython |
Description
It would be nice to ship KiCad as a MacPorts package, together with their patches for wxWidgets/wxPython. See:
- http://www.kicad-pcb.org/display/DEV/Building+KiCad+on+Mac+OS+X
- http://home.web.cern.ch/about/updates/2015/02/kicad-software-gets-cern-treatment
(I might look into this one day when I have spare time, but other contributors are welcome. I co-maintain wxWidgets/wxPython, so I would have to look into those patches anyway.)
Change History (10)
comment:1 Changed 10 years ago by g5pw (Aljaž Srebrnič)
comment:2 Changed 9 years ago by g5pw (Aljaž Srebrnič)
Waiting on the 4.0.0 official release. As soon as the 4.0.0 is released I'll commit the port.
comment:3 Changed 9 years ago by mojca (Mojca Miklavec)
Are you willing to share the code, so that others could test as well?
comment:4 Changed 9 years ago by mojca (Mojca Miklavec)
KiCad 4.0.1 is out. Are you ready to commit the port? Do you need any special patches in wxWidgets?
comment:5 Changed 9 years ago by mojca (Mojca Miklavec)
I opened #50701 and will need some help figuring out what to do with the patches.
comment:7 Changed 8 years ago by mojca (Mojca Miklavec)
Owner: | changed from macports-tickets@… to g5pw |
---|---|
Status: | new → assigned |
I would be grateful if Aljaž would finish this, I'm sure he has it nearly ready. I assigned the ticket to him just to remind him again.
comment:8 Changed 8 years ago by g5pw (Aljaž Srebrnič)
Heh, thanks for the polite reminder. I might upload the version I have as-is.
comment:10 Changed 3 years ago by ra1nb0w
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
version 6 is now available.
I have a port ready, I just notice a small issue with python site-packages placement when enabling scripting. By default, it copies wxPython in its Frameworks folder, probably to maintain portability of the app bundle. Since it's my understanding that there is no guarantee that the macports apps will be portable, I'd delete che extra wxPython copy and move the bindings in the main site-packages directory. I'll commit as soon as it's ready, and will add mojca as co-maintainer.