Re: [Kicad-developers] 5.1.5 release tag

2019-11-20 Thread Brüns , Stefan
On Mittwoch, 20. November 2019 19:33:53 CET Steven A. Falco wrote: > Fedora Rawhide has 5.1.5 now. Fedora 30 and 31 will have 5.1.5 in a week or > so, depending on whether we get any karma. > > Also of note - as of 5.1.5 we are now using OCC on all builds. OCE is no > longer needed for current F

Re: [Kicad-developers] [PATCH] Use absolute path CMAKE_INSTALL_FULL_LIBDIR for 3d viewer PLUGINDIR

2018-12-11 Thread Brüns , Stefan
On Dienstag, 11. Dezember 2018 17:27:20 CET Wayne Stambaugh wrote: > Hi Stefan, > > On 12/11/2018 11:17 AM, Brüns, Stefan wrote: > > On Sonntag, 9. Dezember 2018 18:07:21 CET Wayne Stambaugh wrote: > >> Stefan, > >> > >> I tested you patch and it seem

Re: [Kicad-developers] [PATCH] Use absolute path CMAKE_INSTALL_FULL_LIBDIR for 3d viewer PLUGINDIR

2018-12-11 Thread Brüns , Stefan
On Sonntag, 9. Dezember 2018 18:07:21 CET Wayne Stambaugh wrote: > Stefan, > > I tested you patch and it seems to work fine on linux. However, it also > affects macos which I'm not sure that it wont break something. Would > one of our macos devs please take a look at this patch when you get a >

Re: [Kicad-developers] [PATCH] Use absolute path CMAKE_INSTALL_FULL_LIBDIR for 3d viewer PLUGINDIR

2018-11-30 Thread Brüns , Stefan
On Montag, 19. November 2018 22:58:43 CET Nick Østergaard wrote: > Has this been tested on all three major platforms? > On Mon, 19 Nov 2018 at 17:26, Brüns, Stefan > > wrote: > > On Freitag, 9. November 2018 00:51:56 CET Brüns, Stefan wrote: > > > Currently, the plug

Re: [Kicad-developers] [PATCH] Use absolute path CMAKE_INSTALL_FULL_LIBDIR for 3d viewer PLUGINDIR

2018-11-19 Thread Brüns , Stefan
On Freitag, 9. November 2018 00:51:56 CET Brüns, Stefan wrote: > Currently, the plugindir in the plugin manager is constructed as > {CMAKE_INSTALL_PREFIX}/bin/../{CMAKE_INSTALL_LIBDIR}/kicad/..., while > CMakes install uses {CMAKE_INSTALL_LIBDIR}/kicad/... > > In case CMAKE_INST

[Kicad-developers] [PATCH] Use absolute path CMAKE_INSTALL_FULL_LIBDIR for 3d viewer PLUGINDIR

2018-11-08 Thread Brüns , Stefan
Currently, the plugindir in the plugin manager is constructed as {CMAKE_INSTALL_PREFIX}/bin/../{CMAKE_INSTALL_LIBDIR}/kicad/..., while CMakes install uses {CMAKE_INSTALL_LIBDIR}/kicad/... In case CMAKE_INSTALL_LIBDIR is a relative path "install" prefixes it with CMAKE_INSTALL_PREFIX and both paths

Re: [Kicad-developers] Python shebangs

2018-11-07 Thread Brüns , Stefan
On Dienstag, 6. November 2018 15:45:29 CET Steven A. Falco wrote: > I'd like to have a discussion about python shebangs. I noticed several > rpmlint errors when building the official Fedora packages. Specifically, > rpmlint is complaining about using "env" as a method for locating the > python in

Re: [Kicad-developers] Separated debug symbols

2018-11-02 Thread Brüns , Stefan
On Samstag, 27. Oktober 2018 20:08:47 CET Maciej Suminski wrote: > On 10/27/18 11:36 AM, Maciej Suminski wrote: > All in all, I have kept gnu-debuglink enabled and added build-ID to > match debug files on Linux. The attached patch also has > KICAD_SPLIT_DEBUG turned on by default. Many distributio

Re: [Kicad-developers] eeschema depends on libngspice.so instead of libngspice.so.0?

2018-10-30 Thread Brüns , Stefan
On Montag, 29. Oktober 2018 13:12:19 CET Maciej Sumiński wrote: > Hi Carsten, > > On 10/27/18 11:50 AM, Carsten Schoenert wrote: > [snip] > > > I'd really appreciate if the situation could be improved here somewhere > > in the future! > > Can you check if the attached patch solves the problem? I